Class SSTablesVersionsInUseChangeNotification

java.lang.Object
org.apache.cassandra.service.SSTablesVersionsInUseChangeNotification
All Implemented Interfaces:
INotification

public class SSTablesVersionsInUseChangeNotification extends Object implements 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 Details

    • 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.
  • Method Details