HBaseProtos.TableState.State |
HBaseProtos.TableStateOrBuilder.getState()
required .hbase.pb.TableState.State state = 1;
|
HBaseProtos.TableState.State |
HBaseProtos.TableState.getState()
required .hbase.pb.TableState.State state = 1;
|
HBaseProtos.TableState.State |
HBaseProtos.TableState.Builder.getState()
required .hbase.pb.TableState.State state = 1;
|
static HBaseProtos.TableState.State |
HBaseProtos.TableState.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static HBaseProtos.TableState.State |
HBaseProtos.TableState.State.valueOf(int value) |
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.
|