Uses of Class
org.apache.accumulo.server.conf.ServerConfiguration
-
Packages that use ServerConfiguration Package Description org.apache.accumulo.server.conf org.apache.accumulo.server.master.balancer org.apache.accumulo.server.tabletserver -
-
Uses of ServerConfiguration in org.apache.accumulo.server.conf
Subclasses of ServerConfiguration in org.apache.accumulo.server.conf Modifier and Type Class Description classServerConfigurationFactoryA factor for configurations used by a server process. -
Uses of ServerConfiguration in org.apache.accumulo.server.master.balancer
Methods in org.apache.accumulo.server.master.balancer with parameters of type ServerConfiguration Modifier and Type Method Description protected voidHostRegexTableLoadBalancer. parseConfiguration(ServerConfiguration conf)Parse configuration and extract properties -
Uses of ServerConfiguration in org.apache.accumulo.server.tabletserver
Methods in org.apache.accumulo.server.tabletserver with parameters of type ServerConfiguration Modifier and Type Method Description voidLargestFirstMemoryManager. init(ServerConfiguration conf)voidMemoryManager. init(ServerConfiguration conf)Initialize the memory manager.
-