ZooKeeperPB.Table.State |
ZooKeeperPB.TableOrBuilder.getState()
required .Table.State state = 1 [default = ENABLED];
|
ZooKeeperPB.Table.State |
ZooKeeperPB.Table.getState()
required .Table.State state = 1 [default = ENABLED];
|
ZooKeeperPB.Table.State |
ZooKeeperPB.Table.Builder.getState()
required .Table.State state = 1 [default = ENABLED];
|
static ZooKeeperPB.Table.State |
ZooKeeperPB.Table.State.valueOf(int value) |
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.
|