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 MutableDeletionInfo
MutableDeletionInfo.Builder. build()
MutableDeletionInfo
MutableDeletionInfo. clone(ByteBufferCloner cloner)
static MutableDeletionInfo
MutableDeletionInfo. live()
Returns a new DeletionInfo that has no top-level tombstone or any range tombstones.MutableDeletionInfo
DeletionInfo. mutableCopy()
MutableDeletionInfo
MutableDeletionInfo. 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 PartitionUpdate
PartitionUpdate. unsafeConstruct(TableMetadata metadata, DecoratedKey key, AbstractBTreePartition.Holder holder, MutableDeletionInfo deletionInfo, boolean canHaveShadowedData)
-