Uses of Class
org.apache.cassandra.gms.HeartBeatState
-
Packages that use HeartBeatState Package Description org.apache.cassandra.gms -
-
Uses of HeartBeatState in org.apache.cassandra.gms
Fields in org.apache.cassandra.gms with type parameters of type HeartBeatState Modifier and Type Field Description static IVersionedSerializer<HeartBeatState>
HeartBeatState. serializer
Methods in org.apache.cassandra.gms that return HeartBeatState Modifier and Type Method Description static HeartBeatState
HeartBeatState. empty()
Constructors in org.apache.cassandra.gms with parameters of type HeartBeatState Constructor Description EndpointState(HeartBeatState initialHbState)
HeartBeatState(HeartBeatState other)
-