| Package | Description | 
|---|---|
| org.apache.cassandra.db.rows | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractCellBase abstract class for  Cellimplementations. | 
| class  | BufferCell | 
| class  | CellA cell is our atomic unit for a single value of a single column. | 
| class  | ComplexColumnDataThe data for a complex column, that is it's cells and potential complex
 deletion time. | 
| class  | NativeCell | 
| 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  newTimestampand
 all deletion timestamp bynewTimestamp - 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BTreeRow. apply(java.util.function.Consumer<ColumnData> function,
     boolean reversed) | 
| void | Row. apply(java.util.function.Consumer<ColumnData> function,
     boolean reverse)Apply a function to every column in a row | 
| void | BTreeRow. apply(java.util.function.Consumer<ColumnData> funtion,
     com.google.common.base.Predicate<ColumnData> stopCondition,
     boolean reversed) | 
| void | BTreeRow. apply(java.util.function.Consumer<ColumnData> funtion,
     com.google.common.base.Predicate<ColumnData> stopCondition,
     boolean reversed) | 
| void | Row. apply(java.util.function.Consumer<ColumnData> function,
     com.google.common.base.Predicate<ColumnData> stopCondition,
     boolean reverse)Apply a funtion to every column in a row until a stop condition is reached | 
| void | Row. apply(java.util.function.Consumer<ColumnData> function,
     com.google.common.base.Predicate<ColumnData> stopCondition,
     boolean reverse)Apply a funtion to every column in a row until a stop condition is reached | 
Copyright © 2018 The Apache Software Foundation