Interface ClusterMessages.GossipStatusOrBuilder

All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
All Known Implementing Classes:
ClusterMessages.GossipStatus, ClusterMessages.GossipStatus.Builder
Enclosing class:
ClusterMessages

public static interface ClusterMessages.GossipStatusOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
  • Method Details

    • hasFrom

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

      required .UniqueAddress from = 1;
      Returns:
      The from.
    • getFromOrBuilder

      required .UniqueAddress from = 1;
    • getAllHashesList

      List<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

      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

      org.apache.pekko.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.
    • getVersion

      required .VectorClock version = 3;
      Returns:
      The version.
    • getVersionOrBuilder

      required .VectorClock version = 3;
    • hasSeenDigest

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

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