Interface ClusterMessages.GossipOrBuilder

  • All Superinterfaces:
    akka.protobufv3.internal.MessageLiteOrBuilder, akka.protobufv3.internal.MessageOrBuilder
    All Known Implementing Classes:
    ClusterMessages.Gossip, ClusterMessages.Gossip.Builder
    Enclosing class:
    ClusterMessages

    public static interface ClusterMessages.GossipOrBuilder
    extends akka.protobufv3.internal.MessageOrBuilder
    • Method Detail

      • getAllAddressesCount

        int getAllAddressesCount()
        repeated .UniqueAddress allAddresses = 1;
      • getAllRolesList

        java.util.List<java.lang.String> getAllRolesList()
        repeated string allRoles = 2;
        Returns:
        A list containing the allRoles.
      • getAllRolesCount

        int getAllRolesCount()
        repeated string allRoles = 2;
        Returns:
        The count of allRoles.
      • getAllRoles

        java.lang.String getAllRoles​(int index)
        repeated string allRoles = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The allRoles at the given index.
      • getAllRolesBytes

        akka.protobufv3.internal.ByteString getAllRolesBytes​(int index)
        repeated string allRoles = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the allRoles at the given index.
      • getAllHashesList

        java.util.List<java.lang.String> getAllHashesList()
        repeated string allHashes = 3;
        Returns:
        A list containing the allHashes.
      • getAllHashesCount

        int getAllHashesCount()
        repeated string allHashes = 3;
        Returns:
        The count of allHashes.
      • getAllHashes

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

        akka.protobufv3.internal.ByteString getAllHashesBytes​(int index)
        repeated string allHashes = 3;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the allHashes at the given index.
      • getMembersCount

        int getMembersCount()
        repeated .Member members = 4;
      • hasOverview

        boolean hasOverview()
        required .GossipOverview overview = 5;
        Returns:
        Whether the overview field is set.
      • hasVersion

        boolean hasVersion()
        required .VectorClock version = 6;
        Returns:
        Whether the version field is set.
      • getTombstonesCount

        int getTombstonesCount()
        repeated .Tombstone tombstones = 7;
      • getAllAppVersionsList

        java.util.List<java.lang.String> getAllAppVersionsList()
        repeated string allAppVersions = 8;
        Returns:
        A list containing the allAppVersions.
      • getAllAppVersionsCount

        int getAllAppVersionsCount()
        repeated string allAppVersions = 8;
        Returns:
        The count of allAppVersions.
      • getAllAppVersions

        java.lang.String getAllAppVersions​(int index)
        repeated string allAppVersions = 8;
        Parameters:
        index - The index of the element to return.
        Returns:
        The allAppVersions at the given index.
      • getAllAppVersionsBytes

        akka.protobufv3.internal.ByteString getAllAppVersionsBytes​(int index)
        repeated string allAppVersions = 8;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the allAppVersions at the given index.