Uses of Class
org.apache.accumulo.server.conf.ServerConfiguration

Packages that use ServerConfiguration
org.apache.accumulo.server   
org.apache.accumulo.server.master   
org.apache.accumulo.server.master.balancer   
org.apache.accumulo.server.tabletserver   
org.apache.accumulo.server.trace   
 

Uses of ServerConfiguration in org.apache.accumulo.server
 

Methods in org.apache.accumulo.server with parameters of type ServerConfiguration
static void Accumulo.init(org.apache.hadoop.fs.FileSystem fs, ServerConfiguration config, String application)
           
 

Uses of ServerConfiguration in org.apache.accumulo.server.master
 

Methods in org.apache.accumulo.server.master that return ServerConfiguration
 ServerConfiguration Master.getConfiguration()
           
 

Constructors in org.apache.accumulo.server.master with parameters of type ServerConfiguration
Master(ServerConfiguration config, org.apache.hadoop.fs.FileSystem fs, String hostname)
           
 

Uses of ServerConfiguration in org.apache.accumulo.server.master.balancer
 

Fields in org.apache.accumulo.server.master.balancer declared as ServerConfiguration
protected  ServerConfiguration TabletBalancer.configuration
           
 

Methods in org.apache.accumulo.server.master.balancer with parameters of type ServerConfiguration
 void TabletBalancer.init(ServerConfiguration conf)
          Initialize the TabletBalancer.
 void ChaoticLoadBalancer.init(ServerConfiguration conf)
           
 

Uses of ServerConfiguration in org.apache.accumulo.server.tabletserver
 

Methods in org.apache.accumulo.server.tabletserver with parameters of type ServerConfiguration
 void LargestFirstMemoryManager.init(ServerConfiguration conf)
           
 void MemoryManager.init(ServerConfiguration conf)
          Initialize the memory manager.
static void TabletServer.recoverLocalWriteAheadLogs(org.apache.hadoop.fs.FileSystem fs, ServerConfiguration serverConf)
          Copy local walogs into HDFS on an upgrade
 

Constructors in org.apache.accumulo.server.tabletserver with parameters of type ServerConfiguration
TabletServer(ServerConfiguration conf, org.apache.hadoop.fs.FileSystem fs)
           
 

Uses of ServerConfiguration in org.apache.accumulo.server.trace
 

Constructors in org.apache.accumulo.server.trace with parameters of type ServerConfiguration
TraceServer(ServerConfiguration serverConfiguration, String hostname)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.