public class SSTablesVersionsInUseChangeNotification extends java.lang.Object implements INotification
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).
Modifier and Type | Field and Description |
---|---|
com.google.common.collect.ImmutableSet<VersionAndType> |
versionsInUse
The set of all sstable versions in use on this node at the time of this notification.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final com.google.common.collect.ImmutableSet<VersionAndType> versionsInUse
Copyright © 2009-2021 The Apache Software Foundation