Class GossipDigestSyn


  • public class GossipDigestSyn
    extends java.lang.Object
    This is the first message that gets sent out as a start of the Gossip protocol in a round.
    • Constructor Summary

      Constructors 
      Constructor Description
      GossipDigestSyn​(java.lang.String clusterId, java.lang.String partioner, java.util.List<GossipDigest> gDigests)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GossipDigestSyn

        public GossipDigestSyn​(java.lang.String clusterId,
                               java.lang.String partioner,
                               java.util.List<GossipDigest> gDigests)