Uses of Interface
org.apache.cassandra.gms.IEndpointStateChangeSubscriber
Packages that use IEndpointStateChangeSubscriber
Package
Description
-
Uses of IEndpointStateChangeSubscriber in org.apache.cassandra.gms
Methods in org.apache.cassandra.gms with parameters of type IEndpointStateChangeSubscriberModifier and TypeMethodDescriptionvoidGossiper.register(IEndpointStateChangeSubscriber subscriber) Register for interesting state changes.voidIGossiper.register(IEndpointStateChangeSubscriber subscriber) voidGossiper.unregister(IEndpointStateChangeSubscriber subscriber) Unregister interest for state changes.voidIGossiper.unregister(IEndpointStateChangeSubscriber subscriber) -
Uses of IEndpointStateChangeSubscriber in org.apache.cassandra.locator
Classes in org.apache.cassandra.locator that implement IEndpointStateChangeSubscriberModifier and TypeClassDescriptionclassSidekick helper for snitches that want to reconnect from one IP addr for a node to another. -
Uses of IEndpointStateChangeSubscriber in org.apache.cassandra.repair
Classes in org.apache.cassandra.repair that implement IEndpointStateChangeSubscriberModifier and TypeClassDescriptionclassCoordinates the (active) repair of a list of non overlapping token ranges. -
Uses of IEndpointStateChangeSubscriber in org.apache.cassandra.schema
Classes in org.apache.cassandra.schema that implement IEndpointStateChangeSubscriber -
Uses of IEndpointStateChangeSubscriber in org.apache.cassandra.service
Classes in org.apache.cassandra.service that implement IEndpointStateChangeSubscriberModifier and TypeClassDescriptionclassActiveRepairService is the starting point for manual "active" repairs.classclassThis abstraction contains the token/identifier of this node on the identifier space. -
Uses of IEndpointStateChangeSubscriber in org.apache.cassandra.service.disk.usage
Classes in org.apache.cassandra.service.disk.usage that implement IEndpointStateChangeSubscriberModifier and TypeClassDescriptionclassStartsDiskUsageMonitorto monitor local disk usage state and broadcast new state via Gossip. -
Uses of IEndpointStateChangeSubscriber in org.apache.cassandra.service.paxos.cleanup
Classes in org.apache.cassandra.service.paxos.cleanup that implement IEndpointStateChangeSubscriber