org.apache.accumulo.server.master.state
Class RootTabletStateStore

java.lang.Object
  extended by org.apache.accumulo.server.master.state.TabletStateStore
      extended by org.apache.accumulo.server.master.state.MetaDataStateStore
          extended by org.apache.accumulo.server.master.state.RootTabletStateStore
All Implemented Interfaces:
java.lang.Iterable<TabletLocationState>

public class RootTabletStateStore
extends MetaDataStateStore


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

RootTabletStateStore

public RootTabletStateStore(CurrentState state)
Method Detail

iterator

public java.util.Iterator<TabletLocationState> iterator()
Description copied from class: TabletStateStore
Scan the information about the tablets covered by this store

Specified by:
iterator in interface java.lang.Iterable<TabletLocationState>
Overrides:
iterator in class MetaDataStateStore

name

public java.lang.String name()
Description copied from class: TabletStateStore
Identifying name for this tablet state store.

Overrides:
name in class MetaDataStateStore


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