Uses of Interface
org.apache.cassandra.db.rows.BaseRowIterator
-
-
Uses of BaseRowIterator in org.apache.cassandra.db.columniterator
Classes in org.apache.cassandra.db.columniterator that implement BaseRowIterator Modifier and Type Class Description classAbstractSSTableIteratorclassSSTableIteratorA Cell Iterator over SSTableclassSSTableReversedIteratorA Cell Iterator in reversed clustering order over SSTable -
Uses of BaseRowIterator in org.apache.cassandra.db.filter
Methods in org.apache.cassandra.db.filter that return BaseRowIterator Modifier and Type Method Description protected BaseRowIterator<?>DataLimits.Counter. applyToPartition(BaseRowIterator<?> partition)Methods in org.apache.cassandra.db.filter that return types with arguments of type BaseRowIterator Modifier and Type Method Description protected abstract Transformation<BaseRowIterator<?>>RowFilter. filter(TableMetadata metadata, int nowInSec)Methods in org.apache.cassandra.db.filter with parameters of type BaseRowIterator Modifier and Type Method Description protected BaseRowIterator<?>DataLimits.Counter. applyToPartition(BaseRowIterator<?> partition) -
Uses of BaseRowIterator in org.apache.cassandra.db.partitions
Classes in org.apache.cassandra.db.partitions with type parameters of type BaseRowIterator Modifier and Type Interface Description interfaceBasePartitionIterator<I extends BaseRowIterator<?>> -
Uses of BaseRowIterator in org.apache.cassandra.db.rows
Classes in org.apache.cassandra.db.rows with type parameters of type BaseRowIterator Modifier and Type Class Description classWithOnlyQueriedData<I extends BaseRowIterator<?>>Function to skip cells (from an iterator) that are not part of those queried by the user according to the providedColumnFilter.Subinterfaces of BaseRowIterator in org.apache.cassandra.db.rows Modifier and Type Interface Description interfaceRowIteratorAn iterator over rows belonging to a partition.interfaceUnfilteredRowIteratorAn iterator over the rows of a given partition that also includes deletion informations.Classes in org.apache.cassandra.db.rows that implement BaseRowIterator Modifier and Type Class Description classAbstractUnfilteredRowIteratorclassLazilyInitializedUnfilteredRowIteratorAbstract class to create UnfilteredRowIterator that lazily initialize themselves.classRowAndDeletionMergeIteratorAn iterator that merges a source of rows with the range tombstone and partition level deletion of a give partition.classUnfilteredRowIteratorWithLowerBoundAn unfiltered row iterator with a lower bound retrieved from either the global sstable statistics or the row index lower bounds (if available in the cache).classWrappingUnfilteredRowIteratorAbstract class to make writing unfiltered iterators that wrap another iterator easier.Constructors in org.apache.cassandra.db.rows with parameters of type BaseRowIterator Constructor Description PartitionSerializationException(BaseRowIterator<Unfiltered> partition, java.lang.Throwable cause) -
Uses of BaseRowIterator in org.apache.cassandra.db.streaming
Classes in org.apache.cassandra.db.streaming that implement BaseRowIterator Modifier and Type Class Description static classCassandraStreamReader.StreamDeserializer -
Uses of BaseRowIterator in org.apache.cassandra.db.transform
Classes in org.apache.cassandra.db.transform with type parameters of type BaseRowIterator Modifier and Type Class Description classBasePartitions<R extends BaseRowIterator<?>,I extends BasePartitionIterator<? extends BaseRowIterator<?>>>classBasePartitions<R extends BaseRowIterator<?>,I extends BasePartitionIterator<? extends BaseRowIterator<?>>>classBaseRows<R extends Unfiltered,I extends BaseRowIterator<? extends Unfiltered>>interfaceMoreRows<I extends BaseRowIterator<?>>An interface for providing new row contents for a partition.classStoppingTransformation<I extends BaseRowIterator<?>>classTransformation<I extends BaseRowIterator<?>>We have a single common superclass for all Transformations to make implementation efficient.Classes in org.apache.cassandra.db.transform that implement BaseRowIterator Modifier and Type Class Description classBaseRows<R extends Unfiltered,I extends BaseRowIterator<? extends Unfiltered>>classFilteredRowsMethods in org.apache.cassandra.db.transform that return BaseRowIterator Modifier and Type Method Description protected BaseRowIterator<?>BasePartitions. applyOne(BaseRowIterator<?> value, Transformation transformation)protected BaseRowIteratorEmptyPartitionsDiscarder. applyToPartition(BaseRowIterator iterator)Methods in org.apache.cassandra.db.transform with parameters of type BaseRowIterator Modifier and Type Method Description protected BaseRowIterator<?>BasePartitions. applyOne(BaseRowIterator<?> value, Transformation transformation)protected BaseRowIteratorEmptyPartitionsDiscarder. applyToPartition(BaseRowIterator iterator)protected RowIteratorFilter. applyToPartition(BaseRowIterator iterator) -
Uses of BaseRowIterator in org.apache.cassandra.io.sstable
Classes in org.apache.cassandra.io.sstable that implement BaseRowIterator Modifier and Type Class Description classSSTableIdentityIterator
-