Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.filter |
Modifier and Type | Method and Description |
---|---|
DeletionInfo.InOrderTester |
ColumnFamily.inOrderDeletionTester()
Returns a
DeletionInfo.InOrderTester for the deletionInfo() of
this column family. |
DeletionInfo.InOrderTester |
DeletionInfo.inOrderTester()
Returns a new
DeletionInfo.InOrderTester in forward order. |
DeletionInfo.InOrderTester |
DeletionInfo.inOrderTester(boolean reversed)
Returns a new
DeletionInfo.InOrderTester given the order in which
columns will be passed to it. |
Modifier and Type | Method and Description |
---|---|
void |
ArrayBackedSortedColumns.maybeAppendColumn(Cell cell,
DeletionInfo.InOrderTester tester,
int gcBefore)
Adds a cell, assuming that:
- it's non-gc-able (if a tombstone) or not a tombstone
- it has a more recent timestamp than any partition/range tombstone shadowing it
- it sorts *strictly after* the current-last cell in the array.
|
void |
AtomicBTreeColumns.maybeAppendColumn(Cell cell,
DeletionInfo.InOrderTester tester,
int gcBefore) |
abstract void |
ColumnFamily.maybeAppendColumn(Cell cell,
DeletionInfo.InOrderTester tester,
int gcBefore)
Adds a cell if it's non-gc-able and isn't shadowed by a partition/range tombstone with a higher timestamp.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ColumnCounter.count(Cell cell,
DeletionInfo.InOrderTester tester) |
boolean |
ColumnCounter.GroupByPrefix.count(Cell cell,
DeletionInfo.InOrderTester tester) |
boolean |
ColumnCounter.GroupByPrefixReversed.count(Cell cell,
DeletionInfo.InOrderTester tester) |
Copyright © 2018 The Apache Software Foundation