Uses of Interface
org.apache.cassandra.db.DeletionInfo
Packages that use DeletionInfo
Package
Description
-
Uses of DeletionInfo in org.apache.cassandra.db
Classes in org.apache.cassandra.db that implement DeletionInfoModifier and TypeClassDescriptionclassA mutable implementation ofDeletionInfo.Fields in org.apache.cassandra.db declared as DeletionInfoMethods in org.apache.cassandra.db that return DeletionInfoModifier and TypeMethodDescriptionMutableDeletionInfo.add(DeletionInfo newInfo) Combines another DeletionInfo with this one and returns the result.DeletionInfo.clone(ByteBufferCloner cloner) MutableDeletionInfo.updateAllTimestamp(long timestamp) Methods in org.apache.cassandra.db with parameters of type DeletionInfoModifier and TypeMethodDescriptionMutableDeletionInfo.add(DeletionInfo newInfo) Combines another DeletionInfo with this one and returns the result.booleanDeletionInfo.mayModify(DeletionInfo delInfo) Whether this deletion info may modify the provided one if added to it.booleanMutableDeletionInfo.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 DeletionInfoModifier and TypeMethodDescriptionAbstractBTreePartition.deletionInfo()AtomicBTreePartition.deletionInfo()PartitionUpdate.deletionInfo()Methods in org.apache.cassandra.db.partitions with parameters of type DeletionInfoModifier and TypeMethodDescriptionprotected static BTreePartitionDataAbstractBTreePartition.build(RowIterator rows, DeletionInfo deletion, boolean buildEncodingStats) static BTreePartitionDataBTreePartitionData.unsafeConstruct(RegularAndStaticColumns columns, Object[] tree, DeletionInfo deletionInfo, Row staticRow, EncodingStats stats) Constructors in org.apache.cassandra.db.partitions with parameters of type DeletionInfoModifierConstructorDescriptionImmutableBTreePartition(TableMetadata metadata, DecoratedKey partitionKey, RegularAndStaticColumns columns, Row staticRow, 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 DeletionInfoModifier and TypeMethodDescriptionstatic EncodingStatsEncodingStats.Collector.collect(Row staticRow, Iterator<Row> rows, DeletionInfo deletionInfo) -
Uses of DeletionInfo in org.apache.cassandra.utils.memory
Methods in org.apache.cassandra.utils.memory that return DeletionInfoModifier and TypeMethodDescriptionabstract DeletionInfoEnsureOnHeap.applyToDeletionInfo(DeletionInfo deletionInfo) Methods in org.apache.cassandra.utils.memory with parameters of type DeletionInfoModifier and TypeMethodDescriptionabstract DeletionInfoEnsureOnHeap.applyToDeletionInfo(DeletionInfo deletionInfo)