Class FilteredPartition
java.lang.Object
org.apache.cassandra.db.partitions.AbstractBTreePartition
org.apache.cassandra.db.partitions.ImmutableBTreePartition
org.apache.cassandra.db.partitions.FilteredPartition
-
Field Summary
Fields inherited from class org.apache.cassandra.db.partitions.ImmutableBTreePartition
holder, metadataFields inherited from class org.apache.cassandra.db.partitions.AbstractBTreePartition
partitionKey -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FilteredPartitioncreate(RowIterator iterator) Create a FilteredPartition holding all the rows of the provided iterator.Methods inherited from class org.apache.cassandra.db.partitions.ImmutableBTreePartition
canHaveShadowedData, create, create, create, create, holder, metadataMethods inherited from class org.apache.cassandra.db.partitions.AbstractBTreePartition
build, build, build, columns, deletionInfo, equals, getRow, hasRows, isEmpty, iterator, lastRow, partitionKey, partitionLevelDeletion, rowCount, staticRow, stats, toString, toString, unfilteredIterator, unfilteredIterator, unfilteredIterator, unfilteredIteratorMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
FilteredPartition
-
-
Method Details
-
create
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
-