Uses of Interface
org.apache.cassandra.notifications.INotificationConsumer
Packages that use INotificationConsumer
Package
Description
-
Uses of INotificationConsumer in org.apache.cassandra.db.compaction
Classes in org.apache.cassandra.db.compaction that implement INotificationConsumerModifier and TypeClassDescriptionclassManages the compaction strategies. -
Uses of INotificationConsumer in org.apache.cassandra.db.lifecycle
Methods in org.apache.cassandra.db.lifecycle with parameters of type INotificationConsumerModifier and TypeMethodDescriptionbooleanTracker.contains(INotificationConsumer consumer) voidTracker.subscribe(INotificationConsumer consumer) voidTracker.unsubscribe(INotificationConsumer consumer) -
Uses of INotificationConsumer in org.apache.cassandra.index
Classes in org.apache.cassandra.index that implement INotificationConsumerModifier and TypeClassDescriptionclassHandles 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.sai
Classes in org.apache.cassandra.index.sai that implement INotificationConsumerModifier and TypeClassDescriptionclassOrchestrates building of storage-attached indices, and manages lifecycle of resources shared between them. -
Uses of INotificationConsumer in org.apache.cassandra.index.sasi
Classes in org.apache.cassandra.index.sasi that implement INotificationConsumer -
Uses of INotificationConsumer in org.apache.cassandra.service
Classes in org.apache.cassandra.service that implement INotificationConsumerModifier and TypeClassDescriptionclassTracks all sstables in use on the local node.Methods in org.apache.cassandra.service with parameters of type INotificationConsumerModifier and TypeMethodDescriptionbooleanSSTablesGlobalTracker.register(INotificationConsumer subscriber) Register a new subscriber to this tracker.booleanSSTablesGlobalTracker.unregister(INotificationConsumer subscriber) Unregister a subscriber from this tracker.