Class MutableDeletionInfo

    • Constructor Detail

      • MutableDeletionInfo

        public MutableDeletionInfo​(long markedForDeleteAt,
                                   long localDeletionTime)
        Creates a DeletionInfo with only a top-level (row) tombstone.
        Parameters:
        markedForDeleteAt - the time after which the entire row should be considered deleted
        localDeletionTime - what time the deletion write was applied locally (for purposes of purging the tombstone after gc_grace_seconds).
      • MutableDeletionInfo

        public MutableDeletionInfo​(DeletionTime partitionDeletion)