Uses of Class
org.apache.cassandra.gms.GossipDigest
-
Packages that use GossipDigest Package Description org.apache.cassandra.gms -
-
Uses of GossipDigest in org.apache.cassandra.gms
Fields in org.apache.cassandra.gms with type parameters of type GossipDigest Modifier and Type Field Description static IVersionedSerializer<GossipDigest>
GossipDigest. serializer
Methods in org.apache.cassandra.gms with parameters of type GossipDigest Modifier and Type Method Description int
GossipDigest. compareTo(GossipDigest gDigest)
Constructor parameters in org.apache.cassandra.gms with type arguments of type GossipDigest Constructor Description GossipDigestSyn(java.lang.String clusterId, java.lang.String partioner, java.util.List<GossipDigest> gDigests)
-