Class RootTabletStateStore
- java.lang.Object
-
- org.apache.accumulo.server.master.state.TabletStateStore
-
- org.apache.accumulo.server.master.state.MetaDataStateStore
-
- org.apache.accumulo.server.master.state.RootTabletStateStore
-
- All Implemented Interfaces:
Iterable<TabletLocationState>
public class RootTabletStateStore extends MetaDataStateStore
-
-
Field Summary
-
Fields inherited from class org.apache.accumulo.server.master.state.MetaDataStateStore
context, state
-
-
Constructor Summary
Constructors Constructor Description RootTabletStateStore(ClientContext context, CurrentState state)RootTabletStateStore(ServerContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClosableIterator<TabletLocationState>iterator()Scan the information about the tablets covered by this storeStringname()Identifying name for this tablet state store.-
Methods inherited from class org.apache.accumulo.server.master.state.MetaDataStateStore
setFutureLocations, setLocations, suspend, unassign, unsuspend
-
Methods inherited from class org.apache.accumulo.server.master.state.TabletStateStore
getStoreForTablet, setLocation, suspend, unassign
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
RootTabletStateStore
public RootTabletStateStore(ClientContext context, CurrentState state)
-
RootTabletStateStore
public RootTabletStateStore(ServerContext context)
-
-
Method Detail
-
iterator
public ClosableIterator<TabletLocationState> iterator()
Description copied from class:TabletStateStoreScan the information about the tablets covered by this store- Specified by:
iteratorin interfaceIterable<TabletLocationState>- Overrides:
iteratorin classMetaDataStateStore
-
name
public String name()
Description copied from class:TabletStateStoreIdentifying name for this tablet state store.- Overrides:
namein classMetaDataStateStore
-
-