public static final class KeyValueStateMachineProto.Transition extends com.google.protobuf.GeneratedMessageV3 implements KeyValueStateMachineProto.TransitionOrBuilder
ai.eloquent.raft.Transition| Modifier and Type | Class and Description |
|---|---|
static class |
KeyValueStateMachineProto.Transition.BodyCase |
static class |
KeyValueStateMachineProto.Transition.Builder
Protobuf type
ai.eloquent.raft.Transition |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
CLEARTRANSIENTS_FIELD_NUMBER |
static int |
RELEASELOCK_FIELD_NUMBER |
static int |
REMOVEVALUE_FIELD_NUMBER |
static int |
REQUESTLOCK_FIELD_NUMBER |
static int |
SETVALUE_FIELD_NUMBER |
static int |
TRANSITIONS_FIELD_NUMBER |
static int |
TRYLOCK_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
KeyValueStateMachineProto.Transition.BodyCase |
getBodyCase() |
KeyValueStateMachineProto.ClearTransients |
getClearTransients()
.ai.eloquent.raft.ClearTransients clearTransients = 7; |
KeyValueStateMachineProto.ClearTransientsOrBuilder |
getClearTransientsOrBuilder()
.ai.eloquent.raft.ClearTransients clearTransients = 7; |
static KeyValueStateMachineProto.Transition |
getDefaultInstance() |
KeyValueStateMachineProto.Transition |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<KeyValueStateMachineProto.Transition> |
getParserForType() |
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; |
int |
getSerializedSize() |
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; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasClearTransients()
.ai.eloquent.raft.ClearTransients clearTransients = 7; |
int |
hashCode() |
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; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static KeyValueStateMachineProto.Transition.Builder |
newBuilder() |
static KeyValueStateMachineProto.Transition.Builder |
newBuilder(KeyValueStateMachineProto.Transition prototype) |
KeyValueStateMachineProto.Transition.Builder |
newBuilderForType() |
protected KeyValueStateMachineProto.Transition.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static KeyValueStateMachineProto.Transition |
parseDelimitedFrom(java.io.InputStream input) |
static KeyValueStateMachineProto.Transition |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeyValueStateMachineProto.Transition |
parseFrom(byte[] data) |
static KeyValueStateMachineProto.Transition |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeyValueStateMachineProto.Transition |
parseFrom(java.nio.ByteBuffer data) |
static KeyValueStateMachineProto.Transition |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeyValueStateMachineProto.Transition |
parseFrom(com.google.protobuf.ByteString data) |
static KeyValueStateMachineProto.Transition |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeyValueStateMachineProto.Transition |
parseFrom(com.google.protobuf.CodedInputStream input) |
static KeyValueStateMachineProto.Transition |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeyValueStateMachineProto.Transition |
parseFrom(java.io.InputStream input) |
static KeyValueStateMachineProto.Transition |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<KeyValueStateMachineProto.Transition> |
parser() |
KeyValueStateMachineProto.Transition.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int TYPE_FIELD_NUMBER
public static final int REQUESTLOCK_FIELD_NUMBER
public static final int TRYLOCK_FIELD_NUMBER
public static final int RELEASELOCK_FIELD_NUMBER
public static final int SETVALUE_FIELD_NUMBER
public static final int REMOVEVALUE_FIELD_NUMBER
public static final int CLEARTRANSIENTS_FIELD_NUMBER
public static final int TRANSITIONS_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public KeyValueStateMachineProto.Transition.BodyCase getBodyCase()
getBodyCase in interface KeyValueStateMachineProto.TransitionOrBuilderpublic int getTypeValue()
.ai.eloquent.raft.TransitionType type = 1;getTypeValue in interface KeyValueStateMachineProto.TransitionOrBuilderpublic KeyValueStateMachineProto.TransitionType getType()
.ai.eloquent.raft.TransitionType type = 1;getType in interface KeyValueStateMachineProto.TransitionOrBuilderpublic boolean hasRequestLock()
.ai.eloquent.raft.RequestLock requestLock = 2;hasRequestLock in interface KeyValueStateMachineProto.TransitionOrBuilderpublic KeyValueStateMachineProto.RequestLock getRequestLock()
.ai.eloquent.raft.RequestLock requestLock = 2;getRequestLock in interface KeyValueStateMachineProto.TransitionOrBuilderpublic KeyValueStateMachineProto.RequestLockOrBuilder getRequestLockOrBuilder()
.ai.eloquent.raft.RequestLock requestLock = 2;getRequestLockOrBuilder in interface KeyValueStateMachineProto.TransitionOrBuilderpublic boolean hasTryLock()
.ai.eloquent.raft.TryLock tryLock = 3;hasTryLock in interface KeyValueStateMachineProto.TransitionOrBuilderpublic KeyValueStateMachineProto.TryLock getTryLock()
.ai.eloquent.raft.TryLock tryLock = 3;getTryLock in interface KeyValueStateMachineProto.TransitionOrBuilderpublic KeyValueStateMachineProto.TryLockOrBuilder getTryLockOrBuilder()
.ai.eloquent.raft.TryLock tryLock = 3;getTryLockOrBuilder in interface KeyValueStateMachineProto.TransitionOrBuilderpublic boolean hasReleaseLock()
.ai.eloquent.raft.ReleaseLock releaseLock = 4;hasReleaseLock in interface KeyValueStateMachineProto.TransitionOrBuilderpublic KeyValueStateMachineProto.ReleaseLock getReleaseLock()
.ai.eloquent.raft.ReleaseLock releaseLock = 4;getReleaseLock in interface KeyValueStateMachineProto.TransitionOrBuilderpublic KeyValueStateMachineProto.ReleaseLockOrBuilder getReleaseLockOrBuilder()
.ai.eloquent.raft.ReleaseLock releaseLock = 4;getReleaseLockOrBuilder in interface KeyValueStateMachineProto.TransitionOrBuilderpublic boolean hasSetValue()
.ai.eloquent.raft.SetValue setValue = 5;hasSetValue in interface KeyValueStateMachineProto.TransitionOrBuilderpublic KeyValueStateMachineProto.SetValue getSetValue()
.ai.eloquent.raft.SetValue setValue = 5;getSetValue in interface KeyValueStateMachineProto.TransitionOrBuilderpublic KeyValueStateMachineProto.SetValueOrBuilder getSetValueOrBuilder()
.ai.eloquent.raft.SetValue setValue = 5;getSetValueOrBuilder in interface KeyValueStateMachineProto.TransitionOrBuilderpublic boolean hasRemoveValue()
.ai.eloquent.raft.RemoveValue removeValue = 6;hasRemoveValue in interface KeyValueStateMachineProto.TransitionOrBuilderpublic KeyValueStateMachineProto.RemoveValue getRemoveValue()
.ai.eloquent.raft.RemoveValue removeValue = 6;getRemoveValue in interface KeyValueStateMachineProto.TransitionOrBuilderpublic KeyValueStateMachineProto.RemoveValueOrBuilder getRemoveValueOrBuilder()
.ai.eloquent.raft.RemoveValue removeValue = 6;getRemoveValueOrBuilder in interface KeyValueStateMachineProto.TransitionOrBuilderpublic boolean hasClearTransients()
.ai.eloquent.raft.ClearTransients clearTransients = 7;hasClearTransients in interface KeyValueStateMachineProto.TransitionOrBuilderpublic KeyValueStateMachineProto.ClearTransients getClearTransients()
.ai.eloquent.raft.ClearTransients clearTransients = 7;getClearTransients in interface KeyValueStateMachineProto.TransitionOrBuilderpublic KeyValueStateMachineProto.ClearTransientsOrBuilder getClearTransientsOrBuilder()
.ai.eloquent.raft.ClearTransients clearTransients = 7;getClearTransientsOrBuilder in interface KeyValueStateMachineProto.TransitionOrBuilderpublic java.util.List<KeyValueStateMachineProto.Transition> getTransitionsList()
repeated .ai.eloquent.raft.Transition transitions = 8;getTransitionsList in interface KeyValueStateMachineProto.TransitionOrBuilderpublic java.util.List<? extends KeyValueStateMachineProto.TransitionOrBuilder> getTransitionsOrBuilderList()
repeated .ai.eloquent.raft.Transition transitions = 8;getTransitionsOrBuilderList in interface KeyValueStateMachineProto.TransitionOrBuilderpublic int getTransitionsCount()
repeated .ai.eloquent.raft.Transition transitions = 8;getTransitionsCount in interface KeyValueStateMachineProto.TransitionOrBuilderpublic KeyValueStateMachineProto.Transition getTransitions(int index)
repeated .ai.eloquent.raft.Transition transitions = 8;getTransitions in interface KeyValueStateMachineProto.TransitionOrBuilderpublic KeyValueStateMachineProto.TransitionOrBuilder getTransitionsOrBuilder(int index)
repeated .ai.eloquent.raft.Transition transitions = 8;getTransitionsOrBuilder in interface KeyValueStateMachineProto.TransitionOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static KeyValueStateMachineProto.Transition parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static KeyValueStateMachineProto.Transition parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static KeyValueStateMachineProto.Transition parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static KeyValueStateMachineProto.Transition parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static KeyValueStateMachineProto.Transition parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static KeyValueStateMachineProto.Transition parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static KeyValueStateMachineProto.Transition parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static KeyValueStateMachineProto.Transition parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static KeyValueStateMachineProto.Transition parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static KeyValueStateMachineProto.Transition parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static KeyValueStateMachineProto.Transition parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static KeyValueStateMachineProto.Transition parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic KeyValueStateMachineProto.Transition.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static KeyValueStateMachineProto.Transition.Builder newBuilder()
public static KeyValueStateMachineProto.Transition.Builder newBuilder(KeyValueStateMachineProto.Transition prototype)
public KeyValueStateMachineProto.Transition.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected KeyValueStateMachineProto.Transition.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static KeyValueStateMachineProto.Transition getDefaultInstance()
public static com.google.protobuf.Parser<KeyValueStateMachineProto.Transition> parser()
public com.google.protobuf.Parser<KeyValueStateMachineProto.Transition> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public KeyValueStateMachineProto.Transition getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder