Uses of Interface
org.apache.cassandra.notifications.INotificationConsumer
-
-
Uses of INotificationConsumer in org.apache.cassandra.db.compaction
Classes in org.apache.cassandra.db.compaction that implement INotificationConsumer Modifier and Type Class Description classCompactionStrategyManagerManages the compaction strategies. -
Uses of INotificationConsumer in org.apache.cassandra.db.lifecycle
Methods in org.apache.cassandra.db.lifecycle with parameters of type INotificationConsumer Modifier and Type Method Description voidTracker. subscribe(INotificationConsumer consumer)voidTracker. unsubscribe(INotificationConsumer consumer) -
Uses of INotificationConsumer in org.apache.cassandra.index
Classes in org.apache.cassandra.index that implement INotificationConsumer Modifier and Type Class Description classSecondaryIndexManagerHandles the core maintenance functionality associated with indexes: adding/removing them to or from a table, (re)building during bootstrap or other streaming operations, flushing, reloading metadata and so on. -
Uses of INotificationConsumer in org.apache.cassandra.index.sasi
Classes in org.apache.cassandra.index.sasi that implement INotificationConsumer Modifier and Type Class Description classSASIIndex -
Uses of INotificationConsumer in org.apache.cassandra.service
Classes in org.apache.cassandra.service that implement INotificationConsumer Modifier and Type Class Description classSSTablesGlobalTrackerTracks all sstables in use on the local node.Methods in org.apache.cassandra.service with parameters of type INotificationConsumer Modifier and Type Method Description booleanSSTablesGlobalTracker. register(INotificationConsumer subscriber)Register a new subscriber to this tracker.booleanSSTablesGlobalTracker. unregister(INotificationConsumer subscriber)Unregister a subscriber from this tracker.
-