Uses of Class
org.apache.cassandra.db.MutableDeletionInfo
Packages that use MutableDeletionInfo
-
Uses of MutableDeletionInfo in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return MutableDeletionInfoModifier and TypeMethodDescriptionMutableDeletionInfo.Builder.build()MutableDeletionInfo.clone(ByteBufferCloner cloner) static MutableDeletionInfoMutableDeletionInfo.live()Returns a new DeletionInfo that has no top-level tombstone or any range tombstones.DeletionInfo.mutableCopy()MutableDeletionInfo.mutableCopy() -
Uses of MutableDeletionInfo in org.apache.cassandra.db.partitions
Methods in org.apache.cassandra.db.partitions with parameters of type MutableDeletionInfoModifier and TypeMethodDescriptionstatic PartitionUpdatePartitionUpdate.unsafeConstruct(TableMetadata metadata, DecoratedKey key, BTreePartitionData holder, MutableDeletionInfo deletionInfo, boolean canHaveShadowedData)