Class TruncationNotification
java.lang.Object
org.apache.cassandra.notifications.TruncationNotification
- All Implemented Interfaces:
INotification
Fired during truncate, after the memtable has been flushed but before any
snapshot is taken and SSTables are discarded
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
truncatedAt
public final long truncatedAt
-
-
Constructor Details
-
TruncationNotification
public TruncationNotification(long truncatedAt)
-