| 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> |
MetaDataStateStore.iterator() |
abstract ClosableIterator<TabletLocationState> |
TabletStateStore.iterator()
Scan the information about the tablets covered by this store
|
ClosableIterator<TabletLocationState> |
RootTabletStateStore.iterator() |
ClosableIterator<TabletLocationState> |
ZooTabletStateStore.iterator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
TabletStateStore.unassign(AccumuloServerContext context,
TabletLocationState tls) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetaDataStateStore.unassign(Collection<TabletLocationState> tablets) |
abstract void |
TabletStateStore.unassign(Collection<TabletLocationState> tablets)
Mark the tablets as having no known or future location.
|
void |
ZooTabletStateStore.unassign(Collection<TabletLocationState> tablets) |
Copyright © 2015 Apache Accumulo Project. All rights reserved.