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 classMutableDeletionInfoA mutable implementation ofDeletionInfo.Fields in org.apache.cassandra.db declared as DeletionInfo Modifier and Type Field Description static DeletionInfoDeletionInfo. LIVEMethods in org.apache.cassandra.db that return DeletionInfo Modifier and Type Method Description DeletionInfoMutableDeletionInfo. add(DeletionInfo newInfo)Combines another DeletionInfo with this one and returns the result.DeletionInfoDeletionInfo. clone(ByteBufferCloner cloner)DeletionInfoMutableDeletionInfo. updateAllTimestamp(long timestamp)Methods in org.apache.cassandra.db with parameters of type DeletionInfo Modifier and Type Method Description DeletionInfoMutableDeletionInfo. 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
Fields in org.apache.cassandra.db.partitions declared as DeletionInfo Modifier and Type Field Description DeletionInfoAbstractBTreePartition.Holder. deletionInfoMethods in org.apache.cassandra.db.partitions that return DeletionInfo Modifier and Type Method Description DeletionInfoAbstractBTreePartition. deletionInfo()DeletionInfoAtomicBTreePartition. deletionInfo()DeletionInfoPartitionUpdate. deletionInfo()Methods in org.apache.cassandra.db.partitions with parameters of type DeletionInfo Modifier and Type Method Description protected static AbstractBTreePartition.HolderAbstractBTreePartition. build(RowIterator rows, DeletionInfo deletion, boolean buildEncodingStats)static AbstractBTreePartition.HolderAbstractBTreePartition. unsafeConstructHolder(RegularAndStaticColumns columns, java.lang.Object[] tree, DeletionInfo deletionInfo, Row staticRow, EncodingStats stats)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 EncodingStatsEncodingStats.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 DeletionInfoEnsureOnHeap. applyToDeletionInfo(DeletionInfo deletionInfo)Methods in org.apache.cassandra.utils.memory with parameters of type DeletionInfo Modifier and Type Method Description abstract DeletionInfoEnsureOnHeap. applyToDeletionInfo(DeletionInfo deletionInfo)
-