org.apache.accumulo.server.master.state
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RootTabletStateStore
public RootTabletStateStore(Instance instance,
TCredentials auths,
CurrentState state)
iterator
public Iterator<TabletLocationState> iterator()
- Description copied from class:
TabletStateStore
- Scan the information about the tablets covered by this store
- Specified by:
iterator
in interface Iterable<TabletLocationState>
- Overrides:
iterator
in class MetaDataStateStore
name
public String name()
- Description copied from class:
TabletStateStore
- Identifying name for this tablet state store.
- Overrides:
name
in class MetaDataStateStore
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.