Package org.apache.cassandra.gms
Interface IGossiper
- All Known Implementing Classes:
Gossiper
public interface IGossiper
-
Method Summary
Modifier and TypeMethodDescriptionvoidapplyStateLocally(Map<InetAddressAndPort, EndpointState> epStateMap) default CassandraVersionvoidnotifyFailureDetector(Map<InetAddressAndPort, EndpointState> remoteEpStateMap) voidregister(IEndpointStateChangeSubscriber subscriber) voidunregister(IEndpointStateChangeSubscriber subscriber)
-
Method Details
-
register
-
unregister
-
getEndpointStateForEndpoint
-
notifyFailureDetector
-
applyStateLocally
-
getReleaseVersion
-