Package org.apache.cassandra.gms
Class GossipDigestAck
- java.lang.Object
-
- org.apache.cassandra.gms.GossipDigestAck
-
public class GossipDigestAck extends java.lang.Object
This ack gets sent out as a result of the receipt of a GossipDigestSynMessage by an endpoint. This is the 2 stage of the 3 way messaging in the Gossip protocol.
-
-
Field Summary
Fields Modifier and Type Field Description static IVersionedSerializer<GossipDigestAck>
serializer
-
-
-
Field Detail
-
serializer
public static final IVersionedSerializer<GossipDigestAck> serializer
-
-