Class InitialSSTableAddedNotification
java.lang.Object
org.apache.cassandra.notifications.InitialSSTableAddedNotification
- All Implemented Interfaces:
INotification
Fired when we load SSTables during the Cassandra initialization phase.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Iterable<SSTableReader>trueif the addition corresponds to theColumnFamilyStoreinitialization, then the sstables are those loaded at startup. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
added
trueif the addition corresponds to theColumnFamilyStoreinitialization, then the sstables are those loaded at startup.
-
-
Constructor Details
-
InitialSSTableAddedNotification
-