public class MetaDataStateStore extends TabletStateStore
| Modifier and Type | Field and Description |
|---|---|
protected ClientContext |
context |
protected CurrentState |
state |
| Modifier | Constructor and Description |
|---|---|
|
MetaDataStateStore(AccumuloServerContext context) |
protected |
MetaDataStateStore(AccumuloServerContext context,
String tableName) |
|
MetaDataStateStore(ClientContext context,
CurrentState state) |
protected |
MetaDataStateStore(ClientContext context,
CurrentState state,
String targetTableName) |
| Modifier and Type | Method and Description |
|---|---|
ClosableIterator<TabletLocationState> |
iterator()
Scan the information about the tablets covered by this store
|
String |
name()
Identifying name for this tablet state store.
|
void |
setFutureLocations(Collection<Assignment> assignments)
Store the assigned locations in the data store.
|
void |
setLocations(Collection<Assignment> assignments)
Tablet servers will update the data store with the location when they bring the tablet online
|
void |
suspend(Collection<TabletLocationState> tablets,
Map<TServerInstance,List<org.apache.hadoop.fs.Path>> logsForDeadServers,
long suspensionTimestamp)
Mark tablets as having no known or future location, but desiring to be returned to their
previous tserver.
|
void |
unassign(Collection<TabletLocationState> tablets,
Map<TServerInstance,List<org.apache.hadoop.fs.Path>> logsForDeadServers)
Mark the tablets as having no known or future location.
|
void |
unsuspend(Collection<TabletLocationState> tablets)
Remove a suspension marker for a collection of tablets, moving them to being simply unassigned.
|
getStoreForTablet, setLocation, suspend, unassignclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprotected final ClientContext context
protected final CurrentState state
protected MetaDataStateStore(ClientContext context, CurrentState state, String targetTableName)
public MetaDataStateStore(ClientContext context, CurrentState state)
protected MetaDataStateStore(AccumuloServerContext context, String tableName)
public MetaDataStateStore(AccumuloServerContext context)
public ClosableIterator<TabletLocationState> iterator()
TabletStateStoreiterator in interface Iterable<TabletLocationState>iterator in class TabletStateStorepublic void setLocations(Collection<Assignment> assignments) throws DistributedStoreException
TabletStateStoresetLocations in class TabletStateStoreDistributedStoreExceptionpublic void setFutureLocations(Collection<Assignment> assignments) throws DistributedStoreException
TabletStateStoresetFutureLocations in class TabletStateStoreDistributedStoreExceptionpublic void unassign(Collection<TabletLocationState> tablets, Map<TServerInstance,List<org.apache.hadoop.fs.Path>> logsForDeadServers) throws DistributedStoreException
TabletStateStoreunassign in class TabletStateStoretablets - the tablets' current informationlogsForDeadServers - a cache of logs in use by servers when they diedDistributedStoreExceptionpublic void suspend(Collection<TabletLocationState> tablets, Map<TServerInstance,List<org.apache.hadoop.fs.Path>> logsForDeadServers, long suspensionTimestamp) throws DistributedStoreException
TabletStateStoresuspend in class TabletStateStoreDistributedStoreExceptionpublic void unsuspend(Collection<TabletLocationState> tablets) throws DistributedStoreException
TabletStateStoreunsuspend in class TabletStateStoreDistributedStoreExceptionpublic String name()
TabletStateStorename in class TabletStateStoreCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.