Class AbstractBTreePartition.Holder
- java.lang.Object
-
- org.apache.cassandra.db.partitions.AbstractBTreePartition.Holder
-
- Enclosing class:
- AbstractBTreePartition
public static final class AbstractBTreePartition.Holder extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description RegularAndStaticColumns
columns
DeletionInfo
deletionInfo
Row
staticRow
EncodingStats
stats
java.lang.Object[]
tree
-
-
-
Field Detail
-
columns
public final RegularAndStaticColumns columns
-
deletionInfo
public final DeletionInfo deletionInfo
-
tree
public final java.lang.Object[] tree
-
staticRow
public final Row staticRow
-
stats
public final EncodingStats stats
-
-