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