ZooKeeperProtos.Table.State |
ZooKeeperProtos.TableOrBuilder.getState()
required .Table.State state = 1 [default = ENABLED];
|
ZooKeeperProtos.Table.State |
ZooKeeperProtos.Table.getState()
required .Table.State state = 1 [default = ENABLED];
|
ZooKeeperProtos.Table.State |
ZooKeeperProtos.Table.Builder.getState()
required .Table.State state = 1 [default = ENABLED];
|
static ZooKeeperProtos.Table.State |
ZooKeeperProtos.Table.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ZooKeeperProtos.Table.State |
ZooKeeperProtos.Table.State.valueOf(int value) |
static ZooKeeperProtos.Table.State |
ZooKeeperProtos.Table.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZooKeeperProtos.Table.State[] |
ZooKeeperProtos.Table.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|