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