ZooKeeperProtos.SplitLogTask.RecoveryMode |
ZooKeeperProtos.SplitLogTaskOrBuilder.getMode()
optional .SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN];
|
ZooKeeperProtos.SplitLogTask.RecoveryMode |
ZooKeeperProtos.SplitLogTask.getMode()
optional .SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN];
|
ZooKeeperProtos.SplitLogTask.RecoveryMode |
ZooKeeperProtos.SplitLogTask.Builder.getMode()
optional .SplitLogTask.RecoveryMode mode = 3 [default = UNKNOWN];
|
static ZooKeeperProtos.SplitLogTask.RecoveryMode |
ZooKeeperProtos.SplitLogTask.RecoveryMode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ZooKeeperProtos.SplitLogTask.RecoveryMode |
ZooKeeperProtos.SplitLogTask.RecoveryMode.valueOf(int value) |
static ZooKeeperProtos.SplitLogTask.RecoveryMode |
ZooKeeperProtos.SplitLogTask.RecoveryMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZooKeeperProtos.SplitLogTask.RecoveryMode[] |
ZooKeeperProtos.SplitLogTask.RecoveryMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|