Package | Description |
---|---|
org.apache.cassandra.db.partitions |
Modifier and Type | Class and Description |
---|---|
class |
CachedBTreePartition |
class |
FilteredPartition |
Modifier and Type | Method and Description |
---|---|
static ImmutableBTreePartition |
ImmutableBTreePartition.create(UnfilteredRowIterator iterator)
Creates an
ImmutableBTreePartition holding all the data of the provided iterator. |
static ImmutableBTreePartition |
ImmutableBTreePartition.create(UnfilteredRowIterator iterator,
boolean ordered)
Creates an
ImmutableBTreePartition holding all the data of the provided iterator. |
static ImmutableBTreePartition |
ImmutableBTreePartition.create(UnfilteredRowIterator iterator,
int initialRowCapacity)
Creates an
ImmutableBTreePartition holding all the data of the provided iterator. |
static ImmutableBTreePartition |
ImmutableBTreePartition.create(UnfilteredRowIterator iterator,
int initialRowCapacity,
boolean ordered)
Creates an
ImmutableBTreePartition holding all the data of the provided iterator. |
Copyright © 2018 The Apache Software Foundation