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. serializerMethods in org.apache.cassandra.gms that return HeartBeatState Modifier and Type Method Description static HeartBeatStateHeartBeatState. empty()HeartBeatStateEndpointState. getHeartBeatState()Methods in org.apache.cassandra.gms with parameters of type HeartBeatState Modifier and Type Method Description voidEndpointState. addApplicationStates(java.util.Set<java.util.Map.Entry<ApplicationState,VersionedValue>> values, HeartBeatState hbState)Constructors in org.apache.cassandra.gms with parameters of type HeartBeatState Constructor Description EndpointState(HeartBeatState initialHbState)EndpointState(HeartBeatState initialHbState, java.util.Map<ApplicationState,VersionedValue> states)HeartBeatState(HeartBeatState other)
-