Uses of Class
org.apache.accumulo.server.master.state.TabletState

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

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

Methods in org.apache.accumulo.server.master.state that return TabletState
 TabletState TabletLocationState.getState(Set<TServerInstance> liveServers)
           
static TabletState TabletState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TabletState[] TabletState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.accumulo.server.master.state with parameters of type TabletState
 void MergeStats.update(KeyExtent ke, TabletState state, boolean chopped, boolean hasWALs)
           
 void TableStats.update(org.apache.hadoop.io.Text tableId, TabletState state)
           
 



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