Uses of Interface
org.apache.cassandra.notifications.INotification
Packages that use INotification
Package
Description
-
Uses of INotification in org.apache.cassandra.db.compaction
Methods in org.apache.cassandra.db.compaction with parameters of type INotificationModifier and TypeMethodDescriptionvoidCompactionStrategyManager.handleNotification(INotification notification, Object sender) -
Uses of INotification in org.apache.cassandra.index
Methods in org.apache.cassandra.index with parameters of type INotificationModifier and TypeMethodDescriptionvoidSecondaryIndexManager.handleNotification(INotification notification, Object sender) -
Uses of INotification in org.apache.cassandra.index.sai
Methods in org.apache.cassandra.index.sai with parameters of type INotificationModifier and TypeMethodDescriptionvoidStorageAttachedIndexGroup.handleNotification(INotification notification, Object sender) -
Uses of INotification in org.apache.cassandra.index.sasi
Methods in org.apache.cassandra.index.sasi with parameters of type INotificationModifier and TypeMethodDescriptionvoidSASIIndex.handleNotification(INotification notification, Object sender) -
Uses of INotification in org.apache.cassandra.notifications
Classes in org.apache.cassandra.notifications that implement INotificationModifier and TypeClassDescriptionclassFired when we load SSTables during the Cassandra initialization phase.classclassclassclassNotification sent after SSTables are added to theirColumnFamilyStore.classFired right before removing an SSTable.classclassclassclassFired during truncate, after the memtable has been flushed but before any snapshot is taken and SSTables are discardedMethods in org.apache.cassandra.notifications with parameters of type INotificationModifier and TypeMethodDescriptionvoidINotificationConsumer.handleNotification(INotification notification, Object sender) -
Uses of INotification in org.apache.cassandra.service
Classes in org.apache.cassandra.service that implement INotificationModifier and TypeClassDescriptionclassNotification triggered by aSSTablesGlobalTrackerwhen the set of sstables versions in use on this node changes.Methods in org.apache.cassandra.service with parameters of type INotificationModifier and TypeMethodDescriptionvoidSSTablesGlobalTracker.handleNotification(INotification notification, Object sender)