Class TruncationNotification

  • All Implemented Interfaces:
    INotification

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

      Fields 
      Modifier and Type Field Description
      long truncatedAt  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • truncatedAt

        public final long truncatedAt
    • Constructor Detail

      • TruncationNotification

        public TruncationNotification​(long truncatedAt)