Uses of Interface
org.apache.accumulo.server.master.state.CurrentState

Packages that use CurrentState
org.apache.accumulo.server.master   
org.apache.accumulo.server.master.state   
 

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

Classes in org.apache.accumulo.server.master that implement CurrentState
 class Master
          The Master is responsible for assigning and balancing tablets and loggers to tablet servers.
 

Uses of CurrentState in org.apache.accumulo.server.master.state
 

Fields in org.apache.accumulo.server.master.state declared as CurrentState
protected  CurrentState MetaDataStateStore.state
           
 

Methods in org.apache.accumulo.server.master.state with parameters of type CurrentState
static void MetaDataTableScanner.configureScanner(ScannerBase scanner, CurrentState state)
           
 MergeState MergeStats.nextMergeState(Connector connector, CurrentState master)
           
 

Constructors in org.apache.accumulo.server.master.state with parameters of type CurrentState
MetaDataStateStore(Instance instance, AuthInfo auths, CurrentState state)
           
MetaDataTableScanner(Instance instance, AuthInfo auths, Range range, CurrentState state)
           
RootTabletStateStore(Instance instance, AuthInfo auths, CurrentState state)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.