|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.gms.GossipDigestSyn
public class GossipDigestSyn
This is the first message that gets sent out as a start of the Gossip protocol in a round.
Field Summary | |
---|---|
static IVersionedSerializer<GossipDigestSyn> |
serializer
|
Constructor Summary | |
---|---|
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 |
Field Detail |
---|
public static final IVersionedSerializer<GossipDigestSyn> serializer
Constructor Detail |
---|
public GossipDigestSyn(java.lang.String clusterId, java.lang.String partioner, java.util.List<GossipDigest> gDigests)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |