Modifier and Type | Method and Description |
---|---|
static TableState |
Tables.getTableState(Instance instance,
String tableId) |
Modifier and Type | Method and Description |
---|---|
static TableState |
TableState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableState[] |
TableState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Master.stateChanged(String tableId,
TableState state) |
Modifier and Type | Method and Description |
---|---|
void |
Master.initialize(Map<String,TableState> tableIdToStateMap) |
Modifier and Type | Method and Description |
---|---|
TableState |
TableManager.IllegalTableTransitionException.getNewState() |
TableState |
TableManager.IllegalTableTransitionException.getOldState() |
TableState |
TableManager.getTableState(String tableId) |
TableState |
TableManager.updateTableStateCache(String tableId) |
Modifier and Type | Method and Description |
---|---|
static void |
TableManager.prepareNewTableState(String instanceId,
String tableId,
String tableName,
TableState state,
ZooUtil.NodeExistsPolicy existsPolicy) |
void |
TableObserver.stateChanged(String tableId,
TableState tState) |
void |
TableManager.transitionTableState(String tableId,
TableState newState) |
Modifier and Type | Method and Description |
---|---|
void |
TableObserver.initialize(Map<String,TableState> tableIdToStateMap) |
Constructor and Description |
---|
TableManager.IllegalTableTransitionException(TableState oldState,
TableState newState) |
Modifier and Type | Method and Description |
---|---|
int |
TableStateType.compare(TableState o1,
TableState o2) |
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.