Uses of Interface
org.apache.cassandra.gms.IEndpointStateChangeSubscriber
-
Packages that use IEndpointStateChangeSubscriber Package Description org.apache.cassandra.gms org.apache.cassandra.locator org.apache.cassandra.repair org.apache.cassandra.service org.apache.cassandra.streaming -
-
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.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.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.
-