Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.partitions |
Modifier and Type | Class and Description |
---|---|
class |
MutableDeletionInfo
A mutable implementation of
DeletionInfo . |
Modifier and Type | Field and Description |
---|---|
DeletionInfo |
LegacyLayout.LegacyDeletionInfo.deletionInfo |
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 |
---|---|
static Pair<DeletionInfo,java.util.Iterator<LegacyLayout.LegacyCell>> |
LegacyLayout.fromUnfilteredRowIterator(UnfilteredRowIterator iterator) |
Modifier and Type | Method and Description |
---|---|
DeletionInfo |
MutableDeletionInfo.add(DeletionInfo newInfo)
Combines another DeletionInfo with this one and returns the result.
|
static LegacyLayout.LegacyDeletionInfo |
LegacyLayout.LegacyDeletionInfo.from(DeletionInfo info) |
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.
|
static UnfilteredRowIterator |
LegacyLayout.toUnfilteredRowIterator(CFMetaData metadata,
DecoratedKey key,
DeletionInfo delInfo,
java.util.Iterator<LegacyLayout.LegacyCell> cells) |
Modifier and Type | Method and Description |
---|---|
abstract DeletionInfo |
AbstractThreadUnsafePartition.deletionInfo()
The deletion info for the partition update.
|
DeletionInfo |
ArrayBackedPartition.deletionInfo() |
DeletionInfo |
FilteredPartition.deletionInfo() |
DeletionInfo |
PartitionUpdate.deletionInfo() |
Constructor and Description |
---|
ArrayBackedPartition(CFMetaData metadata,
DecoratedKey partitionKey,
PartitionColumns columns,
Row staticRow,
java.util.List<Row> rows,
DeletionInfo deletionInfo,
EncodingStats stats) |
Copyright © 2015 The Apache Software Foundation