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(java.util.SortedMap<Key,Value> decodedRow)
           
 TabletLocationState MetaDataTableScanner.next()
           
 

Methods in org.apache.accumulo.server.master.state that return types with arguments of type TabletLocationState
abstract  java.util.Iterator<TabletLocationState> TabletStateStore.iterator()
          Scan the information about the tablets covered by this store
 java.util.Iterator<TabletLocationState> RootTabletStateStore.iterator()
           
 java.util.Iterator<TabletLocationState> MetaDataStateStore.iterator()
           
 java.util.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(java.util.Collection<TabletLocationState> tablets)
          Mark the tablets as having no known or future location.
 void MetaDataStateStore.unassign(java.util.Collection<TabletLocationState> tablets)
           
 void ZooTabletStateStore.unassign(java.util.Collection<TabletLocationState> tablets)
           
 



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