|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TableState in org.apache.accumulo.core.client.impl |
---|
Methods in org.apache.accumulo.core.client.impl that return TableState | |
---|---|
static TableState |
Tables.getTableState(Instance instance,
String tableId)
|
Uses of TableState in org.apache.accumulo.core.master.state.tables |
---|
Methods in org.apache.accumulo.core.master.state.tables that return TableState | |
---|---|
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. |
Uses of TableState in org.apache.accumulo.server.master |
---|
Methods in org.apache.accumulo.server.master with parameters of type TableState | |
---|---|
void |
Master.stateChanged(String tableId,
TableState state)
|
Method parameters in org.apache.accumulo.server.master with type arguments of type TableState | |
---|---|
void |
Master.initialize(Map<String,TableState> tableIdToStateMap)
|
Uses of TableState in org.apache.accumulo.server.master.state.tables |
---|
Methods in org.apache.accumulo.server.master.state.tables that return TableState | |
---|---|
TableState |
TableManager.IllegalTableTransitionException.getNewState()
|
TableState |
TableManager.IllegalTableTransitionException.getOldState()
|
TableState |
TableManager.getTableState(String tableId)
|
TableState |
TableManager.updateTableStateCache(String tableId)
|
Methods in org.apache.accumulo.server.master.state.tables with parameters of type TableState | |
---|---|
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)
|
Method parameters in org.apache.accumulo.server.master.state.tables with type arguments of type TableState | |
---|---|
void |
TableObserver.initialize(Map<String,TableState> tableIdToStateMap)
|
Constructors in org.apache.accumulo.server.master.state.tables with parameters of type TableState | |
---|---|
TableManager.IllegalTableTransitionException(TableState oldState,
TableState newState)
|
Uses of TableState in org.apache.accumulo.server.monitor.util.celltypes |
---|
Methods in org.apache.accumulo.server.monitor.util.celltypes with parameters of type TableState | |
---|---|
int |
TableStateType.compare(TableState o1,
TableState o2)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |