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 aSSTablesGlobalTracker
when 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<Version>
versionsInUse
The 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.String
toString()
-
-
-
Field Detail
-
versionsInUse
public final com.google.common.collect.ImmutableSet<Version> versionsInUse
The set of all sstable versions in use on this node at the time of this notification.
-
-