Package akka.cluster.ddata.protobuf.msg
Class ReplicatedDataMessages.ORMultiMap
- java.lang.Object
- 
- akka.protobufv3.internal.AbstractMessageLite
- 
- akka.protobufv3.internal.AbstractMessage
- 
- akka.protobufv3.internal.GeneratedMessageV3
- 
- akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
 
 
 
 
- 
- All Implemented Interfaces:
- ReplicatedDataMessages.ORMultiMapOrBuilder,- akka.protobufv3.internal.Message,- akka.protobufv3.internal.MessageLite,- akka.protobufv3.internal.MessageLiteOrBuilder,- akka.protobufv3.internal.MessageOrBuilder,- java.io.Serializable
 - Enclosing class:
- ReplicatedDataMessages
 
 public static final class ReplicatedDataMessages.ORMultiMap extends akka.protobufv3.internal.GeneratedMessageV3 implements ReplicatedDataMessages.ORMultiMapOrBuilder Protobuf typeakka.cluster.ddata.ORMultiMap- See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classReplicatedDataMessages.ORMultiMap.BuilderProtobuf typeakka.cluster.ddata.ORMultiMapstatic classReplicatedDataMessages.ORMultiMap.EntryProtobuf typeakka.cluster.ddata.ORMultiMap.Entrystatic interfaceReplicatedDataMessages.ORMultiMap.EntryOrBuilder- 
Nested classes/interfaces inherited from class akka.protobufv3.internal.GeneratedMessageV3akka.protobufv3.internal.GeneratedMessageV3.BuilderParent, akka.protobufv3.internal.GeneratedMessageV3.ExtendableBuilder<MessageT extends akka.protobufv3.internal.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends akka.protobufv3.internal.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, akka.protobufv3.internal.GeneratedMessageV3.ExtendableMessage<MessageT extends akka.protobufv3.internal.GeneratedMessageV3.ExtendableMessage<MessageT>>, akka.protobufv3.internal.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends akka.protobufv3.internal.GeneratedMessageV3.ExtendableMessage<MessageT>>, akka.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable, akka.protobufv3.internal.GeneratedMessageV3.UnusedPrivateParameter
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static intENTRIES_FIELD_NUMBERstatic intKEYS_FIELD_NUMBERstatic akka.protobufv3.internal.Parser<ReplicatedDataMessages.ORMultiMap>PARSERDeprecated.static intWITHVALUEDELTAS_FIELD_NUMBER
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)static ReplicatedDataMessages.ORMultiMapgetDefaultInstance()ReplicatedDataMessages.ORMultiMapgetDefaultInstanceForType()static akka.protobufv3.internal.Descriptors.DescriptorgetDescriptor()ReplicatedDataMessages.ORMultiMap.EntrygetEntries(int index)repeated .akka.cluster.ddata.ORMultiMap.Entry entries = 2;intgetEntriesCount()repeated .akka.cluster.ddata.ORMultiMap.Entry entries = 2;java.util.List<ReplicatedDataMessages.ORMultiMap.Entry>getEntriesList()repeated .akka.cluster.ddata.ORMultiMap.Entry entries = 2;ReplicatedDataMessages.ORMultiMap.EntryOrBuildergetEntriesOrBuilder(int index)repeated .akka.cluster.ddata.ORMultiMap.Entry entries = 2;java.util.List<? extends ReplicatedDataMessages.ORMultiMap.EntryOrBuilder>getEntriesOrBuilderList()repeated .akka.cluster.ddata.ORMultiMap.Entry entries = 2;ReplicatedDataMessages.ORSetgetKeys()required .akka.cluster.ddata.ORSet keys = 1;ReplicatedDataMessages.ORSetOrBuildergetKeysOrBuilder()required .akka.cluster.ddata.ORSet keys = 1;akka.protobufv3.internal.Parser<ReplicatedDataMessages.ORMultiMap>getParserForType()intgetSerializedSize()booleangetWithValueDeltas()optional bool withValueDeltas = 3;inthashCode()booleanhasKeys()required .akka.cluster.ddata.ORSet keys = 1;booleanhasWithValueDeltas()optional bool withValueDeltas = 3;protected akka.protobufv3.internal.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static ReplicatedDataMessages.ORMultiMap.BuildernewBuilder()static ReplicatedDataMessages.ORMultiMap.BuildernewBuilder(ReplicatedDataMessages.ORMultiMap prototype)ReplicatedDataMessages.ORMultiMap.BuildernewBuilderForType()protected ReplicatedDataMessages.ORMultiMap.BuildernewBuilderForType(akka.protobufv3.internal.GeneratedMessageV3.BuilderParent parent)protected java.lang.ObjectnewInstance(akka.protobufv3.internal.GeneratedMessageV3.UnusedPrivateParameter unused)static ReplicatedDataMessages.ORMultiMapparseDelimitedFrom(java.io.InputStream input)static ReplicatedDataMessages.ORMultiMapparseDelimitedFrom(java.io.InputStream input, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)static ReplicatedDataMessages.ORMultiMapparseFrom(byte[] data)static ReplicatedDataMessages.ORMultiMapparseFrom(byte[] data, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)static ReplicatedDataMessages.ORMultiMapparseFrom(akka.protobufv3.internal.ByteString data)static ReplicatedDataMessages.ORMultiMapparseFrom(akka.protobufv3.internal.ByteString data, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)static ReplicatedDataMessages.ORMultiMapparseFrom(akka.protobufv3.internal.CodedInputStream input)static ReplicatedDataMessages.ORMultiMapparseFrom(akka.protobufv3.internal.CodedInputStream input, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)static ReplicatedDataMessages.ORMultiMapparseFrom(java.io.InputStream input)static ReplicatedDataMessages.ORMultiMapparseFrom(java.io.InputStream input, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)static ReplicatedDataMessages.ORMultiMapparseFrom(java.nio.ByteBuffer data)static ReplicatedDataMessages.ORMultiMapparseFrom(java.nio.ByteBuffer data, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)static akka.protobufv3.internal.Parser<ReplicatedDataMessages.ORMultiMap>parser()ReplicatedDataMessages.ORMultiMap.BuildertoBuilder()voidwriteTo(akka.protobufv3.internal.CodedOutputStream output)- 
Methods inherited from class akka.protobufv3.internal.GeneratedMessageV3canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
 - 
Methods inherited from class akka.protobufv3.internal.AbstractMessagefindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
 - 
Methods inherited from class akka.protobufv3.internal.AbstractMessageLiteaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
- 
 
- 
- 
- 
Field Detail- 
KEYS_FIELD_NUMBERpublic static final int KEYS_FIELD_NUMBER - See Also:
- Constant Field Values
 
 - 
ENTRIES_FIELD_NUMBERpublic static final int ENTRIES_FIELD_NUMBER - See Also:
- Constant Field Values
 
 - 
WITHVALUEDELTAS_FIELD_NUMBERpublic static final int WITHVALUEDELTAS_FIELD_NUMBER - See Also:
- Constant Field Values
 
 - 
PARSER@Deprecated public static final akka.protobufv3.internal.Parser<ReplicatedDataMessages.ORMultiMap> PARSER Deprecated.
 
- 
 - 
Method Detail- 
newInstanceprotected java.lang.Object newInstance(akka.protobufv3.internal.GeneratedMessageV3.UnusedPrivateParameter unused) - Overrides:
- newInstancein class- akka.protobufv3.internal.GeneratedMessageV3
 
 - 
getDescriptorpublic static final akka.protobufv3.internal.Descriptors.Descriptor getDescriptor() 
 - 
internalGetFieldAccessorTableprotected akka.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() - Specified by:
- internalGetFieldAccessorTablein class- akka.protobufv3.internal.GeneratedMessageV3
 
 - 
hasKeyspublic boolean hasKeys() required .akka.cluster.ddata.ORSet keys = 1;- Specified by:
- hasKeysin interface- ReplicatedDataMessages.ORMultiMapOrBuilder
- Returns:
- Whether the keys field is set.
 
 - 
getKeyspublic ReplicatedDataMessages.ORSet getKeys() required .akka.cluster.ddata.ORSet keys = 1;- Specified by:
- getKeysin interface- ReplicatedDataMessages.ORMultiMapOrBuilder
- Returns:
- The keys.
 
 - 
getKeysOrBuilderpublic ReplicatedDataMessages.ORSetOrBuilder getKeysOrBuilder() required .akka.cluster.ddata.ORSet keys = 1;- Specified by:
- getKeysOrBuilderin interface- ReplicatedDataMessages.ORMultiMapOrBuilder
 
 - 
getEntriesListpublic java.util.List<ReplicatedDataMessages.ORMultiMap.Entry> getEntriesList() repeated .akka.cluster.ddata.ORMultiMap.Entry entries = 2;- Specified by:
- getEntriesListin interface- ReplicatedDataMessages.ORMultiMapOrBuilder
 
 - 
getEntriesOrBuilderListpublic java.util.List<? extends ReplicatedDataMessages.ORMultiMap.EntryOrBuilder> getEntriesOrBuilderList() repeated .akka.cluster.ddata.ORMultiMap.Entry entries = 2;- Specified by:
- getEntriesOrBuilderListin interface- ReplicatedDataMessages.ORMultiMapOrBuilder
 
 - 
getEntriesCountpublic int getEntriesCount() repeated .akka.cluster.ddata.ORMultiMap.Entry entries = 2;- Specified by:
- getEntriesCountin interface- ReplicatedDataMessages.ORMultiMapOrBuilder
 
 - 
getEntriespublic ReplicatedDataMessages.ORMultiMap.Entry getEntries(int index) repeated .akka.cluster.ddata.ORMultiMap.Entry entries = 2;- Specified by:
- getEntriesin interface- ReplicatedDataMessages.ORMultiMapOrBuilder
 
 - 
getEntriesOrBuilderpublic ReplicatedDataMessages.ORMultiMap.EntryOrBuilder getEntriesOrBuilder(int index) repeated .akka.cluster.ddata.ORMultiMap.Entry entries = 2;- Specified by:
- getEntriesOrBuilderin interface- ReplicatedDataMessages.ORMultiMapOrBuilder
 
 - 
hasWithValueDeltaspublic boolean hasWithValueDeltas() optional bool withValueDeltas = 3;- Specified by:
- hasWithValueDeltasin interface- ReplicatedDataMessages.ORMultiMapOrBuilder
- Returns:
- Whether the withValueDeltas field is set.
 
 - 
getWithValueDeltaspublic boolean getWithValueDeltas() optional bool withValueDeltas = 3;- Specified by:
- getWithValueDeltasin interface- ReplicatedDataMessages.ORMultiMapOrBuilder
- Returns:
- The withValueDeltas.
 
 - 
isInitializedpublic final boolean isInitialized() - Specified by:
- isInitializedin interface- akka.protobufv3.internal.MessageLiteOrBuilder
- Overrides:
- isInitializedin class- akka.protobufv3.internal.GeneratedMessageV3
 
 - 
writeTopublic void writeTo(akka.protobufv3.internal.CodedOutputStream output) throws java.io.IOException- Specified by:
- writeToin interface- akka.protobufv3.internal.MessageLite
- Overrides:
- writeToin class- akka.protobufv3.internal.GeneratedMessageV3
- Throws:
- java.io.IOException
 
 - 
getSerializedSizepublic int getSerializedSize() - Specified by:
- getSerializedSizein interface- akka.protobufv3.internal.MessageLite
- Overrides:
- getSerializedSizein class- akka.protobufv3.internal.GeneratedMessageV3
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Specified by:
- equalsin interface- akka.protobufv3.internal.Message
- Overrides:
- equalsin class- akka.protobufv3.internal.AbstractMessage
 
 - 
hashCodepublic int hashCode() - Specified by:
- hashCodein interface- akka.protobufv3.internal.Message
- Overrides:
- hashCodein class- akka.protobufv3.internal.AbstractMessage
 
 - 
parseFrompublic static ReplicatedDataMessages.ORMultiMap parseFrom(java.nio.ByteBuffer data) throws akka.protobufv3.internal.InvalidProtocolBufferException - Throws:
- akka.protobufv3.internal.InvalidProtocolBufferException
 
 - 
parseFrompublic static ReplicatedDataMessages.ORMultiMap parseFrom(java.nio.ByteBuffer data, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws akka.protobufv3.internal.InvalidProtocolBufferException - Throws:
- akka.protobufv3.internal.InvalidProtocolBufferException
 
 - 
parseFrompublic static ReplicatedDataMessages.ORMultiMap parseFrom(akka.protobufv3.internal.ByteString data) throws akka.protobufv3.internal.InvalidProtocolBufferException - Throws:
- akka.protobufv3.internal.InvalidProtocolBufferException
 
 - 
parseFrompublic static ReplicatedDataMessages.ORMultiMap parseFrom(akka.protobufv3.internal.ByteString data, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws akka.protobufv3.internal.InvalidProtocolBufferException - Throws:
- akka.protobufv3.internal.InvalidProtocolBufferException
 
 - 
parseFrompublic static ReplicatedDataMessages.ORMultiMap parseFrom(byte[] data) throws akka.protobufv3.internal.InvalidProtocolBufferException - Throws:
- akka.protobufv3.internal.InvalidProtocolBufferException
 
 - 
parseFrompublic static ReplicatedDataMessages.ORMultiMap parseFrom(byte[] data, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws akka.protobufv3.internal.InvalidProtocolBufferException - Throws:
- akka.protobufv3.internal.InvalidProtocolBufferException
 
 - 
parseFrompublic static ReplicatedDataMessages.ORMultiMap parseFrom(java.io.InputStream input) throws java.io.IOException - Throws:
- java.io.IOException
 
 - 
parseFrompublic static ReplicatedDataMessages.ORMultiMap parseFrom(java.io.InputStream input, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws java.io.IOException - Throws:
- java.io.IOException
 
 - 
parseDelimitedFrompublic static ReplicatedDataMessages.ORMultiMap parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException - Throws:
- java.io.IOException
 
 - 
parseDelimitedFrompublic static ReplicatedDataMessages.ORMultiMap parseDelimitedFrom(java.io.InputStream input, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws java.io.IOException - Throws:
- java.io.IOException
 
 - 
parseFrompublic static ReplicatedDataMessages.ORMultiMap parseFrom(akka.protobufv3.internal.CodedInputStream input) throws java.io.IOException - Throws:
- java.io.IOException
 
 - 
parseFrompublic static ReplicatedDataMessages.ORMultiMap parseFrom(akka.protobufv3.internal.CodedInputStream input, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws java.io.IOException - Throws:
- java.io.IOException
 
 - 
newBuilderForTypepublic ReplicatedDataMessages.ORMultiMap.Builder newBuilderForType() - Specified by:
- newBuilderForTypein interface- akka.protobufv3.internal.Message
- Specified by:
- newBuilderForTypein interface- akka.protobufv3.internal.MessageLite
 
 - 
newBuilderpublic static ReplicatedDataMessages.ORMultiMap.Builder newBuilder() 
 - 
newBuilderpublic static ReplicatedDataMessages.ORMultiMap.Builder newBuilder(ReplicatedDataMessages.ORMultiMap prototype) 
 - 
toBuilderpublic ReplicatedDataMessages.ORMultiMap.Builder toBuilder() - Specified by:
- toBuilderin interface- akka.protobufv3.internal.Message
- Specified by:
- toBuilderin interface- akka.protobufv3.internal.MessageLite
 
 - 
newBuilderForTypeprotected ReplicatedDataMessages.ORMultiMap.Builder newBuilderForType(akka.protobufv3.internal.GeneratedMessageV3.BuilderParent parent) - Specified by:
- newBuilderForTypein class- akka.protobufv3.internal.GeneratedMessageV3
 
 - 
getDefaultInstancepublic static ReplicatedDataMessages.ORMultiMap getDefaultInstance() 
 - 
parserpublic static akka.protobufv3.internal.Parser<ReplicatedDataMessages.ORMultiMap> parser() 
 - 
getParserForTypepublic akka.protobufv3.internal.Parser<ReplicatedDataMessages.ORMultiMap> getParserForType() - Specified by:
- getParserForTypein interface- akka.protobufv3.internal.Message
- Specified by:
- getParserForTypein interface- akka.protobufv3.internal.MessageLite
- Overrides:
- getParserForTypein class- akka.protobufv3.internal.GeneratedMessageV3
 
 - 
getDefaultInstanceForTypepublic ReplicatedDataMessages.ORMultiMap getDefaultInstanceForType() - Specified by:
- getDefaultInstanceForTypein interface- akka.protobufv3.internal.MessageLiteOrBuilder
- Specified by:
- getDefaultInstanceForTypein interface- akka.protobufv3.internal.MessageOrBuilder
 
 
- 
 
-