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

Packages that use INotificationConsumer
org.apache.cassandra.db   
org.apache.cassandra.db.compaction   
 

Uses of INotificationConsumer in org.apache.cassandra.db
 

Fields in org.apache.cassandra.db with type parameters of type INotificationConsumer
 java.util.Collection<INotificationConsumer> DataTracker.subscribers
           
 

Methods in org.apache.cassandra.db with parameters of type INotificationConsumer
 void DataTracker.subscribe(INotificationConsumer consumer)
           
 void DataTracker.unsubscribe(INotificationConsumer consumer)
           
 

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

Classes in org.apache.cassandra.db.compaction that implement INotificationConsumer
 class LeveledCompactionStrategy
           
 



Copyright © 2012 The Apache Software Foundation