Class FilteredPartition
- java.lang.Object
-
- org.apache.cassandra.db.partitions.AbstractBTreePartition
-
- org.apache.cassandra.db.partitions.ImmutableBTreePartition
-
- org.apache.cassandra.db.partitions.FilteredPartition
-
public class FilteredPartition extends ImmutableBTreePartition
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.cassandra.db.partitions.AbstractBTreePartition
AbstractBTreePartition.Holder
-
-
Field Summary
-
Fields inherited from class org.apache.cassandra.db.partitions.ImmutableBTreePartition
holder, metadata
-
Fields inherited from class org.apache.cassandra.db.partitions.AbstractBTreePartition
EMPTY, HOLDER_UNSHARED_HEAP_SIZE, partitionKey
-
-
Constructor Summary
Constructors Constructor Description FilteredPartition(RowIterator rows)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FilteredPartition
create(RowIterator iterator)
Create a FilteredPartition holding all the rows of the provided iterator.RowIterator
rowIterator()
-
Methods inherited from class org.apache.cassandra.db.partitions.ImmutableBTreePartition
canHaveShadowedData, create, create, create, create, holder, metadata
-
Methods inherited from class org.apache.cassandra.db.partitions.AbstractBTreePartition
build, build, build, columns, deletionInfo, getRow, hasRows, isEmpty, iterator, lastRow, partitionKey, partitionLevelDeletion, rowCount, staticRow, stats, toString, unfilteredIterator, unfilteredIterator, unfilteredIterator, unfilteredIterator, unsafeConstructHolder, unsafeGetEmptyHolder
-
-
-
-
Constructor Detail
-
FilteredPartition
public FilteredPartition(RowIterator rows)
-
-
Method Detail
-
create
public static FilteredPartition create(RowIterator iterator)
Create a FilteredPartition holding all the rows of the provided iterator. Warning: Note that this method does not close the provided iterator and it is up to the caller to do so.
-
rowIterator
public RowIterator rowIterator()
-
-