All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods
| Modifier and Type |
Method and Description |
KeyValueStateMachineProto.KVStateMachine.Builder |
addAllLocksKeys(java.lang.Iterable<java.lang.String> values)
repeated string locksKeys = 5;
|
KeyValueStateMachineProto.KVStateMachine.Builder |
addAllLocksValues(java.lang.Iterable<? extends KeyValueStateMachineProto.QueueLock> values)
repeated .ai.eloquent.raft.QueueLock locksValues = 6;
|
KeyValueStateMachineProto.KVStateMachine.Builder |
addAllValuesKeys(java.lang.Iterable<java.lang.String> values)
repeated string valuesKeys = 3;
|
KeyValueStateMachineProto.KVStateMachine.Builder |
addAllValuesValues(java.lang.Iterable<? extends KeyValueStateMachineProto.ValueWithOptionalOwner> values)
repeated .ai.eloquent.raft.ValueWithOptionalOwner valuesValues = 4;
|
KeyValueStateMachineProto.KVStateMachine.Builder |
addLocksKeys(java.lang.String value)
repeated string locksKeys = 5;
|
KeyValueStateMachineProto.KVStateMachine.Builder |
addLocksKeysBytes(com.google.protobuf.ByteString value)
repeated string locksKeys = 5;
|
KeyValueStateMachineProto.KVStateMachine.Builder |
addLocksValues(int index,
KeyValueStateMachineProto.QueueLock.Builder builderForValue)
repeated .ai.eloquent.raft.QueueLock locksValues = 6;
|
KeyValueStateMachineProto.KVStateMachine.Builder |
addLocksValues(int index,
KeyValueStateMachineProto.QueueLock value)
repeated .ai.eloquent.raft.QueueLock locksValues = 6;
|
KeyValueStateMachineProto.KVStateMachine.Builder |
addLocksValues(KeyValueStateMachineProto.QueueLock.Builder builderForValue)
repeated .ai.eloquent.raft.QueueLock locksValues = 6;
|
KeyValueStateMachineProto.KVStateMachine.Builder |
addLocksValues(KeyValueStateMachineProto.QueueLock value)
repeated .ai.eloquent.raft.QueueLock locksValues = 6;
|
KeyValueStateMachineProto.QueueLock.Builder |
addLocksValuesBuilder()
repeated .ai.eloquent.raft.QueueLock locksValues = 6;
|
KeyValueStateMachineProto.QueueLock.Builder |
addLocksValuesBuilder(int index)
repeated .ai.eloquent.raft.QueueLock locksValues = 6;
|
KeyValueStateMachineProto.KVStateMachine.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
KeyValueStateMachineProto.KVStateMachine.Builder |
addValuesKeys(java.lang.String value)
repeated string valuesKeys = 3;
|
KeyValueStateMachineProto.KVStateMachine.Builder |
addValuesKeysBytes(com.google.protobuf.ByteString value)
repeated string valuesKeys = 3;
|
KeyValueStateMachineProto.KVStateMachine.Builder |
addValuesValues(int index,
KeyValueStateMachineProto.ValueWithOptionalOwner.Builder builderForValue)
repeated .ai.eloquent.raft.ValueWithOptionalOwner valuesValues = 4;
|
KeyValueStateMachineProto.KVStateMachine.Builder |
addValuesValues(int index,
KeyValueStateMachineProto.ValueWithOptionalOwner value)
repeated .ai.eloquent.raft.ValueWithOptionalOwner valuesValues = 4;
|
KeyValueStateMachineProto.KVStateMachine.Builder |
addValuesValues(KeyValueStateMachineProto.ValueWithOptionalOwner.Builder builderForValue)
repeated .ai.eloquent.raft.ValueWithOptionalOwner valuesValues = 4;
|
KeyValueStateMachineProto.KVStateMachine.Builder |
addValuesValues(KeyValueStateMachineProto.ValueWithOptionalOwner value)
repeated .ai.eloquent.raft.ValueWithOptionalOwner valuesValues = 4;
|
KeyValueStateMachineProto.ValueWithOptionalOwner.Builder |
addValuesValuesBuilder()
repeated .ai.eloquent.raft.ValueWithOptionalOwner valuesValues = 4;
|
KeyValueStateMachineProto.ValueWithOptionalOwner.Builder |
addValuesValuesBuilder(int index)
repeated .ai.eloquent.raft.ValueWithOptionalOwner valuesValues = 4;
|
KeyValueStateMachineProto.KVStateMachine |
build() |
KeyValueStateMachineProto.KVStateMachine |
buildPartial() |
KeyValueStateMachineProto.KVStateMachine.Builder |
clear() |
KeyValueStateMachineProto.KVStateMachine.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
KeyValueStateMachineProto.KVStateMachine.Builder |
clearLocks() |
KeyValueStateMachineProto.KVStateMachine.Builder |
clearLocksKeys()
repeated string locksKeys = 5;
|
KeyValueStateMachineProto.KVStateMachine.Builder |
clearLocksValues()
repeated .ai.eloquent.raft.QueueLock locksValues = 6;
|
KeyValueStateMachineProto.KVStateMachine.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
KeyValueStateMachineProto.KVStateMachine.Builder |
clearValues() |
KeyValueStateMachineProto.KVStateMachine.Builder |
clearValuesKeys()
repeated string valuesKeys = 3;
|
KeyValueStateMachineProto.KVStateMachine.Builder |
clearValuesValues()
repeated .ai.eloquent.raft.ValueWithOptionalOwner valuesValues = 4;
|
KeyValueStateMachineProto.KVStateMachine.Builder |
clone() |
boolean |
containsLocks(java.lang.String key)
@Deprecated
|
boolean |
containsValues(java.lang.String key)
@Deprecated
|
KeyValueStateMachineProto.KVStateMachine |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.util.Map<java.lang.String,KeyValueStateMachineProto.QueueLock> |
getLocks()
Deprecated.
|
int |
getLocksCount()
@Deprecated
|
java.lang.String |
getLocksKeys(int index)
repeated string locksKeys = 5;
|
com.google.protobuf.ByteString |
getLocksKeysBytes(int index)
repeated string locksKeys = 5;
|
int |
getLocksKeysCount()
repeated string locksKeys = 5;
|
com.google.protobuf.ProtocolStringList |
getLocksKeysList()
repeated string locksKeys = 5;
|
java.util.Map<java.lang.String,KeyValueStateMachineProto.QueueLock> |
getLocksMap()
@Deprecated
|
KeyValueStateMachineProto.QueueLock |
getLocksOrDefault(java.lang.String key,
KeyValueStateMachineProto.QueueLock defaultValue)
@Deprecated
|
KeyValueStateMachineProto.QueueLock |
getLocksOrThrow(java.lang.String key)
@Deprecated
|
KeyValueStateMachineProto.QueueLock |
getLocksValues(int index)
repeated .ai.eloquent.raft.QueueLock locksValues = 6;
|
KeyValueStateMachineProto.QueueLock.Builder |
getLocksValuesBuilder(int index)
repeated .ai.eloquent.raft.QueueLock locksValues = 6;
|
java.util.List<KeyValueStateMachineProto.QueueLock.Builder> |
getLocksValuesBuilderList()
repeated .ai.eloquent.raft.QueueLock locksValues = 6;
|
int |
getLocksValuesCount()
repeated .ai.eloquent.raft.QueueLock locksValues = 6;
|
java.util.List<KeyValueStateMachineProto.QueueLock> |
getLocksValuesList()
repeated .ai.eloquent.raft.QueueLock locksValues = 6;
|
KeyValueStateMachineProto.QueueLockOrBuilder |
getLocksValuesOrBuilder(int index)
repeated .ai.eloquent.raft.QueueLock locksValues = 6;
|
java.util.List<? extends KeyValueStateMachineProto.QueueLockOrBuilder> |
getLocksValuesOrBuilderList()
repeated .ai.eloquent.raft.QueueLock locksValues = 6;
|
java.util.Map<java.lang.String,KeyValueStateMachineProto.QueueLock> |
getMutableLocks()
Deprecated.
|
java.util.Map<java.lang.String,KeyValueStateMachineProto.ValueWithOptionalOwner> |
getMutableValues()
Deprecated.
|
java.util.Map<java.lang.String,KeyValueStateMachineProto.ValueWithOptionalOwner> |
getValues()
Deprecated.
|
int |
getValuesCount()
@Deprecated
|
java.lang.String |
getValuesKeys(int index)
repeated string valuesKeys = 3;
|
com.google.protobuf.ByteString |
getValuesKeysBytes(int index)
repeated string valuesKeys = 3;
|
int |
getValuesKeysCount()
repeated string valuesKeys = 3;
|
com.google.protobuf.ProtocolStringList |
getValuesKeysList()
repeated string valuesKeys = 3;
|
java.util.Map<java.lang.String,KeyValueStateMachineProto.ValueWithOptionalOwner> |
getValuesMap()
@Deprecated
|
KeyValueStateMachineProto.ValueWithOptionalOwner |
getValuesOrDefault(java.lang.String key,
KeyValueStateMachineProto.ValueWithOptionalOwner defaultValue)
@Deprecated
|
KeyValueStateMachineProto.ValueWithOptionalOwner |
getValuesOrThrow(java.lang.String key)
@Deprecated
|
KeyValueStateMachineProto.ValueWithOptionalOwner |
getValuesValues(int index)
repeated .ai.eloquent.raft.ValueWithOptionalOwner valuesValues = 4;
|
KeyValueStateMachineProto.ValueWithOptionalOwner.Builder |
getValuesValuesBuilder(int index)
repeated .ai.eloquent.raft.ValueWithOptionalOwner valuesValues = 4;
|
java.util.List<KeyValueStateMachineProto.ValueWithOptionalOwner.Builder> |
getValuesValuesBuilderList()
repeated .ai.eloquent.raft.ValueWithOptionalOwner valuesValues = 4;
|
int |
getValuesValuesCount()
repeated .ai.eloquent.raft.ValueWithOptionalOwner valuesValues = 4;
|
java.util.List<KeyValueStateMachineProto.ValueWithOptionalOwner> |
getValuesValuesList()
repeated .ai.eloquent.raft.ValueWithOptionalOwner valuesValues = 4;
|
KeyValueStateMachineProto.ValueWithOptionalOwnerOrBuilder |
getValuesValuesOrBuilder(int index)
repeated .ai.eloquent.raft.ValueWithOptionalOwner valuesValues = 4;
|
java.util.List<? extends KeyValueStateMachineProto.ValueWithOptionalOwnerOrBuilder> |
getValuesValuesOrBuilderList()
repeated .ai.eloquent.raft.ValueWithOptionalOwner valuesValues = 4;
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
KeyValueStateMachineProto.KVStateMachine.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
KeyValueStateMachineProto.KVStateMachine.Builder |
mergeFrom(KeyValueStateMachineProto.KVStateMachine other) |
KeyValueStateMachineProto.KVStateMachine.Builder |
mergeFrom(com.google.protobuf.Message other) |
KeyValueStateMachineProto.KVStateMachine.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
KeyValueStateMachineProto.KVStateMachine.Builder |
putAllLocks(java.util.Map<java.lang.String,KeyValueStateMachineProto.QueueLock> values)
@Deprecated
|
KeyValueStateMachineProto.KVStateMachine.Builder |
putAllValues(java.util.Map<java.lang.String,KeyValueStateMachineProto.ValueWithOptionalOwner> values)
@Deprecated
|
KeyValueStateMachineProto.KVStateMachine.Builder |
putLocks(java.lang.String key,
KeyValueStateMachineProto.QueueLock value)
@Deprecated
|
KeyValueStateMachineProto.KVStateMachine.Builder |
putValues(java.lang.String key,
KeyValueStateMachineProto.ValueWithOptionalOwner value)
@Deprecated
|
KeyValueStateMachineProto.KVStateMachine.Builder |
removeLocks(java.lang.String key)
@Deprecated
|
KeyValueStateMachineProto.KVStateMachine.Builder |
removeLocksValues(int index)
repeated .ai.eloquent.raft.QueueLock locksValues = 6;
|
KeyValueStateMachineProto.KVStateMachine.Builder |
removeValues(java.lang.String key)
@Deprecated
|
KeyValueStateMachineProto.KVStateMachine.Builder |
removeValuesValues(int index)
repeated .ai.eloquent.raft.ValueWithOptionalOwner valuesValues = 4;
|
KeyValueStateMachineProto.KVStateMachine.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
KeyValueStateMachineProto.KVStateMachine.Builder |
setLocksKeys(int index,
java.lang.String value)
repeated string locksKeys = 5;
|
KeyValueStateMachineProto.KVStateMachine.Builder |
setLocksValues(int index,
KeyValueStateMachineProto.QueueLock.Builder builderForValue)
repeated .ai.eloquent.raft.QueueLock locksValues = 6;
|
KeyValueStateMachineProto.KVStateMachine.Builder |
setLocksValues(int index,
KeyValueStateMachineProto.QueueLock value)
repeated .ai.eloquent.raft.QueueLock locksValues = 6;
|
KeyValueStateMachineProto.KVStateMachine.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
KeyValueStateMachineProto.KVStateMachine.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
KeyValueStateMachineProto.KVStateMachine.Builder |
setValuesKeys(int index,
java.lang.String value)
repeated string valuesKeys = 3;
|
KeyValueStateMachineProto.KVStateMachine.Builder |
setValuesValues(int index,
KeyValueStateMachineProto.ValueWithOptionalOwner.Builder builderForValue)
repeated .ai.eloquent.raft.ValueWithOptionalOwner valuesValues = 4;
|
KeyValueStateMachineProto.KVStateMachine.Builder |
setValuesValues(int index,
KeyValueStateMachineProto.ValueWithOptionalOwner value)
repeated .ai.eloquent.raft.ValueWithOptionalOwner valuesValues = 4;
|