Interface ReplicatedDataMessages.ORSetOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ReplicatedDataMessages.ORSet,ReplicatedDataMessages.ORSet.Builder
- Enclosing class:
- ReplicatedDataMessages
public static interface ReplicatedDataMessages.ORSetOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetActorRefElements(int index) added in Akka 2.5.14org.apache.pekko.protobufv3.internal.ByteStringgetActorRefElementsBytes(int index) added in Akka 2.5.14intadded in Akka 2.5.14added in Akka 2.5.14getDots(int index) repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2;intrepeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2;repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2;getDotsOrBuilder(int index) repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2;List<? extends ReplicatorMessages.VersionVectorOrBuilder>repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2;intgetIntElements(int index) repeated sint32 intElements = 4 [packed = true];intrepeated sint32 intElements = 4 [packed = true];repeated sint32 intElements = 4 [packed = true];longgetLongElements(int index) repeated sint64 longElements = 5 [packed = true];intrepeated sint64 longElements = 5 [packed = true];repeated sint64 longElements = 5 [packed = true];getOtherElements(int index) repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6;intrepeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6;repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6;getOtherElementsOrBuilder(int index) repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6;List<? extends ReplicatorMessages.OtherMessageOrBuilder>repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6;getStringElements(int index) repeated string stringElements = 3;org.apache.pekko.protobufv3.internal.ByteStringgetStringElementsBytes(int index) repeated string stringElements = 3;intrepeated string stringElements = 3;repeated string stringElements = 3;required .org.apache.pekko.cluster.ddata.VersionVector vvector = 1;required .org.apache.pekko.cluster.ddata.VersionVector vvector = 1;booleanrequired .org.apache.pekko.cluster.ddata.VersionVector vvector = 1;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
-
hasVvector
boolean hasVvector()required .org.apache.pekko.cluster.ddata.VersionVector vvector = 1;- Returns:
- Whether the vvector field is set.
-
getVvector
ReplicatorMessages.VersionVector getVvector()required .org.apache.pekko.cluster.ddata.VersionVector vvector = 1;- Returns:
- The vvector.
-
getVvectorOrBuilder
ReplicatorMessages.VersionVectorOrBuilder getVvectorOrBuilder()required .org.apache.pekko.cluster.ddata.VersionVector vvector = 1; -
getDotsList
List<ReplicatorMessages.VersionVector> getDotsList()repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2; -
getDots
repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2; -
getDotsCount
int getDotsCount()repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2; -
getDotsOrBuilderList
List<? extends ReplicatorMessages.VersionVectorOrBuilder> getDotsOrBuilderList()repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2; -
getDotsOrBuilder
repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2; -
getStringElementsList
repeated string stringElements = 3;- Returns:
- A list containing the stringElements.
-
getStringElementsCount
int getStringElementsCount()repeated string stringElements = 3;- Returns:
- The count of stringElements.
-
getStringElements
repeated string stringElements = 3;- 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 = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the stringElements at the given index.
-
getIntElementsList
repeated sint32 intElements = 4 [packed = true];- Returns:
- A list containing the intElements.
-
getIntElementsCount
int getIntElementsCount()repeated sint32 intElements = 4 [packed = true];- Returns:
- The count of intElements.
-
getIntElements
int getIntElements(int index) repeated sint32 intElements = 4 [packed = true];- Parameters:
index- The index of the element to return.- Returns:
- The intElements at the given index.
-
getLongElementsList
repeated sint64 longElements = 5 [packed = true];- Returns:
- A list containing the longElements.
-
getLongElementsCount
int getLongElementsCount()repeated sint64 longElements = 5 [packed = true];- Returns:
- The count of longElements.
-
getLongElements
long getLongElements(int index) repeated sint64 longElements = 5 [packed = true];- Parameters:
index- The index of the element to return.- Returns:
- The longElements at the given index.
-
getOtherElementsList
List<ReplicatorMessages.OtherMessage> getOtherElementsList()repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6; -
getOtherElements
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6; -
getOtherElementsCount
int getOtherElementsCount()repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6; -
getOtherElementsOrBuilderList
List<? extends ReplicatorMessages.OtherMessageOrBuilder> getOtherElementsOrBuilderList()repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6; -
getOtherElementsOrBuilder
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6; -
getActorRefElementsList
added in Akka 2.5.14
repeated string actorRefElements = 7;- Returns:
- A list containing the actorRefElements.
-
getActorRefElementsCount
int getActorRefElementsCount()added in Akka 2.5.14
repeated string actorRefElements = 7;- Returns:
- The count of actorRefElements.
-
getActorRefElements
added in Akka 2.5.14
repeated string actorRefElements = 7;- Parameters:
index- The index of the element to return.- Returns:
- The actorRefElements at the given index.
-
getActorRefElementsBytes
org.apache.pekko.protobufv3.internal.ByteString getActorRefElementsBytes(int index) added in Akka 2.5.14
repeated string actorRefElements = 7;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the actorRefElements at the given index.
-