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