Interface ReplicatedDataMessages.ORSetOrBuilder

    • Method Detail

      • hasVvector

        boolean hasVvector()
        required .akka.cluster.ddata.VersionVector vvector = 1;
        Returns:
        Whether the vvector field is set.
      • getDotsCount

        int getDotsCount()
        repeated .akka.cluster.ddata.VersionVector dots = 2;
      • getStringElementsList

        java.util.List<java.lang.String> getStringElementsList()
        repeated string stringElements = 3;
        Returns:
        A list containing the stringElements.
      • getStringElementsCount

        int getStringElementsCount()
        repeated string stringElements = 3;
        Returns:
        The count of stringElements.
      • getStringElements

        java.lang.String getStringElements​(int index)
        repeated string stringElements = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The stringElements at the given index.
      • getStringElementsBytes

        akka.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

        java.util.List<java.lang.Integer> 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

        java.util.List<java.lang.Long> 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

        java.util.List<ReplicatorMessages.OtherMessage> getOtherElementsList()
        repeated .akka.cluster.ddata.OtherMessage otherElements = 6;
      • getOtherElementsCount

        int getOtherElementsCount()
        repeated .akka.cluster.ddata.OtherMessage otherElements = 6;
      • getActorRefElementsList

        java.util.List<java.lang.String> 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

        java.lang.String getActorRefElements​(int index)
         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

        akka.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.