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 void
CompactionStrategyManager. 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 void
SecondaryIndexManager. 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 void
SASIIndex. 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 class
InitialSSTableAddedNotification
Fired when we load SSTables during the Cassandra initialization phase.class
MemtableDiscardedNotification
class
MemtableRenewedNotification
class
MemtableSwitchedNotification
class
SSTableAddedNotification
Notification sent after SSTables are added to theirColumnFamilyStore
.class
SSTableDeletingNotification
Fired right before removing an SSTable.class
SSTableListChangedNotification
class
SSTableMetadataChanged
class
SSTableRepairStatusChanged
class
TruncationNotification
Fired 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 void
INotificationConsumer. 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 class
SSTablesVersionsInUseChangeNotification
Notification triggered by aSSTablesGlobalTracker
when 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 void
SSTablesGlobalTracker. handleNotification(INotification notification, java.lang.Object sender)
-