| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.shaded.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
HBaseProtos.TableState.State |
TableState.State.convert()
Covert to PB version of State
|
| Modifier and Type | Method and Description |
|---|---|
static TableState.State |
TableState.State.convert(HBaseProtos.TableState.State state)
Covert from PB version of State
|
| Modifier and Type | Method and Description |
|---|---|
static HBaseProtos.TableState.State |
HBaseProtos.TableState.State.forNumber(int value) |
HBaseProtos.TableState.State |
HBaseProtos.TableStateOrBuilder.getState()
This is the table's state.
|
HBaseProtos.TableState.State |
HBaseProtos.TableState.getState()
This is the table's state.
|
HBaseProtos.TableState.State |
HBaseProtos.TableState.Builder.getState()
This is the table's state.
|
static HBaseProtos.TableState.State |
HBaseProtos.TableState.State.valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static HBaseProtos.TableState.State |
HBaseProtos.TableState.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static HBaseProtos.TableState.State |
HBaseProtos.TableState.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HBaseProtos.TableState.State[] |
HBaseProtos.TableState.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap<HBaseProtos.TableState.State> |
HBaseProtos.TableState.State.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
HBaseProtos.TableState.Builder |
HBaseProtos.TableState.Builder.setState(HBaseProtos.TableState.State value)
This is the table's state.
|
Copyright © 2007–2019 Cloudera. All rights reserved.