Uses of Interface
org.apache.cassandra.db.DeletionInfo
-
Packages that use DeletionInfo Package Description org.apache.cassandra.db org.apache.cassandra.db.partitions org.apache.cassandra.db.rows org.apache.cassandra.utils.memory -
-
Uses of DeletionInfo in org.apache.cassandra.db
Classes in org.apache.cassandra.db that implement DeletionInfo Modifier and Type Class Description class
MutableDeletionInfo
A mutable implementation ofDeletionInfo
.Fields in org.apache.cassandra.db declared as DeletionInfo Modifier and Type Field Description static DeletionInfo
DeletionInfo. LIVE
Methods in org.apache.cassandra.db that return DeletionInfo Modifier and Type Method 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)
Methods in org.apache.cassandra.db with parameters of type DeletionInfo Modifier and Type Method 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. -
Uses of DeletionInfo in org.apache.cassandra.db.partitions
Methods in org.apache.cassandra.db.partitions that return DeletionInfo Modifier and Type Method Description DeletionInfo
AbstractBTreePartition. deletionInfo()
DeletionInfo
AtomicBTreePartition. deletionInfo()
DeletionInfo
PartitionUpdate. deletionInfo()
Methods in org.apache.cassandra.db.partitions with parameters of type DeletionInfo Modifier and Type Method Description protected static AbstractBTreePartition.Holder
AbstractBTreePartition. build(RowIterator rows, DeletionInfo deletion, boolean buildEncodingStats, int initialRowCapacity)
Constructors in org.apache.cassandra.db.partitions with parameters of type DeletionInfo Constructor Description ImmutableBTreePartition(TableMetadata metadata, DecoratedKey partitionKey, RegularAndStaticColumns columns, Row staticRow, java.lang.Object[] tree, DeletionInfo deletionInfo, EncodingStats stats)
-
Uses of DeletionInfo in org.apache.cassandra.db.rows
Methods in org.apache.cassandra.db.rows with parameters of type DeletionInfo Modifier and Type Method Description static EncodingStats
EncodingStats.Collector. collect(Row staticRow, java.util.Iterator<Row> rows, DeletionInfo deletionInfo)
-
Uses of DeletionInfo in org.apache.cassandra.utils.memory
Methods in org.apache.cassandra.utils.memory that return DeletionInfo Modifier and Type Method Description abstract DeletionInfo
EnsureOnHeap. applyToDeletionInfo(DeletionInfo deletionInfo)
Methods in org.apache.cassandra.utils.memory with parameters of type DeletionInfo Modifier and Type Method Description abstract DeletionInfo
EnsureOnHeap. applyToDeletionInfo(DeletionInfo deletionInfo)
-