Package | Description |
---|---|
org.hbase.async.generated |
Modifier and Type | Method and Description |
---|---|
static ZooKeeperPB.Table.State |
ZooKeeperPB.Table.State.forNumber(int value) |
ZooKeeperPB.Table.State |
ZooKeeperPB.TableOrBuilder.getState()
This is the table's state.
|
ZooKeeperPB.Table.State |
ZooKeeperPB.Table.getState()
This is the table's state.
|
ZooKeeperPB.Table.State |
ZooKeeperPB.Table.Builder.getState()
This is the table's state.
|
static ZooKeeperPB.Table.State |
ZooKeeperPB.Table.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ZooKeeperPB.Table.State |
ZooKeeperPB.Table.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZooKeeperPB.Table.State[] |
ZooKeeperPB.Table.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 com.google.protobuf.Internal.EnumLiteMap<ZooKeeperPB.Table.State> |
ZooKeeperPB.Table.State.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
ZooKeeperPB.Table.Builder |
ZooKeeperPB.Table.Builder.setState(ZooKeeperPB.Table.State value)
This is the table's state.
|
Copyright © 2010–2018 The Async HBase Authors. All rights reserved.