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:
Iterable<TabletLocationState>

public class RootTabletStateStore
extends MetaDataStateStore


Field Summary
 
Fields inherited from class org.apache.accumulo.server.master.state.MetaDataStateStore
auths, instance, state
 
Constructor Summary
RootTabletStateStore(Instance instance, AuthInfo auths, CurrentState state)
           
 
Method Summary
 Iterator<TabletLocationState> iterator()
          Scan the information about the tablets covered by this store
 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(Instance instance,
                            AuthInfo auths,
                            CurrentState state)
Method Detail

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 © 2012 The Apache Software Foundation. All Rights Reserved.