| Package | Description |
|---|---|
| org.apache.accumulo.server.master.state |
| Modifier and Type | Method and Description |
|---|---|
static TabletLocationState |
MetaDataTableScanner.createTabletLocationState(Key k,
Value v) |
TabletLocationState |
MetaDataTableScanner.next() |
| Modifier and Type | Method and Description |
|---|---|
ClosableIterator<TabletLocationState> |
ZooTabletStateStore.iterator() |
abstract ClosableIterator<TabletLocationState> |
TabletStateStore.iterator()
Scan the information about the tablets covered by this store
|
ClosableIterator<TabletLocationState> |
RootTabletStateStore.iterator() |
ClosableIterator<TabletLocationState> |
MetaDataStateStore.iterator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
TabletStateStore.suspend(AccumuloServerContext context,
TabletLocationState tls,
Map<TServerInstance,List<org.apache.hadoop.fs.Path>> logsForDeadServers,
long suspensionTimestamp) |
static void |
TabletStateStore.unassign(AccumuloServerContext context,
TabletLocationState tls,
Map<TServerInstance,List<org.apache.hadoop.fs.Path>> logsForDeadServers) |
| Modifier and Type | Method and Description |
|---|---|
void |
ZooTabletStateStore.suspend(Collection<TabletLocationState> tablets,
Map<TServerInstance,List<org.apache.hadoop.fs.Path>> logsForDeadServers,
long suspensionTimestamp) |
abstract void |
TabletStateStore.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 |
MetaDataStateStore.suspend(Collection<TabletLocationState> tablets,
Map<TServerInstance,List<org.apache.hadoop.fs.Path>> logsForDeadServers,
long suspensionTimestamp) |
void |
ZooTabletStateStore.unassign(Collection<TabletLocationState> tablets,
Map<TServerInstance,List<org.apache.hadoop.fs.Path>> logsForDeadServers) |
abstract void |
TabletStateStore.unassign(Collection<TabletLocationState> tablets,
Map<TServerInstance,List<org.apache.hadoop.fs.Path>> logsForDeadServers)
Mark the tablets as having no known or future location.
|
void |
MetaDataStateStore.unassign(Collection<TabletLocationState> tablets,
Map<TServerInstance,List<org.apache.hadoop.fs.Path>> logsForDeadServers) |
void |
ZooTabletStateStore.unsuspend(Collection<TabletLocationState> tablets) |
abstract void |
TabletStateStore.unsuspend(Collection<TabletLocationState> tablets)
Remove a suspension marker for a collection of tablets, moving them to being simply unassigned.
|
void |
MetaDataStateStore.unsuspend(Collection<TabletLocationState> tablets) |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.