Interface ReplicatedEventSourcing.ORSetOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ReplicatedEventSourcing.ORSet,ReplicatedEventSourcing.ORSet.Builder
- Enclosing class:
- ReplicatedEventSourcing
public static interface ReplicatedEventSourcing.ORSetOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDots(int index) repeated .VersionVector dots = 3;intrepeated .VersionVector dots = 3;repeated .VersionVector dots = 3;getDotsOrBuilder(int index) repeated .VersionVector dots = 3;repeated .VersionVector dots = 3;intgetIntElements(int index) repeated sint32 intElements = 5 [packed = true];intrepeated sint32 intElements = 5 [packed = true];repeated sint32 intElements = 5 [packed = true];longgetLongElements(int index) repeated sint64 longElements = 6 [packed = true];intrepeated sint64 longElements = 6 [packed = true];repeated sint64 longElements = 6 [packed = true];required string originDc = 1;org.apache.pekko.protobufv3.internal.ByteStringrequired string originDc = 1;getOtherElements(int index) repeated .Payload otherElements = 7;intrepeated .Payload otherElements = 7;repeated .Payload otherElements = 7;getOtherElementsOrBuilder(int index) repeated .Payload otherElements = 7;List<? extends ContainerFormats.PayloadOrBuilder>repeated .Payload otherElements = 7;getStringElements(int index) repeated string stringElements = 4;org.apache.pekko.protobufv3.internal.ByteStringgetStringElementsBytes(int index) repeated string stringElements = 4;intrepeated string stringElements = 4;repeated string stringElements = 4;required .VersionVector vvector = 2;required .VersionVector vvector = 2;booleanrequired string originDc = 1;booleanrequired .VersionVector vvector = 2;Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasOriginDc
boolean hasOriginDc()required string originDc = 1;- Returns:
- Whether the originDc field is set.
-
getOriginDc
String getOriginDc()required string originDc = 1;- Returns:
- The originDc.
-
getOriginDcBytes
org.apache.pekko.protobufv3.internal.ByteString getOriginDcBytes()required string originDc = 1;- Returns:
- The bytes for originDc.
-
hasVvector
boolean hasVvector()required .VersionVector vvector = 2;- Returns:
- Whether the vvector field is set.
-
getVvector
ReplicatedEventSourcing.VersionVector getVvector()required .VersionVector vvector = 2;- Returns:
- The vvector.
-
getVvectorOrBuilder
ReplicatedEventSourcing.VersionVectorOrBuilder getVvectorOrBuilder()required .VersionVector vvector = 2; -
getDotsList
List<ReplicatedEventSourcing.VersionVector> getDotsList()repeated .VersionVector dots = 3; -
getDots
repeated .VersionVector dots = 3; -
getDotsCount
int getDotsCount()repeated .VersionVector dots = 3; -
getDotsOrBuilderList
List<? extends ReplicatedEventSourcing.VersionVectorOrBuilder> getDotsOrBuilderList()repeated .VersionVector dots = 3; -
getDotsOrBuilder
repeated .VersionVector dots = 3; -
getStringElementsList
repeated string stringElements = 4;- Returns:
- A list containing the stringElements.
-
getStringElementsCount
int getStringElementsCount()repeated string stringElements = 4;- Returns:
- The count of stringElements.
-
getStringElements
repeated string stringElements = 4;- Parameters:
index- The index of the element to return.- Returns:
- The stringElements at the given index.
-
getStringElementsBytes
org.apache.pekko.protobufv3.internal.ByteString getStringElementsBytes(int index) repeated string stringElements = 4;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the stringElements at the given index.
-
getIntElementsList
repeated sint32 intElements = 5 [packed = true];- Returns:
- A list containing the intElements.
-
getIntElementsCount
int getIntElementsCount()repeated sint32 intElements = 5 [packed = true];- Returns:
- The count of intElements.
-
getIntElements
int getIntElements(int index) repeated sint32 intElements = 5 [packed = true];- Parameters:
index- The index of the element to return.- Returns:
- The intElements at the given index.
-
getLongElementsList
repeated sint64 longElements = 6 [packed = true];- Returns:
- A list containing the longElements.
-
getLongElementsCount
int getLongElementsCount()repeated sint64 longElements = 6 [packed = true];- Returns:
- The count of longElements.
-
getLongElements
long getLongElements(int index) repeated sint64 longElements = 6 [packed = true];- Parameters:
index- The index of the element to return.- Returns:
- The longElements at the given index.
-
getOtherElementsList
List<ContainerFormats.Payload> getOtherElementsList()repeated .Payload otherElements = 7; -
getOtherElements
repeated .Payload otherElements = 7; -
getOtherElementsCount
int getOtherElementsCount()repeated .Payload otherElements = 7; -
getOtherElementsOrBuilderList
List<? extends ContainerFormats.PayloadOrBuilder> getOtherElementsOrBuilderList()repeated .Payload otherElements = 7; -
getOtherElementsOrBuilder
repeated .Payload otherElements = 7;
-