Class GossipDigest

  • All Implemented Interfaces:
    java.lang.Comparable<GossipDigest>

    public class GossipDigest
    extends java.lang.Object
    implements java.lang.Comparable<GossipDigest>
    Contains information about a specified list of Endpoints and the largest version of the state they have generated as known by the local endpoint.
    • Method Detail

      • compareTo

        public int compareTo​(GossipDigest gDigest)
        Specified by:
        compareTo in interface java.lang.Comparable<GossipDigest>
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object