Uses of Class
org.apache.cassandra.db.MutableDeletionInfo
-
Packages that use MutableDeletionInfo Package Description org.apache.cassandra.db -
-
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. copy(AbstractAllocator allocator)
static MutableDeletionInfo
MutableDeletionInfo. live()
Returns a new DeletionInfo that has no top-level tombstone or any range tombstones.MutableDeletionInfo
DeletionInfo. mutableCopy()
MutableDeletionInfo
MutableDeletionInfo. mutableCopy()
-