Interface ClusterMessages.GossipStatusOrBuilder

    • Method Detail

      • hasFrom

        boolean hasFrom()
        required .UniqueAddress from = 1;
        Returns:
        Whether the from field is set.
      • getAllHashesList

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

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

        java.lang.String getAllHashes​(int index)
        repeated string allHashes = 2;
        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 = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the allHashes at the given index.
      • hasVersion

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

        boolean hasSeenDigest()
        optional bytes seenDigest = 4;
        Returns:
        Whether the seenDigest field is set.
      • getSeenDigest

        akka.protobufv3.internal.ByteString getSeenDigest()
        optional bytes seenDigest = 4;
        Returns:
        The seenDigest.