Class InitialSSTableAddedNotification

  • All Implemented Interfaces:
    INotification

    public class InitialSSTableAddedNotification
    extends java.lang.Object
    implements INotification
    Fired when we load SSTables during the Cassandra initialization phase.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Iterable<SSTableReader> added
      true if the addition corresponds to the ColumnFamilyStore initialization, then the sstables are those loaded at startup.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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.
    • Constructor Detail

      • InitialSSTableAddedNotification

        public InitialSSTableAddedNotification​(java.lang.Iterable<SSTableReader> added)