org.apache.cassandra.notifications
Class SSTableListChangedNotification

java.lang.Object
  extended by org.apache.cassandra.notifications.SSTableListChangedNotification
All Implemented Interfaces:
INotification

public class SSTableListChangedNotification
extends java.lang.Object
implements INotification


Field Summary
 java.lang.Iterable<SSTableReader> added
           
 java.lang.Iterable<SSTableReader> removed
           
 
Constructor Summary
SSTableListChangedNotification(java.lang.Iterable<SSTableReader> added, java.lang.Iterable<SSTableReader> removed)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

removed

public java.lang.Iterable<SSTableReader> removed

added

public java.lang.Iterable<SSTableReader> added
Constructor Detail

SSTableListChangedNotification

public SSTableListChangedNotification(java.lang.Iterable<SSTableReader> added,
                                      java.lang.Iterable<SSTableReader> removed)


Copyright © 2011 The Apache Software Foundation