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