Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.rows |
Modifier and Type | Field and Description |
---|---|
static DeletionPurger |
DeletionPurger.PURGE_ALL |
Modifier and Type | Method and Description |
---|---|
Cell |
AbstractCell.purge(DeletionPurger purger,
int nowInSec) |
Row |
BTreeRow.purge(DeletionPurger purger,
int nowInSec) |
abstract Cell |
Cell.purge(DeletionPurger purger,
int nowInSec) |
abstract ColumnData |
ColumnData.purge(DeletionPurger purger,
int nowInSec) |
ComplexColumnData |
ComplexColumnData.purge(DeletionPurger purger,
int nowInSec) |
Row |
Row.purge(DeletionPurger purger,
int nowInSec)
Returns a copy of this row without any deletion info that should be purged according to
purger . |
Copyright © 2017 The Apache Software Foundation