Interface | Description |
---|---|
INotification |
Created by IntelliJ IDEA.
|
INotificationConsumer |
Class | Description |
---|---|
InitialSSTableAddedNotification |
Fired when we load SSTables during the Cassandra initialization phase.
|
MemtableDiscardedNotification | |
MemtableRenewedNotification | |
MemtableSwitchedNotification | |
SSTableAddedNotification |
Notification sent after SSTables are added to their
ColumnFamilyStore . |
SSTableDeletingNotification |
Fired right before removing an SSTable.
|
SSTableListChangedNotification | |
SSTableMetadataChanged | |
SSTableRepairStatusChanged | |
TruncationNotification |
Fired during truncate, after the memtable has been flushed but before any
snapshot is taken and SSTables are discarded
|
Copyright © 2009-2021 The Apache Software Foundation