| Package | Description |
|---|---|
| org.apache.cassandra.db.partitions | |
| org.apache.cassandra.utils.btree |
| Modifier and Type | Method and Description |
|---|---|
protected static AbstractBTreePartition.Holder |
AbstractBTreePartition.build(UnfilteredRowIterator iterator,
int initialRowCapacity,
boolean ordered,
BTree.Builder.QuickResolver<Row> quickResolver) |
protected static AbstractBTreePartition.Holder |
AbstractBTreePartition.build(UnfilteredRowIterator iterator,
int initialRowCapacity,
boolean ordered,
BTree.Builder.QuickResolver<Row> quickResolver,
PartitionColumns columns) |
| Modifier and Type | Method and Description |
|---|---|
BTree.Builder<V> |
BTree.Builder.setQuickResolver(BTree.Builder.QuickResolver<V> quickResolver) |
Copyright © 2009-2022 The Apache Software Foundation