Uses of Interface
org.apache.cassandra.notifications.INotification
-
Packages that use INotification Package Description org.apache.cassandra.db.compaction org.apache.cassandra.index org.apache.cassandra.index.sasi org.apache.cassandra.notifications org.apache.cassandra.service -
-
Uses of INotification in org.apache.cassandra.db.compaction
Methods in org.apache.cassandra.db.compaction with parameters of type INotification Modifier and Type Method Description voidCompactionStrategyManager. handleNotification(INotification notification, java.lang.Object sender) -
Uses of INotification in org.apache.cassandra.index
Methods in org.apache.cassandra.index with parameters of type INotification Modifier and Type Method Description voidSecondaryIndexManager. handleNotification(INotification notification, java.lang.Object sender) -
Uses of INotification in org.apache.cassandra.index.sasi
Methods in org.apache.cassandra.index.sasi with parameters of type INotification Modifier and Type Method Description voidSASIIndex. handleNotification(INotification notification, java.lang.Object sender) -
Uses of INotification in org.apache.cassandra.notifications
Classes in org.apache.cassandra.notifications that implement INotification Modifier and Type Class Description classInitialSSTableAddedNotificationFired when we load SSTables during the Cassandra initialization phase.classMemtableDiscardedNotificationclassMemtableRenewedNotificationclassMemtableSwitchedNotificationclassSSTableAddedNotificationNotification sent after SSTables are added to theirColumnFamilyStore.classSSTableDeletingNotificationFired right before removing an SSTable.classSSTableListChangedNotificationclassSSTableMetadataChangedclassSSTableRepairStatusChangedclassTruncationNotificationFired 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 INotification Modifier and Type Method Description voidINotificationConsumer. handleNotification(INotification notification, java.lang.Object sender) -
Uses of INotification in org.apache.cassandra.service
Classes in org.apache.cassandra.service that implement INotification Modifier and Type Class Description classSSTablesVersionsInUseChangeNotificationNotification triggered by aSSTablesGlobalTrackerwhen the set of sstables versions in use on this node changes.Methods in org.apache.cassandra.service with parameters of type INotification Modifier and Type Method Description voidSSTablesGlobalTracker. handleNotification(INotification notification, java.lang.Object sender)
-