Package | Description |
---|---|
org.apache.cassandra.db.rows |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCell
Base abstract class for
Cell implementations. |
class |
BufferCell |
class |
Cell
A cell is our atomic unit for a single value of a single column.
|
class |
ComplexColumnData
The data for a complex column, that is it's cells and potential complex
deletion time.
|
Modifier and Type | Field and Description |
---|---|
static java.util.Comparator<ColumnData> |
ColumnData.comparator |
Modifier and Type | Method and Description |
---|---|
abstract ColumnData |
ColumnData.markCounterLocalToBeCleared() |
abstract ColumnData |
ColumnData.purge(DeletionPurger purger,
int nowInSec) |
abstract ColumnData |
ColumnData.updateAllTimestamp(long newTimestamp)
Returns a copy of the data where all timestamps for live data have replaced by
newTimestamp and
all deletion timestamp by newTimestamp - 1 . |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<ColumnData> |
BTreeRow.iterator() |
BTreeSearchIterator<ColumnDefinition,ColumnData> |
BTreeRow.searchIterator() |
SearchIterator<ColumnDefinition,ColumnData> |
Row.searchIterator()
An iterator to efficiently search data for a given column.
|
Copyright © 2017 The Apache Software Foundation