|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TabletLocationState | |
|---|---|
| org.apache.accumulo.server.master.state | |
| Uses of TabletLocationState in org.apache.accumulo.server.master.state |
|---|
| Methods in org.apache.accumulo.server.master.state that return TabletLocationState | |
|---|---|
static TabletLocationState |
MetaDataTableScanner.createTabletLocationState(Key k,
Value v)
|
TabletLocationState |
MetaDataTableScanner.next()
|
| Methods in org.apache.accumulo.server.master.state that return types with arguments of type TabletLocationState | |
|---|---|
abstract Iterator<TabletLocationState> |
TabletStateStore.iterator()
Scan the information about the tablets covered by this store |
Iterator<TabletLocationState> |
ZooTabletStateStore.iterator()
|
Iterator<TabletLocationState> |
RootTabletStateStore.iterator()
|
Iterator<TabletLocationState> |
MetaDataStateStore.iterator()
|
| Methods in org.apache.accumulo.server.master.state with parameters of type TabletLocationState | |
|---|---|
static void |
TabletStateStore.unassign(TabletLocationState tls)
|
| Method parameters in org.apache.accumulo.server.master.state with type arguments of type TabletLocationState | |
|---|---|
abstract void |
TabletStateStore.unassign(Collection<TabletLocationState> tablets)
Mark the tablets as having no known or future location. |
void |
ZooTabletStateStore.unassign(Collection<TabletLocationState> tablets)
|
void |
MetaDataStateStore.unassign(Collection<TabletLocationState> tablets)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||