| Package | Description | 
|---|---|
| org.apache.cassandra.db | |
| org.apache.cassandra.db.partitions | |
| org.apache.cassandra.db.rows | |
| org.apache.cassandra.utils.memory | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MutableDeletionInfoA mutable implementation of  DeletionInfo. | 
| Modifier and Type | Field and Description | 
|---|---|
| static DeletionInfo | DeletionInfo. LIVE | 
| Modifier and Type | Method and Description | 
|---|---|
| DeletionInfo | MutableDeletionInfo. add(DeletionInfo newInfo)Combines another DeletionInfo with this one and returns the result. | 
| DeletionInfo | DeletionInfo. copy(AbstractAllocator allocator) | 
| DeletionInfo | MutableDeletionInfo. updateAllTimestamp(long timestamp) | 
| Modifier and Type | Method and Description | 
|---|---|
| DeletionInfo | MutableDeletionInfo. add(DeletionInfo newInfo)Combines another DeletionInfo with this one and returns the result. | 
| boolean | DeletionInfo. mayModify(DeletionInfo delInfo)Whether this deletion info may modify the provided one if added to it. | 
| boolean | MutableDeletionInfo. mayModify(DeletionInfo delInfo)Whether this deletion info may modify the provided one if added to it. | 
| Modifier and Type | Method and Description | 
|---|---|
| DeletionInfo | AbstractBTreePartition. deletionInfo() | 
| DeletionInfo | AtomicBTreePartition. deletionInfo() | 
| DeletionInfo | PartitionUpdate. deletionInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static AbstractBTreePartition.Holder | AbstractBTreePartition. build(RowIterator rows,
     DeletionInfo deletion,
     boolean buildEncodingStats,
     int initialRowCapacity) | 
| Constructor and Description | 
|---|
| ImmutableBTreePartition(CFMetaData metadata,
                       DecoratedKey partitionKey,
                       PartitionColumns columns,
                       Row staticRow,
                       java.lang.Object[] tree,
                       DeletionInfo deletionInfo,
                       EncodingStats stats) | 
| Modifier and Type | Method and Description | 
|---|---|
| static EncodingStats | EncodingStats.Collector. collect(Row staticRow,
       java.util.Iterator<Row> rows,
       DeletionInfo deletionInfo) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract DeletionInfo | EnsureOnHeap. applyToDeletionInfo(DeletionInfo deletionInfo) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract DeletionInfo | EnsureOnHeap. applyToDeletionInfo(DeletionInfo deletionInfo) | 
Copyright © 2018 The Apache Software Foundation