Class TruncationNotification

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

public class TruncationNotification extends Object implements INotification
Fired during truncate, after the memtable has been flushed but before any snapshot is taken and SSTables are discarded
  • Field Details

    • truncatedAt

      public final long truncatedAt
  • Constructor Details

    • TruncationNotification

      public TruncationNotification(long truncatedAt)