| 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  ImmutableBTreePartitionholding all the data of the provided iterator. | 
| static ImmutableBTreePartition | ImmutableBTreePartition. create(UnfilteredRowIterator iterator,
      boolean ordered)Creates an  ImmutableBTreePartitionholding all the data of the provided iterator. | 
| static ImmutableBTreePartition | ImmutableBTreePartition. create(UnfilteredRowIterator iterator,
      int initialRowCapacity)Creates an  ImmutableBTreePartitionholding all the data of the provided iterator. | 
| static ImmutableBTreePartition | ImmutableBTreePartition. create(UnfilteredRowIterator iterator,
      int initialRowCapacity,
      boolean ordered)Creates an  ImmutableBTreePartitionholding all the data of the provided iterator. | 
Copyright © 2018 The Apache Software Foundation