org.apache.accumulo.server.master.state
public class RootTabletStateStore extends MetaDataStateStore
auths, instance, state
Constructor and Description |
---|
RootTabletStateStore(Instance instance,
TCredentials auths,
CurrentState state) |
Modifier and Type | Method and Description |
---|---|
Iterator<TabletLocationState> |
iterator()
Scan the information about the tablets covered by this store
|
String |
name()
Identifying name for this tablet state store.
|
setFutureLocations, setLocations, unassign
setLocation, unassign
public RootTabletStateStore(Instance instance, TCredentials auths, CurrentState state)
public Iterator<TabletLocationState> iterator()
TabletStateStore
iterator
in interface Iterable<TabletLocationState>
iterator
in class MetaDataStateStore
public String name()
TabletStateStore
name
in class MetaDataStateStore
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.