Class InitialSSTableAddedNotification

java.lang.Object
org.apache.cassandra.notifications.InitialSSTableAddedNotification
All Implemented Interfaces:
INotification

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

  • Constructor Details

    • InitialSSTableAddedNotification

      public InitialSSTableAddedNotification(Iterable<SSTableReader> added)