Interface ReplicatedDataMessages.GSetOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ReplicatedDataMessages.GSet,ReplicatedDataMessages.GSet.Builder
- Enclosing class:
- ReplicatedDataMessages
public static interface ReplicatedDataMessages.GSetOrBuilder
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.14intgetIntElements(int index) repeated sint32 intElements = 2 [packed = true];intrepeated sint32 intElements = 2 [packed = true];repeated sint32 intElements = 2 [packed = true];longgetLongElements(int index) repeated sint64 longElements = 3 [packed = true];intrepeated sint64 longElements = 3 [packed = true];repeated sint64 longElements = 3 [packed = true];getOtherElements(int index) repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4;intrepeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4;repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4;getOtherElementsOrBuilder(int index) repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4;List<? extends ReplicatorMessages.OtherMessageOrBuilder>repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4;getStringElements(int index) repeated string stringElements = 1;org.apache.pekko.protobufv3.internal.ByteStringgetStringElementsBytes(int index) repeated string stringElements = 1;intrepeated string stringElements = 1;repeated string stringElements = 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
-
getStringElementsList
repeated string stringElements = 1;- Returns:
- A list containing the stringElements.
-
getStringElementsCount
int getStringElementsCount()repeated string stringElements = 1;- Returns:
- The count of stringElements.
-
getStringElements
repeated string stringElements = 1;- 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 = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the stringElements at the given index.
-
getIntElementsList
repeated sint32 intElements = 2 [packed = true];- Returns:
- A list containing the intElements.
-
getIntElementsCount
int getIntElementsCount()repeated sint32 intElements = 2 [packed = true];- Returns:
- The count of intElements.
-
getIntElements
int getIntElements(int index) repeated sint32 intElements = 2 [packed = true];- Parameters:
index- The index of the element to return.- Returns:
- The intElements at the given index.
-
getLongElementsList
repeated sint64 longElements = 3 [packed = true];- Returns:
- A list containing the longElements.
-
getLongElementsCount
int getLongElementsCount()repeated sint64 longElements = 3 [packed = true];- Returns:
- The count of longElements.
-
getLongElements
long getLongElements(int index) repeated sint64 longElements = 3 [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 = 4; -
getOtherElements
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4; -
getOtherElementsCount
int getOtherElementsCount()repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4; -
getOtherElementsOrBuilderList
List<? extends ReplicatorMessages.OtherMessageOrBuilder> getOtherElementsOrBuilderList()repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4; -
getOtherElementsOrBuilder
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4; -
getActorRefElementsList
added in Akka 2.5.14
repeated string actorRefElements = 5;- Returns:
- A list containing the actorRefElements.
-
getActorRefElementsCount
int getActorRefElementsCount()added in Akka 2.5.14
repeated string actorRefElements = 5;- Returns:
- The count of actorRefElements.
-
getActorRefElements
added in Akka 2.5.14
repeated string actorRefElements = 5;- 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 = 5;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the actorRefElements at the given index.
-