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 class
CompactionStrategyManager
Manages 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 void
Tracker. subscribe(INotificationConsumer consumer)
void
Tracker. 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 class
SecondaryIndexManager
Handles 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 class
SASIIndex
-
Uses of INotificationConsumer in org.apache.cassandra.service
Classes in org.apache.cassandra.service that implement INotificationConsumer Modifier and Type Class Description class
SSTablesGlobalTracker
Tracks all sstables in use on the local node.Methods in org.apache.cassandra.service with parameters of type INotificationConsumer Modifier and Type Method Description boolean
SSTablesGlobalTracker. register(INotificationConsumer subscriber)
Register a new subscriber to this tracker.boolean
SSTablesGlobalTracker. unregister(INotificationConsumer subscriber)
Unregister a subscriber from this tracker.
-