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