Class ReplicatedDataMessages.GSet

java.lang.Object
org.apache.pekko.protobufv3.internal.AbstractMessageLite
org.apache.pekko.protobufv3.internal.AbstractMessage
org.apache.pekko.protobufv3.internal.GeneratedMessage
org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
All Implemented Interfaces:
Serializable, ReplicatedDataMessages.GSetOrBuilder, org.apache.pekko.protobufv3.internal.Message, org.apache.pekko.protobufv3.internal.MessageLite, org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
Enclosing class:
ReplicatedDataMessages

public static final class ReplicatedDataMessages.GSet extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements ReplicatedDataMessages.GSetOrBuilder
Protobuf type org.apache.pekko.cluster.ddata.GSet
See Also:
  • Field Details

    • STRINGELEMENTS_FIELD_NUMBER

      public static final int STRINGELEMENTS_FIELD_NUMBER
      See Also:
    • INTELEMENTS_FIELD_NUMBER

      public static final int INTELEMENTS_FIELD_NUMBER
      See Also:
    • LONGELEMENTS_FIELD_NUMBER

      public static final int LONGELEMENTS_FIELD_NUMBER
      See Also:
    • OTHERELEMENTS_FIELD_NUMBER

      public static final int OTHERELEMENTS_FIELD_NUMBER
      See Also:
    • ACTORREFELEMENTS_FIELD_NUMBER

      public static final int ACTORREFELEMENTS_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • getStringElementsList

      public org.apache.pekko.protobufv3.internal.ProtocolStringList getStringElementsList()
      repeated string stringElements = 1;
      Specified by:
      getStringElementsList in interface ReplicatedDataMessages.GSetOrBuilder
      Returns:
      A list containing the stringElements.
    • getStringElementsCount

      public int getStringElementsCount()
      repeated string stringElements = 1;
      Specified by:
      getStringElementsCount in interface ReplicatedDataMessages.GSetOrBuilder
      Returns:
      The count of stringElements.
    • getStringElements

      public String getStringElements(int index)
      repeated string stringElements = 1;
      Specified by:
      getStringElements in interface ReplicatedDataMessages.GSetOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The stringElements at the given index.
    • getStringElementsBytes

      public org.apache.pekko.protobufv3.internal.ByteString getStringElementsBytes(int index)
      repeated string stringElements = 1;
      Specified by:
      getStringElementsBytes in interface ReplicatedDataMessages.GSetOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the stringElements at the given index.
    • getIntElementsList

      public List<Integer> getIntElementsList()
      repeated sint32 intElements = 2 [packed = true];
      Specified by:
      getIntElementsList in interface ReplicatedDataMessages.GSetOrBuilder
      Returns:
      A list containing the intElements.
    • getIntElementsCount

      public int getIntElementsCount()
      repeated sint32 intElements = 2 [packed = true];
      Specified by:
      getIntElementsCount in interface ReplicatedDataMessages.GSetOrBuilder
      Returns:
      The count of intElements.
    • getIntElements

      public int getIntElements(int index)
      repeated sint32 intElements = 2 [packed = true];
      Specified by:
      getIntElements in interface ReplicatedDataMessages.GSetOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The intElements at the given index.
    • getLongElementsList

      public List<Long> getLongElementsList()
      repeated sint64 longElements = 3 [packed = true];
      Specified by:
      getLongElementsList in interface ReplicatedDataMessages.GSetOrBuilder
      Returns:
      A list containing the longElements.
    • getLongElementsCount

      public int getLongElementsCount()
      repeated sint64 longElements = 3 [packed = true];
      Specified by:
      getLongElementsCount in interface ReplicatedDataMessages.GSetOrBuilder
      Returns:
      The count of longElements.
    • getLongElements

      public long getLongElements(int index)
      repeated sint64 longElements = 3 [packed = true];
      Specified by:
      getLongElements in interface ReplicatedDataMessages.GSetOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The longElements at the given index.
    • getOtherElementsList

      public List<ReplicatorMessages.OtherMessage> getOtherElementsList()
      repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4;
      Specified by:
      getOtherElementsList in interface ReplicatedDataMessages.GSetOrBuilder
    • getOtherElementsOrBuilderList

      public List<? extends ReplicatorMessages.OtherMessageOrBuilder> getOtherElementsOrBuilderList()
      repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4;
      Specified by:
      getOtherElementsOrBuilderList in interface ReplicatedDataMessages.GSetOrBuilder
    • getOtherElementsCount

      public int getOtherElementsCount()
      repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4;
      Specified by:
      getOtherElementsCount in interface ReplicatedDataMessages.GSetOrBuilder
    • getOtherElements

      public ReplicatorMessages.OtherMessage getOtherElements(int index)
      repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4;
      Specified by:
      getOtherElements in interface ReplicatedDataMessages.GSetOrBuilder
    • getOtherElementsOrBuilder

      public ReplicatorMessages.OtherMessageOrBuilder getOtherElementsOrBuilder(int index)
      repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4;
      Specified by:
      getOtherElementsOrBuilder in interface ReplicatedDataMessages.GSetOrBuilder
    • getActorRefElementsList

      public org.apache.pekko.protobufv3.internal.ProtocolStringList getActorRefElementsList()
       added in Akka 2.5.14
       
      repeated string actorRefElements = 5;
      Specified by:
      getActorRefElementsList in interface ReplicatedDataMessages.GSetOrBuilder
      Returns:
      A list containing the actorRefElements.
    • getActorRefElementsCount

      public int getActorRefElementsCount()
       added in Akka 2.5.14
       
      repeated string actorRefElements = 5;
      Specified by:
      getActorRefElementsCount in interface ReplicatedDataMessages.GSetOrBuilder
      Returns:
      The count of actorRefElements.
    • getActorRefElements

      public String getActorRefElements(int index)
       added in Akka 2.5.14
       
      repeated string actorRefElements = 5;
      Specified by:
      getActorRefElements in interface ReplicatedDataMessages.GSetOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The actorRefElements at the given index.
    • getActorRefElementsBytes

      public org.apache.pekko.protobufv3.internal.ByteString getActorRefElementsBytes(int index)
       added in Akka 2.5.14
       
      repeated string actorRefElements = 5;
      Specified by:
      getActorRefElementsBytes in interface ReplicatedDataMessages.GSetOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the actorRefElements at the given index.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
      Overrides:
      isInitialized in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • writeTo

      public void writeTo(org.apache.pekko.protobufv3.internal.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      writeTo in class org.apache.pekko.protobufv3.internal.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      getSerializedSize in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface org.apache.pekko.protobufv3.internal.Message
      Overrides:
      equals in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface org.apache.pekko.protobufv3.internal.Message
      Overrides:
      hashCode in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • parseFrom

      public static ReplicatedDataMessages.GSet parseFrom(ByteBuffer data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ReplicatedDataMessages.GSet parseFrom(ByteBuffer data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ReplicatedDataMessages.GSet parseFrom(org.apache.pekko.protobufv3.internal.ByteString data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ReplicatedDataMessages.GSet parseFrom(org.apache.pekko.protobufv3.internal.ByteString data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ReplicatedDataMessages.GSet parseFrom(byte[] data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ReplicatedDataMessages.GSet parseFrom(byte[] data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ReplicatedDataMessages.GSet parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ReplicatedDataMessages.GSet parseFrom(InputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ReplicatedDataMessages.GSet parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ReplicatedDataMessages.GSet parseDelimitedFrom(InputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ReplicatedDataMessages.GSet parseFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ReplicatedDataMessages.GSet parseFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public ReplicatedDataMessages.GSet.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      newBuilderForType in interface org.apache.pekko.protobufv3.internal.MessageLite
    • newBuilder

      public static ReplicatedDataMessages.GSet.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      toBuilder in interface org.apache.pekko.protobufv3.internal.MessageLite
    • newBuilderForType

      protected ReplicatedDataMessages.GSet.Builder newBuilderForType(org.apache.pekko.protobufv3.internal.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • getDefaultInstance

      public static ReplicatedDataMessages.GSet getDefaultInstance()
    • parser

      public static org.apache.pekko.protobufv3.internal.Parser<ReplicatedDataMessages.GSet> parser()
    • getParserForType

      public org.apache.pekko.protobufv3.internal.Parser<ReplicatedDataMessages.GSet> getParserForType()
      Specified by:
      getParserForType in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      getParserForType in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      getParserForType in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • getDefaultInstanceForType

      public ReplicatedDataMessages.GSet getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageOrBuilder