Uses of Interface
org.apache.cassandra.gms.IEndpointStateChangeSubscriber
-
-
Uses of IEndpointStateChangeSubscriber in org.apache.cassandra.gms
Methods in org.apache.cassandra.gms with parameters of type IEndpointStateChangeSubscriber Modifier and Type Method Description voidGossiper. register(IEndpointStateChangeSubscriber subscriber)Register for interesting state changes.voidGossiper. unregister(IEndpointStateChangeSubscriber subscriber)Unregister interest for state changes. -
Uses of IEndpointStateChangeSubscriber in org.apache.cassandra.locator
Classes in org.apache.cassandra.locator that implement IEndpointStateChangeSubscriber Modifier and Type Class Description classReconnectableSnitchHelperSidekick 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 IEndpointStateChangeSubscriber Modifier and Type Class Description classRepairSessionCoordinates 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 Modifier and Type Class Description classDefaultSchemaUpdateHandler -
Uses of IEndpointStateChangeSubscriber in org.apache.cassandra.service
Classes in org.apache.cassandra.service that implement IEndpointStateChangeSubscriber Modifier and Type Class Description classActiveRepairServiceActiveRepairService is the starting point for manual "active" repairs.classLoadBroadcasterclassStorageServiceThis 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 IEndpointStateChangeSubscriber Modifier and Type Class Description classDiskUsageBroadcasterStartsDiskUsageMonitorto 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 Modifier and Type Class Description classPaxosCleanupSession -
Uses of IEndpointStateChangeSubscriber in org.apache.cassandra.streaming
Classes in org.apache.cassandra.streaming that implement IEndpointStateChangeSubscriber Modifier and Type Class Description classStreamSessionHandles the streaming a one or more streams to and from a specific remote node.
-