Uses of Class
org.apache.cassandra.gms.HeartBeatState
Packages that use HeartBeatState
-
Uses of HeartBeatState in org.apache.cassandra.gms
Fields in org.apache.cassandra.gms with type parameters of type HeartBeatStateModifier and TypeFieldDescriptionstatic final IVersionedSerializer<HeartBeatState>HeartBeatState.serializerMethods in org.apache.cassandra.gms that return HeartBeatStateModifier and TypeMethodDescriptionstatic HeartBeatStateHeartBeatState.empty()EndpointState.getHeartBeatState()Methods in org.apache.cassandra.gms with parameters of type HeartBeatStateModifier and TypeMethodDescriptionvoidEndpointState.addApplicationStates(Set<Map.Entry<ApplicationState, VersionedValue>> values, HeartBeatState hbState) Constructors in org.apache.cassandra.gms with parameters of type HeartBeatStateModifierConstructorDescriptionEndpointState(HeartBeatState initialHbState) EndpointState(HeartBeatState initialHbState, Map<ApplicationState, VersionedValue> states) HeartBeatState(HeartBeatState other)