Uses of Enum
org.apache.hadoop.hbase.client.TableState.State
Packages that use org.apache.hadoop.hbase.client.TableState.State
Package
Description
Provides HBase Client
-
Uses of org.apache.hadoop.hbase.client.TableState.State in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.client.TableState.State in inModifier and TypeMethodDescriptionstatic voidMetaTableAccessor.updateTableState(org.apache.hadoop.hbase.client.Connection conn, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.TableState.State actual) Updates state in META Do not use. -
Uses of org.apache.hadoop.hbase.client.TableState.State in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.TableState.State in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.client.TableState.StateTableState.State.convert(org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.TableState.State state) Covert from PB version of Stateorg.apache.hadoop.hbase.client.TableState.StateTableState.getState()Returns table statestatic org.apache.hadoop.hbase.client.TableState.StateTableState.State.valueOf(String name) static org.apache.hadoop.hbase.client.TableState.State[]TableState.State.values()Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.TableState.State in inModifier and TypeMethodDescriptionbooleanTableState.inStates(org.apache.hadoop.hbase.client.TableState.State state) Check that table in given statesbooleanTableState.inStates(org.apache.hadoop.hbase.client.TableState.State... states) Check that table in given statesbooleanTableState.isInStates(org.apache.hadoop.hbase.client.TableState.State... target) Static version of state checkerConstructors in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.TableState.State in inModifierConstructorDescriptionTableState(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.TableState.State state) Create instance of TableState. -
Uses of org.apache.hadoop.hbase.client.TableState.State in org.apache.hadoop.hbase.master
Methods in org.apache.hadoop.hbase.master with parameters of type org.apache.hadoop.hbase.client.TableState.State in inModifier and TypeMethodDescriptionbooleanTableStateManager.isTableState(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.TableState.State... states) protected voidMirroringTableStateManager.metaStateUpdated(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.TableState.State newState) Deprecated.protected voidTableStateManager.metaStateUpdated(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.TableState.State newState) voidTableStateManager.setTableState(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.TableState.State newState) Set table state to provided. -
Uses of org.apache.hadoop.hbase.client.TableState.State in org.apache.hadoop.hbase.util
Methods in org.apache.hadoop.hbase.util that return types with arguments of type org.apache.hadoop.hbase.client.TableState.State in inModifier and TypeMethodDescriptionstatic Map<org.apache.hadoop.hbase.TableName,org.apache.hadoop.hbase.client.TableState.State> ZKDataMigrator.queryForTableStates(org.apache.hadoop.hbase.zookeeper.ZKWatcher zkw) Deprecated.Since 2.0.0.