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
abstract  Iterator<TabletLocationState> TabletStateStore.iterator()
          Scan the information about the tablets covered by this store
 Iterator<TabletLocationState> RootTabletStateStore.iterator()
           
 Iterator<TabletLocationState> MetaDataStateStore.iterator()
           
 Iterator<TabletLocationState> ZooTabletStateStore.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
abstract  void TabletStateStore.unassign(Collection<TabletLocationState> tablets)
          Mark the tablets as having no known or future location.
 void MetaDataStateStore.unassign(Collection<TabletLocationState> tablets)
           
 void ZooTabletStateStore.unassign(Collection<TabletLocationState> tablets)
           
 



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