Uses of Interface
org.apache.cassandra.notifications.INotification

Packages that use INotification
org.apache.cassandra.db.compaction   
org.apache.cassandra.notifications   
 

Uses of INotification in org.apache.cassandra.db.compaction
 

Methods in org.apache.cassandra.db.compaction with parameters of type INotification
 void LeveledCompactionStrategy.handleNotification(INotification notification, java.lang.Object sender)
           
 

Uses of INotification in org.apache.cassandra.notifications
 

Classes in org.apache.cassandra.notifications that implement INotification
 class SSTableAddedNotification
           
 class SSTableListChangedNotification
           
 

Methods in org.apache.cassandra.notifications with parameters of type INotification
 void INotificationConsumer.handleNotification(INotification notification, java.lang.Object sender)
           
 



Copyright © 2012 The Apache Software Foundation