Class BTreePartitionData
java.lang.Object
org.apache.cassandra.db.partitions.BTreePartitionData
Holder of the content of a partition, see
AbstractBTreePartition.
When updating a partition one holder is swapped for another atomically.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BTreePartitionDatafinal EncodingStatsstatic final long -
Method Summary
Modifier and TypeMethodDescriptionstatic BTreePartitionDataunsafeConstruct(RegularAndStaticColumns columns, Object[] tree, DeletionInfo deletionInfo, Row staticRow, EncodingStats stats) static BTreePartitionDatastatic voidunsafeInvalidate(AtomicBTreePartition partition)
-
Field Details
-
EMPTY
-
UNSHARED_HEAP_SIZE
public static final long UNSHARED_HEAP_SIZE -
stats
-
-
Method Details
-
unsafeGetEmpty
-
unsafeConstruct
public static BTreePartitionData unsafeConstruct(RegularAndStaticColumns columns, Object[] tree, DeletionInfo deletionInfo, Row staticRow, EncodingStats stats) -
unsafeInvalidate
-