Class SSTableListChangedNotification
java.lang.Object
org.apache.cassandra.notifications.SSTableListChangedNotification
- All Implemented Interfaces:
INotification
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Collection<SSTableReader>final OperationTypefinal Collection<SSTableReader> -
Constructor Summary
ConstructorsConstructorDescriptionSSTableListChangedNotification(Collection<SSTableReader> added, Collection<SSTableReader> removed, OperationType compactionType) -
Method Summary
-
Field Details
-
removed
-
added
-
compactionType
-
-
Constructor Details
-
SSTableListChangedNotification
public SSTableListChangedNotification(Collection<SSTableReader> added, Collection<SSTableReader> removed, OperationType compactionType)
-