public class SSTableAddedNotification extends java.lang.Object implements INotification
ColumnFamilyStore
.Modifier and Type | Field and Description |
---|---|
java.lang.Iterable<SSTableReader> |
added
The added SSTables
|
Constructor and Description |
---|
SSTableAddedNotification(java.lang.Iterable<SSTableReader> added,
Memtable memtable)
Creates a new
SSTableAddedNotification for the specified SSTables and optional memtable. |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<Memtable> |
memtable()
Returns the memtable from which the tables come when they have been added due to a memtable flush.
|
public final java.lang.Iterable<SSTableReader> added
public SSTableAddedNotification(java.lang.Iterable<SSTableReader> added, @Nullable Memtable memtable)
SSTableAddedNotification
for the specified SSTables and optional memtable.added
- the added SSTablesmemtable
- the memtable from which the tables come when they have been added due to a memtable flush,
or null
if they don't come from a flushpublic java.util.Optional<Memtable> memtable()
Optional.empty()
otherwiseCopyright © 2009- The Apache Software Foundation