public class InitialSSTableAddedNotification extends java.lang.Object implements INotification
Modifier and Type | Field and Description |
---|---|
java.lang.Iterable<SSTableReader> |
added
true if the addition corresponds to the ColumnFamilyStore initialization, then the sstables
are those loaded at startup. |
Constructor and Description |
---|
InitialSSTableAddedNotification(java.lang.Iterable<SSTableReader> added) |
public final java.lang.Iterable<SSTableReader> added
true
if the addition corresponds to the ColumnFamilyStore
initialization, then the sstables
are those loaded at startup.public InitialSSTableAddedNotification(java.lang.Iterable<SSTableReader> added)
Copyright © 2009-2021 The Apache Software Foundation