|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.accumulo.server.master.state.TabletStateStore
org.apache.accumulo.server.master.state.MetaDataStateStore
org.apache.accumulo.server.master.state.RootTabletStateStore
public class RootTabletStateStore
Field Summary |
---|
Fields inherited from class org.apache.accumulo.server.master.state.MetaDataStateStore |
---|
state |
Constructor Summary | |
---|---|
RootTabletStateStore(CurrentState state)
|
Method Summary | |
---|---|
java.util.Iterator<TabletLocationState> |
iterator()
Scan the information about the tablets covered by this store |
java.lang.String |
name()
Identifying name for this tablet state store. |
Methods inherited from class org.apache.accumulo.server.master.state.MetaDataStateStore |
---|
setFutureLocations, setLocations, unassign |
Methods inherited from class org.apache.accumulo.server.master.state.TabletStateStore |
---|
setLocation, unassign |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RootTabletStateStore(CurrentState state)
Method Detail |
---|
public java.util.Iterator<TabletLocationState> iterator()
TabletStateStore
iterator
in interface java.lang.Iterable<TabletLocationState>
iterator
in class MetaDataStateStore
public java.lang.String name()
TabletStateStore
name
in class MetaDataStateStore
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |