Package | Description |
---|---|
org.hbase.async.generated |
Modifier and Type | Method and Description |
---|---|
static ZooKeeperPB.ReplicationState.State |
ZooKeeperPB.ReplicationState.State.forNumber(int value) |
ZooKeeperPB.ReplicationState.State |
ZooKeeperPB.ReplicationStateOrBuilder.getState()
required .ReplicationState.State state = 1; |
ZooKeeperPB.ReplicationState.State |
ZooKeeperPB.ReplicationState.getState()
required .ReplicationState.State state = 1; |
ZooKeeperPB.ReplicationState.State |
ZooKeeperPB.ReplicationState.Builder.getState()
required .ReplicationState.State state = 1; |
static ZooKeeperPB.ReplicationState.State |
ZooKeeperPB.ReplicationState.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ZooKeeperPB.ReplicationState.State |
ZooKeeperPB.ReplicationState.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZooKeeperPB.ReplicationState.State[] |
ZooKeeperPB.ReplicationState.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.ReplicationState.State> |
ZooKeeperPB.ReplicationState.State.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
ZooKeeperPB.ReplicationState.Builder |
ZooKeeperPB.ReplicationState.Builder.setState(ZooKeeperPB.ReplicationState.State value)
required .ReplicationState.State state = 1; |
Copyright © 2010–2018 The Async HBase Authors. All rights reserved.