Package org.apache.cassandra.service
Class SSTablesVersionsInUseChangeNotification
java.lang.Object
org.apache.cassandra.service.SSTablesVersionsInUseChangeNotification
- All Implemented Interfaces:
INotification
Notification triggered by a
SSTablesGlobalTracker 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
FieldsModifier and TypeFieldDescriptionfinal com.google.common.collect.ImmutableSet<Version>The set of all sstable versions in use on this node at the time of this notification. -
Method Summary