Package org.apache.cassandra.service
Class SSTablesVersionsInUseChangeNotification
- java.lang.Object
-
- org.apache.cassandra.service.SSTablesVersionsInUseChangeNotification
-
- All Implemented Interfaces:
INotification
public class SSTablesVersionsInUseChangeNotification extends java.lang.Object implements INotification
Notification triggered by aSSTablesGlobalTrackerwhen the set of sstables versions in use on this node changes.The notification includes the set of sstable versions in use when the notification is triggered (so the result of the change triggering that notification).
-
-
Field Summary
Fields Modifier and Type Field Description com.google.common.collect.ImmutableSet<VersionAndType>versionsInUseThe set of all sstable versions in use on this node at the time of this notification.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
versionsInUse
public final com.google.common.collect.ImmutableSet<VersionAndType> versionsInUse
The set of all sstable versions in use on this node at the time of this notification.
-
-