Uses of Interface
org.apache.cassandra.service.IEndpointLifecycleSubscriber
-
Packages that use IEndpointLifecycleSubscriber Package Description org.apache.cassandra.service org.apache.cassandra.transport -
-
Uses of IEndpointLifecycleSubscriber in org.apache.cassandra.service
Methods in org.apache.cassandra.service with parameters of type IEndpointLifecycleSubscriber Modifier and Type Method Description void
StorageService. register(IEndpointLifecycleSubscriber subscriber)
void
StorageService. unregister(IEndpointLifecycleSubscriber subscriber)
-
Uses of IEndpointLifecycleSubscriber in org.apache.cassandra.transport
Classes in org.apache.cassandra.transport that implement IEndpointLifecycleSubscriber Modifier and Type Class Description static class
Server.EventNotifier
-