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 RegularAndStaticColumnscolumnsDeletionInfodeletionInfoRowstaticRowEncodingStatsstatsjava.lang.Object[]tree
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractBTreePartition.HolderwithColumns(RegularAndStaticColumns columns)
-
-
-
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
-
-
Method Detail
-
withColumns
protected AbstractBTreePartition.Holder withColumns(RegularAndStaticColumns columns)
-
-