Class ReplicatedEventSourcing.ORSet
- java.lang.Object
-
- akka.protobufv3.internal.AbstractMessageLite
-
- akka.protobufv3.internal.AbstractMessage
-
- akka.protobufv3.internal.GeneratedMessageV3
-
- akka.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
-
- All Implemented Interfaces:
ReplicatedEventSourcing.ORSetOrBuilder
,akka.protobufv3.internal.Message
,akka.protobufv3.internal.MessageLite
,akka.protobufv3.internal.MessageLiteOrBuilder
,akka.protobufv3.internal.MessageOrBuilder
,java.io.Serializable
- Enclosing class:
- ReplicatedEventSourcing
public static final class ReplicatedEventSourcing.ORSet extends akka.protobufv3.internal.GeneratedMessageV3 implements ReplicatedEventSourcing.ORSetOrBuilder
Protobuf typeORSet
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReplicatedEventSourcing.ORSet.Builder
Protobuf typeORSet
-
Nested classes/interfaces inherited from class akka.protobufv3.internal.GeneratedMessageV3
akka.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 Summary
Fields Modifier and Type Field Description static int
DOTS_FIELD_NUMBER
static int
INTELEMENTS_FIELD_NUMBER
static int
LONGELEMENTS_FIELD_NUMBER
static int
ORIGINDC_FIELD_NUMBER
static int
OTHERELEMENTS_FIELD_NUMBER
static akka.protobufv3.internal.Parser<ReplicatedEventSourcing.ORSet>
PARSER
Deprecated.static int
STRINGELEMENTS_FIELD_NUMBER
static int
VVECTOR_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
static ReplicatedEventSourcing.ORSet
getDefaultInstance()
ReplicatedEventSourcing.ORSet
getDefaultInstanceForType()
static akka.protobufv3.internal.Descriptors.Descriptor
getDescriptor()
ReplicatedEventSourcing.VersionVector
getDots(int index)
repeated .VersionVector dots = 3;
int
getDotsCount()
repeated .VersionVector dots = 3;
java.util.List<ReplicatedEventSourcing.VersionVector>
getDotsList()
repeated .VersionVector dots = 3;
ReplicatedEventSourcing.VersionVectorOrBuilder
getDotsOrBuilder(int index)
repeated .VersionVector dots = 3;
java.util.List<? extends ReplicatedEventSourcing.VersionVectorOrBuilder>
getDotsOrBuilderList()
repeated .VersionVector dots = 3;
int
getIntElements(int index)
repeated sint32 intElements = 5 [packed = true];
int
getIntElementsCount()
repeated sint32 intElements = 5 [packed = true];
java.util.List<java.lang.Integer>
getIntElementsList()
repeated sint32 intElements = 5 [packed = true];
long
getLongElements(int index)
repeated sint64 longElements = 6 [packed = true];
int
getLongElementsCount()
repeated sint64 longElements = 6 [packed = true];
java.util.List<java.lang.Long>
getLongElementsList()
repeated sint64 longElements = 6 [packed = true];
java.lang.String
getOriginDc()
required string originDc = 1;
akka.protobufv3.internal.ByteString
getOriginDcBytes()
required string originDc = 1;
ContainerFormats.Payload
getOtherElements(int index)
repeated .Payload otherElements = 7;
int
getOtherElementsCount()
repeated .Payload otherElements = 7;
java.util.List<ContainerFormats.Payload>
getOtherElementsList()
repeated .Payload otherElements = 7;
ContainerFormats.PayloadOrBuilder
getOtherElementsOrBuilder(int index)
repeated .Payload otherElements = 7;
java.util.List<? extends ContainerFormats.PayloadOrBuilder>
getOtherElementsOrBuilderList()
repeated .Payload otherElements = 7;
akka.protobufv3.internal.Parser<ReplicatedEventSourcing.ORSet>
getParserForType()
int
getSerializedSize()
java.lang.String
getStringElements(int index)
repeated string stringElements = 4;
akka.protobufv3.internal.ByteString
getStringElementsBytes(int index)
repeated string stringElements = 4;
int
getStringElementsCount()
repeated string stringElements = 4;
akka.protobufv3.internal.ProtocolStringList
getStringElementsList()
repeated string stringElements = 4;
ReplicatedEventSourcing.VersionVector
getVvector()
required .VersionVector vvector = 2;
ReplicatedEventSourcing.VersionVectorOrBuilder
getVvectorOrBuilder()
required .VersionVector vvector = 2;
int
hashCode()
boolean
hasOriginDc()
required string originDc = 1;
boolean
hasVvector()
required .VersionVector vvector = 2;
protected akka.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static ReplicatedEventSourcing.ORSet.Builder
newBuilder()
static ReplicatedEventSourcing.ORSet.Builder
newBuilder(ReplicatedEventSourcing.ORSet prototype)
ReplicatedEventSourcing.ORSet.Builder
newBuilderForType()
protected ReplicatedEventSourcing.ORSet.Builder
newBuilderForType(akka.protobufv3.internal.GeneratedMessageV3.BuilderParent parent)
protected java.lang.Object
newInstance(akka.protobufv3.internal.GeneratedMessageV3.UnusedPrivateParameter unused)
static ReplicatedEventSourcing.ORSet
parseDelimitedFrom(java.io.InputStream input)
static ReplicatedEventSourcing.ORSet
parseDelimitedFrom(java.io.InputStream input, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
static ReplicatedEventSourcing.ORSet
parseFrom(byte[] data)
static ReplicatedEventSourcing.ORSet
parseFrom(byte[] data, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
static ReplicatedEventSourcing.ORSet
parseFrom(akka.protobufv3.internal.ByteString data)
static ReplicatedEventSourcing.ORSet
parseFrom(akka.protobufv3.internal.ByteString data, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
static ReplicatedEventSourcing.ORSet
parseFrom(akka.protobufv3.internal.CodedInputStream input)
static ReplicatedEventSourcing.ORSet
parseFrom(akka.protobufv3.internal.CodedInputStream input, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
static ReplicatedEventSourcing.ORSet
parseFrom(java.io.InputStream input)
static ReplicatedEventSourcing.ORSet
parseFrom(java.io.InputStream input, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
static ReplicatedEventSourcing.ORSet
parseFrom(java.nio.ByteBuffer data)
static ReplicatedEventSourcing.ORSet
parseFrom(java.nio.ByteBuffer data, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
static akka.protobufv3.internal.Parser<ReplicatedEventSourcing.ORSet>
parser()
ReplicatedEventSourcing.ORSet.Builder
toBuilder()
void
writeTo(akka.protobufv3.internal.CodedOutputStream output)
-
Methods inherited from class akka.protobufv3.internal.GeneratedMessageV3
canUseUnsafe, 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.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class akka.protobufv3.internal.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
ORIGINDC_FIELD_NUMBER
public static final int ORIGINDC_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VVECTOR_FIELD_NUMBER
public static final int VVECTOR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DOTS_FIELD_NUMBER
public static final int DOTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STRINGELEMENTS_FIELD_NUMBER
public static final int STRINGELEMENTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INTELEMENTS_FIELD_NUMBER
public static final int INTELEMENTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LONGELEMENTS_FIELD_NUMBER
public static final int LONGELEMENTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OTHERELEMENTS_FIELD_NUMBER
public static final int OTHERELEMENTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARSER
@Deprecated public static final akka.protobufv3.internal.Parser<ReplicatedEventSourcing.ORSet> PARSER
Deprecated.
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(akka.protobufv3.internal.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classakka.protobufv3.internal.GeneratedMessageV3
-
getDescriptor
public static final akka.protobufv3.internal.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected akka.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classakka.protobufv3.internal.GeneratedMessageV3
-
hasOriginDc
public boolean hasOriginDc()
required string originDc = 1;
- Specified by:
hasOriginDc
in interfaceReplicatedEventSourcing.ORSetOrBuilder
- Returns:
- Whether the originDc field is set.
-
getOriginDc
public java.lang.String getOriginDc()
required string originDc = 1;
- Specified by:
getOriginDc
in interfaceReplicatedEventSourcing.ORSetOrBuilder
- Returns:
- The originDc.
-
getOriginDcBytes
public akka.protobufv3.internal.ByteString getOriginDcBytes()
required string originDc = 1;
- Specified by:
getOriginDcBytes
in interfaceReplicatedEventSourcing.ORSetOrBuilder
- Returns:
- The bytes for originDc.
-
hasVvector
public boolean hasVvector()
required .VersionVector vvector = 2;
- Specified by:
hasVvector
in interfaceReplicatedEventSourcing.ORSetOrBuilder
- Returns:
- Whether the vvector field is set.
-
getVvector
public ReplicatedEventSourcing.VersionVector getVvector()
required .VersionVector vvector = 2;
- Specified by:
getVvector
in interfaceReplicatedEventSourcing.ORSetOrBuilder
- Returns:
- The vvector.
-
getVvectorOrBuilder
public ReplicatedEventSourcing.VersionVectorOrBuilder getVvectorOrBuilder()
required .VersionVector vvector = 2;
- Specified by:
getVvectorOrBuilder
in interfaceReplicatedEventSourcing.ORSetOrBuilder
-
getDotsList
public java.util.List<ReplicatedEventSourcing.VersionVector> getDotsList()
repeated .VersionVector dots = 3;
- Specified by:
getDotsList
in interfaceReplicatedEventSourcing.ORSetOrBuilder
-
getDotsOrBuilderList
public java.util.List<? extends ReplicatedEventSourcing.VersionVectorOrBuilder> getDotsOrBuilderList()
repeated .VersionVector dots = 3;
- Specified by:
getDotsOrBuilderList
in interfaceReplicatedEventSourcing.ORSetOrBuilder
-
getDotsCount
public int getDotsCount()
repeated .VersionVector dots = 3;
- Specified by:
getDotsCount
in interfaceReplicatedEventSourcing.ORSetOrBuilder
-
getDots
public ReplicatedEventSourcing.VersionVector getDots(int index)
repeated .VersionVector dots = 3;
- Specified by:
getDots
in interfaceReplicatedEventSourcing.ORSetOrBuilder
-
getDotsOrBuilder
public ReplicatedEventSourcing.VersionVectorOrBuilder getDotsOrBuilder(int index)
repeated .VersionVector dots = 3;
- Specified by:
getDotsOrBuilder
in interfaceReplicatedEventSourcing.ORSetOrBuilder
-
getStringElementsList
public akka.protobufv3.internal.ProtocolStringList getStringElementsList()
repeated string stringElements = 4;
- Specified by:
getStringElementsList
in interfaceReplicatedEventSourcing.ORSetOrBuilder
- Returns:
- A list containing the stringElements.
-
getStringElementsCount
public int getStringElementsCount()
repeated string stringElements = 4;
- Specified by:
getStringElementsCount
in interfaceReplicatedEventSourcing.ORSetOrBuilder
- Returns:
- The count of stringElements.
-
getStringElements
public java.lang.String getStringElements(int index)
repeated string stringElements = 4;
- Specified by:
getStringElements
in interfaceReplicatedEventSourcing.ORSetOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The stringElements at the given index.
-
getStringElementsBytes
public akka.protobufv3.internal.ByteString getStringElementsBytes(int index)
repeated string stringElements = 4;
- Specified by:
getStringElementsBytes
in interfaceReplicatedEventSourcing.ORSetOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the stringElements at the given index.
-
getIntElementsList
public java.util.List<java.lang.Integer> getIntElementsList()
repeated sint32 intElements = 5 [packed = true];
- Specified by:
getIntElementsList
in interfaceReplicatedEventSourcing.ORSetOrBuilder
- Returns:
- A list containing the intElements.
-
getIntElementsCount
public int getIntElementsCount()
repeated sint32 intElements = 5 [packed = true];
- Specified by:
getIntElementsCount
in interfaceReplicatedEventSourcing.ORSetOrBuilder
- Returns:
- The count of intElements.
-
getIntElements
public int getIntElements(int index)
repeated sint32 intElements = 5 [packed = true];
- Specified by:
getIntElements
in interfaceReplicatedEventSourcing.ORSetOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The intElements at the given index.
-
getLongElementsList
public java.util.List<java.lang.Long> getLongElementsList()
repeated sint64 longElements = 6 [packed = true];
- Specified by:
getLongElementsList
in interfaceReplicatedEventSourcing.ORSetOrBuilder
- Returns:
- A list containing the longElements.
-
getLongElementsCount
public int getLongElementsCount()
repeated sint64 longElements = 6 [packed = true];
- Specified by:
getLongElementsCount
in interfaceReplicatedEventSourcing.ORSetOrBuilder
- Returns:
- The count of longElements.
-
getLongElements
public long getLongElements(int index)
repeated sint64 longElements = 6 [packed = true];
- Specified by:
getLongElements
in interfaceReplicatedEventSourcing.ORSetOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The longElements at the given index.
-
getOtherElementsList
public java.util.List<ContainerFormats.Payload> getOtherElementsList()
repeated .Payload otherElements = 7;
- Specified by:
getOtherElementsList
in interfaceReplicatedEventSourcing.ORSetOrBuilder
-
getOtherElementsOrBuilderList
public java.util.List<? extends ContainerFormats.PayloadOrBuilder> getOtherElementsOrBuilderList()
repeated .Payload otherElements = 7;
- Specified by:
getOtherElementsOrBuilderList
in interfaceReplicatedEventSourcing.ORSetOrBuilder
-
getOtherElementsCount
public int getOtherElementsCount()
repeated .Payload otherElements = 7;
- Specified by:
getOtherElementsCount
in interfaceReplicatedEventSourcing.ORSetOrBuilder
-
getOtherElements
public ContainerFormats.Payload getOtherElements(int index)
repeated .Payload otherElements = 7;
- Specified by:
getOtherElements
in interfaceReplicatedEventSourcing.ORSetOrBuilder
-
getOtherElementsOrBuilder
public ContainerFormats.PayloadOrBuilder getOtherElementsOrBuilder(int index)
repeated .Payload otherElements = 7;
- Specified by:
getOtherElementsOrBuilder
in interfaceReplicatedEventSourcing.ORSetOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfaceakka.protobufv3.internal.MessageLiteOrBuilder
- Overrides:
isInitialized
in classakka.protobufv3.internal.GeneratedMessageV3
-
writeTo
public void writeTo(akka.protobufv3.internal.CodedOutputStream output) throws java.io.IOException
- Specified by:
writeTo
in interfaceakka.protobufv3.internal.MessageLite
- Overrides:
writeTo
in classakka.protobufv3.internal.GeneratedMessageV3
- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfaceakka.protobufv3.internal.MessageLite
- Overrides:
getSerializedSize
in classakka.protobufv3.internal.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in interfaceakka.protobufv3.internal.Message
- Overrides:
equals
in classakka.protobufv3.internal.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfaceakka.protobufv3.internal.Message
- Overrides:
hashCode
in classakka.protobufv3.internal.AbstractMessage
-
parseFrom
public static ReplicatedEventSourcing.ORSet parseFrom(java.nio.ByteBuffer data) throws akka.protobufv3.internal.InvalidProtocolBufferException
- Throws:
akka.protobufv3.internal.InvalidProtocolBufferException
-
parseFrom
public static ReplicatedEventSourcing.ORSet parseFrom(java.nio.ByteBuffer data, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws akka.protobufv3.internal.InvalidProtocolBufferException
- Throws:
akka.protobufv3.internal.InvalidProtocolBufferException
-
parseFrom
public static ReplicatedEventSourcing.ORSet parseFrom(akka.protobufv3.internal.ByteString data) throws akka.protobufv3.internal.InvalidProtocolBufferException
- Throws:
akka.protobufv3.internal.InvalidProtocolBufferException
-
parseFrom
public static ReplicatedEventSourcing.ORSet parseFrom(akka.protobufv3.internal.ByteString data, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws akka.protobufv3.internal.InvalidProtocolBufferException
- Throws:
akka.protobufv3.internal.InvalidProtocolBufferException
-
parseFrom
public static ReplicatedEventSourcing.ORSet parseFrom(byte[] data) throws akka.protobufv3.internal.InvalidProtocolBufferException
- Throws:
akka.protobufv3.internal.InvalidProtocolBufferException
-
parseFrom
public static ReplicatedEventSourcing.ORSet parseFrom(byte[] data, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws akka.protobufv3.internal.InvalidProtocolBufferException
- Throws:
akka.protobufv3.internal.InvalidProtocolBufferException
-
parseFrom
public static ReplicatedEventSourcing.ORSet parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ReplicatedEventSourcing.ORSet parseFrom(java.io.InputStream input, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static ReplicatedEventSourcing.ORSet parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static ReplicatedEventSourcing.ORSet parseDelimitedFrom(java.io.InputStream input, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ReplicatedEventSourcing.ORSet parseFrom(akka.protobufv3.internal.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ReplicatedEventSourcing.ORSet parseFrom(akka.protobufv3.internal.CodedInputStream input, akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public ReplicatedEventSourcing.ORSet.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfaceakka.protobufv3.internal.Message
- Specified by:
newBuilderForType
in interfaceakka.protobufv3.internal.MessageLite
-
newBuilder
public static ReplicatedEventSourcing.ORSet.Builder newBuilder()
-
newBuilder
public static ReplicatedEventSourcing.ORSet.Builder newBuilder(ReplicatedEventSourcing.ORSet prototype)
-
toBuilder
public ReplicatedEventSourcing.ORSet.Builder toBuilder()
- Specified by:
toBuilder
in interfaceakka.protobufv3.internal.Message
- Specified by:
toBuilder
in interfaceakka.protobufv3.internal.MessageLite
-
newBuilderForType
protected ReplicatedEventSourcing.ORSet.Builder newBuilderForType(akka.protobufv3.internal.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classakka.protobufv3.internal.GeneratedMessageV3
-
getDefaultInstance
public static ReplicatedEventSourcing.ORSet getDefaultInstance()
-
parser
public static akka.protobufv3.internal.Parser<ReplicatedEventSourcing.ORSet> parser()
-
getParserForType
public akka.protobufv3.internal.Parser<ReplicatedEventSourcing.ORSet> getParserForType()
- Specified by:
getParserForType
in interfaceakka.protobufv3.internal.Message
- Specified by:
getParserForType
in interfaceakka.protobufv3.internal.MessageLite
- Overrides:
getParserForType
in classakka.protobufv3.internal.GeneratedMessageV3
-
getDefaultInstanceForType
public ReplicatedEventSourcing.ORSet getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfaceakka.protobufv3.internal.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfaceakka.protobufv3.internal.MessageOrBuilder
-
-