| Package | Description |
|---|---|
| org.apache.hadoop.hbase.shaded.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
static ZooKeeperProtos.SplitLogTask.State |
ZooKeeperProtos.SplitLogTask.State.forNumber(int value) |
ZooKeeperProtos.SplitLogTask.State |
ZooKeeperProtos.SplitLogTaskOrBuilder.getState()
required .hbase.pb.SplitLogTask.State state = 1; |
ZooKeeperProtos.SplitLogTask.State |
ZooKeeperProtos.SplitLogTask.getState()
required .hbase.pb.SplitLogTask.State state = 1; |
ZooKeeperProtos.SplitLogTask.State |
ZooKeeperProtos.SplitLogTask.Builder.getState()
required .hbase.pb.SplitLogTask.State state = 1; |
static ZooKeeperProtos.SplitLogTask.State |
ZooKeeperProtos.SplitLogTask.State.valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ZooKeeperProtos.SplitLogTask.State |
ZooKeeperProtos.SplitLogTask.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ZooKeeperProtos.SplitLogTask.State |
ZooKeeperProtos.SplitLogTask.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZooKeeperProtos.SplitLogTask.State[] |
ZooKeeperProtos.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 org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap<ZooKeeperProtos.SplitLogTask.State> |
ZooKeeperProtos.SplitLogTask.State.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ZooKeeperProtos.SplitLogTask.Builder |
ZooKeeperProtos.SplitLogTask.Builder.setState(ZooKeeperProtos.SplitLogTask.State value)
required .hbase.pb.SplitLogTask.State state = 1; |
Copyright © 2007–2019 Cloudera. All rights reserved.