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

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

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

Methods in org.apache.accumulo.server.master.state that return TabletLocationState
static TabletLocationState MetaDataTableScanner.createTabletLocationState(Key k, Value v)
           
 TabletLocationState MetaDataTableScanner.next()
           
 

Methods in org.apache.accumulo.server.master.state that return types with arguments of type TabletLocationState
 Iterator<TabletLocationState> ZooTabletStateStore.iterator()
           
abstract  Iterator<TabletLocationState> TabletStateStore.iterator()
          Scan the information about the tablets covered by this store
 Iterator<TabletLocationState> MetaDataStateStore.iterator()
           
 Iterator<TabletLocationState> RootTabletStateStore.iterator()
           
 

Methods in org.apache.accumulo.server.master.state with parameters of type TabletLocationState
static void TabletStateStore.unassign(TabletLocationState tls)
           
 

Method parameters in org.apache.accumulo.server.master.state with type arguments of type TabletLocationState
 void ZooTabletStateStore.unassign(Collection<TabletLocationState> tablets)
           
abstract  void TabletStateStore.unassign(Collection<TabletLocationState> tablets)
          Mark the tablets as having no known or future location.
 void MetaDataStateStore.unassign(Collection<TabletLocationState> tablets)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.