public static interface KeyValueStateMachineProto.TransitionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
KeyValueStateMachineProto.Transition.BodyCase |
getBodyCase() |
KeyValueStateMachineProto.ClearTransients |
getClearTransients()
.ai.eloquent.raft.ClearTransients clearTransients = 7; |
KeyValueStateMachineProto.ClearTransientsOrBuilder |
getClearTransientsOrBuilder()
.ai.eloquent.raft.ClearTransients clearTransients = 7; |
KeyValueStateMachineProto.ReleaseLock |
getReleaseLock()
.ai.eloquent.raft.ReleaseLock releaseLock = 4; |
KeyValueStateMachineProto.ReleaseLockOrBuilder |
getReleaseLockOrBuilder()
.ai.eloquent.raft.ReleaseLock releaseLock = 4; |
KeyValueStateMachineProto.RemoveValue |
getRemoveValue()
.ai.eloquent.raft.RemoveValue removeValue = 6; |
KeyValueStateMachineProto.RemoveValueOrBuilder |
getRemoveValueOrBuilder()
.ai.eloquent.raft.RemoveValue removeValue = 6; |
KeyValueStateMachineProto.RequestLock |
getRequestLock()
.ai.eloquent.raft.RequestLock requestLock = 2; |
KeyValueStateMachineProto.RequestLockOrBuilder |
getRequestLockOrBuilder()
.ai.eloquent.raft.RequestLock requestLock = 2; |
KeyValueStateMachineProto.SetValue |
getSetValue()
.ai.eloquent.raft.SetValue setValue = 5; |
KeyValueStateMachineProto.SetValueOrBuilder |
getSetValueOrBuilder()
.ai.eloquent.raft.SetValue setValue = 5; |
KeyValueStateMachineProto.Transition |
getTransitions(int index)
repeated .ai.eloquent.raft.Transition transitions = 8; |
int |
getTransitionsCount()
repeated .ai.eloquent.raft.Transition transitions = 8; |
java.util.List<KeyValueStateMachineProto.Transition> |
getTransitionsList()
repeated .ai.eloquent.raft.Transition transitions = 8; |
KeyValueStateMachineProto.TransitionOrBuilder |
getTransitionsOrBuilder(int index)
repeated .ai.eloquent.raft.Transition transitions = 8; |
java.util.List<? extends KeyValueStateMachineProto.TransitionOrBuilder> |
getTransitionsOrBuilderList()
repeated .ai.eloquent.raft.Transition transitions = 8; |
KeyValueStateMachineProto.TryLock |
getTryLock()
.ai.eloquent.raft.TryLock tryLock = 3; |
KeyValueStateMachineProto.TryLockOrBuilder |
getTryLockOrBuilder()
.ai.eloquent.raft.TryLock tryLock = 3; |
KeyValueStateMachineProto.TransitionType |
getType()
.ai.eloquent.raft.TransitionType type = 1; |
int |
getTypeValue()
.ai.eloquent.raft.TransitionType type = 1; |
boolean |
hasClearTransients()
.ai.eloquent.raft.ClearTransients clearTransients = 7; |
boolean |
hasReleaseLock()
.ai.eloquent.raft.ReleaseLock releaseLock = 4; |
boolean |
hasRemoveValue()
.ai.eloquent.raft.RemoveValue removeValue = 6; |
boolean |
hasRequestLock()
.ai.eloquent.raft.RequestLock requestLock = 2; |
boolean |
hasSetValue()
.ai.eloquent.raft.SetValue setValue = 5; |
boolean |
hasTryLock()
.ai.eloquent.raft.TryLock tryLock = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
.ai.eloquent.raft.TransitionType type = 1;KeyValueStateMachineProto.TransitionType getType()
.ai.eloquent.raft.TransitionType type = 1;boolean hasRequestLock()
.ai.eloquent.raft.RequestLock requestLock = 2;KeyValueStateMachineProto.RequestLock getRequestLock()
.ai.eloquent.raft.RequestLock requestLock = 2;KeyValueStateMachineProto.RequestLockOrBuilder getRequestLockOrBuilder()
.ai.eloquent.raft.RequestLock requestLock = 2;boolean hasTryLock()
.ai.eloquent.raft.TryLock tryLock = 3;KeyValueStateMachineProto.TryLock getTryLock()
.ai.eloquent.raft.TryLock tryLock = 3;KeyValueStateMachineProto.TryLockOrBuilder getTryLockOrBuilder()
.ai.eloquent.raft.TryLock tryLock = 3;boolean hasReleaseLock()
.ai.eloquent.raft.ReleaseLock releaseLock = 4;KeyValueStateMachineProto.ReleaseLock getReleaseLock()
.ai.eloquent.raft.ReleaseLock releaseLock = 4;KeyValueStateMachineProto.ReleaseLockOrBuilder getReleaseLockOrBuilder()
.ai.eloquent.raft.ReleaseLock releaseLock = 4;boolean hasSetValue()
.ai.eloquent.raft.SetValue setValue = 5;KeyValueStateMachineProto.SetValue getSetValue()
.ai.eloquent.raft.SetValue setValue = 5;KeyValueStateMachineProto.SetValueOrBuilder getSetValueOrBuilder()
.ai.eloquent.raft.SetValue setValue = 5;boolean hasRemoveValue()
.ai.eloquent.raft.RemoveValue removeValue = 6;KeyValueStateMachineProto.RemoveValue getRemoveValue()
.ai.eloquent.raft.RemoveValue removeValue = 6;KeyValueStateMachineProto.RemoveValueOrBuilder getRemoveValueOrBuilder()
.ai.eloquent.raft.RemoveValue removeValue = 6;boolean hasClearTransients()
.ai.eloquent.raft.ClearTransients clearTransients = 7;KeyValueStateMachineProto.ClearTransients getClearTransients()
.ai.eloquent.raft.ClearTransients clearTransients = 7;KeyValueStateMachineProto.ClearTransientsOrBuilder getClearTransientsOrBuilder()
.ai.eloquent.raft.ClearTransients clearTransients = 7;java.util.List<KeyValueStateMachineProto.Transition> getTransitionsList()
repeated .ai.eloquent.raft.Transition transitions = 8;KeyValueStateMachineProto.Transition getTransitions(int index)
repeated .ai.eloquent.raft.Transition transitions = 8;int getTransitionsCount()
repeated .ai.eloquent.raft.Transition transitions = 8;java.util.List<? extends KeyValueStateMachineProto.TransitionOrBuilder> getTransitionsOrBuilderList()
repeated .ai.eloquent.raft.Transition transitions = 8;KeyValueStateMachineProto.TransitionOrBuilder getTransitionsOrBuilder(int index)
repeated .ai.eloquent.raft.Transition transitions = 8;KeyValueStateMachineProto.Transition.BodyCase getBodyCase()