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 |
---|---|
abstract Iterator<TabletLocationState> |
TabletStateStore.iterator()
Scan the information about the tablets covered by this store
|
Iterator<TabletLocationState> |
RootTabletStateStore.iterator() |
Iterator<TabletLocationState> |
MetaDataStateStore.iterator() |
Iterator<TabletLocationState> |
ZooTabletStateStore.iterator() |
Modifier and Type | Method and Description |
---|---|
static void |
TabletStateStore.unassign(TabletLocationState tls) |
Modifier and Type | Method and Description |
---|---|
abstract void |
TabletStateStore.unassign(Collection<TabletLocationState> tablets)
Mark the tablets as having no known or future location.
|
void |
MetaDataStateStore.unassign(Collection<TabletLocationState> tablets) |
void |
ZooTabletStateStore.unassign(Collection<TabletLocationState> tablets) |
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.