org.apache.cassandra.notifications
Class SSTableAddedNotification

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

public class SSTableAddedNotification
extends java.lang.Object
implements INotification


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

Field Detail

added

public SSTableReader added
Constructor Detail

SSTableAddedNotification

public SSTableAddedNotification(SSTableReader added)


Copyright © 2011 The Apache Software Foundation