Uses of Interface
org.apache.cassandra.db.rows.UnfilteredRowIterator
-
-
Uses of UnfilteredRowIterator in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return UnfilteredRowIterator Modifier and Type Method Description protected UnfilteredRowIteratorReadCommand.CheckForAbort. applyToPartition(UnfilteredRowIterator partition)UnfilteredRowIteratorStorageHook. makeRowIterator(ColumnFamilyStore cfs, SSTableReader sstable, DecoratedKey key, Slices slices, ColumnFilter selectedColumns, boolean reversed, SSTableReadsListener listener)UnfilteredRowIteratorSinglePartitionReadCommand. queryMemtableAndDisk(ColumnFamilyStore cfs, ReadExecutionController executionController)Queries both memtable and sstables to fetch the result of this query.static UnfilteredRowIteratorEmptyIterators. unfilteredRow(TableMetadata metadata, DecoratedKey partitionKey, boolean isReverseOrder)static UnfilteredRowIteratorEmptyIterators. unfilteredRow(TableMetadata metadata, DecoratedKey partitionKey, boolean isReverseOrder, Row staticRow, DeletionTime partitionDeletion)Methods in org.apache.cassandra.db that return types with arguments of type UnfilteredRowIterator Modifier and Type Method Description java.lang.Iterable<UnfilteredRowIterator>AbstractCompactionController. shadowSources(DecoratedKey key, boolean tombstoneOnly)Methods in org.apache.cassandra.db with parameters of type UnfilteredRowIterator Modifier and Type Method Description protected UnfilteredRowIteratorReadCommand.CheckForAbort. applyToPartition(UnfilteredRowIterator partition)voidColumnIndex. buildRowIndex(UnfilteredRowIterator iterator) -
Uses of UnfilteredRowIterator in org.apache.cassandra.db.columniterator
Classes in org.apache.cassandra.db.columniterator that implement UnfilteredRowIterator Modifier and Type Class Description classAbstractSSTableIteratorclassSSTableIteratorA Cell Iterator over SSTableclassSSTableReversedIteratorA Cell Iterator in reversed clustering order over SSTable -
Uses of UnfilteredRowIterator in org.apache.cassandra.db.compaction
Methods in org.apache.cassandra.db.compaction that return UnfilteredRowIterator Modifier and Type Method Description UnfilteredRowIteratorCompactionIterator. next()Methods in org.apache.cassandra.db.compaction that return types with arguments of type UnfilteredRowIterator Modifier and Type Method Description java.lang.Iterable<UnfilteredRowIterator>CompactionController. shadowSources(DecoratedKey key, boolean tombstoneOnly) -
Uses of UnfilteredRowIterator in org.apache.cassandra.db.compaction.writers
Methods in org.apache.cassandra.db.compaction.writers with parameters of type UnfilteredRowIterator Modifier and Type Method Description booleanCompactionAwareWriter. append(UnfilteredRowIterator partition)Writes a partition in an implementation specific wayprotected abstract booleanCompactionAwareWriter. realAppend(UnfilteredRowIterator partition)booleanDefaultCompactionWriter. realAppend(UnfilteredRowIterator partition)booleanMajorLeveledCompactionWriter. realAppend(UnfilteredRowIterator partition)protected booleanMaxSSTableSizeWriter. realAppend(UnfilteredRowIterator partition)booleanSplittingSizeTieredCompactionWriter. realAppend(UnfilteredRowIterator partition) -
Uses of UnfilteredRowIterator in org.apache.cassandra.db.filter
Methods in org.apache.cassandra.db.filter that return UnfilteredRowIterator Modifier and Type Method Description UnfilteredRowIteratorDataLimits.Counter. applyTo(UnfilteredRowIterator partition)UnfilteredRowIteratorDataLimits. filter(UnfilteredRowIterator iter, int nowInSec, boolean countPartitionsWithOnlyStaticData)UnfilteredRowIteratorClusteringIndexFilter. filterNotIndexed(ColumnFilter columnFilter, UnfilteredRowIterator iterator)Returns an iterator that only returns the rows of the provided iterator that this filter selects.UnfilteredRowIteratorClusteringIndexNamesFilter. filterNotIndexed(ColumnFilter columnFilter, UnfilteredRowIterator iterator)UnfilteredRowIteratorClusteringIndexSliceFilter. filterNotIndexed(ColumnFilter columnFilter, UnfilteredRowIterator iterator)UnfilteredRowIteratorClusteringIndexFilter. getUnfilteredRowIterator(ColumnFilter columnFilter, Partition partition)Given a partition, returns a row iterator for the rows of this partition that are selected by this filter.UnfilteredRowIteratorClusteringIndexNamesFilter. getUnfilteredRowIterator(ColumnFilter columnFilter, Partition partition)UnfilteredRowIteratorClusteringIndexSliceFilter. getUnfilteredRowIterator(ColumnFilter columnFilter, Partition partition)Methods in org.apache.cassandra.db.filter with parameters of type UnfilteredRowIterator Modifier and Type Method Description UnfilteredRowIteratorDataLimits.Counter. applyTo(UnfilteredRowIterator partition)UnfilteredRowIteratorDataLimits. filter(UnfilteredRowIterator iter, int nowInSec, boolean countPartitionsWithOnlyStaticData)UnfilteredRowIteratorClusteringIndexFilter. filterNotIndexed(ColumnFilter columnFilter, UnfilteredRowIterator iterator)Returns an iterator that only returns the rows of the provided iterator that this filter selects.UnfilteredRowIteratorClusteringIndexNamesFilter. filterNotIndexed(ColumnFilter columnFilter, UnfilteredRowIterator iterator)UnfilteredRowIteratorClusteringIndexSliceFilter. filterNotIndexed(ColumnFilter columnFilter, UnfilteredRowIterator iterator) -
Uses of UnfilteredRowIterator in org.apache.cassandra.db.memtable
Methods in org.apache.cassandra.db.memtable that return UnfilteredRowIterator Modifier and Type Method Description UnfilteredRowIteratorShardedSkipListMemtable.MemtableUnfilteredPartitionIterator. next()UnfilteredRowIteratorShardedSkipListMemtable. rowIterator(DecoratedKey key)UnfilteredRowIteratorShardedSkipListMemtable. rowIterator(DecoratedKey key, Slices slices, ColumnFilter selectedColumns, boolean reversed, SSTableReadsListener listener)UnfilteredRowIteratorSkipListMemtable. rowIterator(DecoratedKey key)UnfilteredRowIteratorSkipListMemtable. rowIterator(DecoratedKey key, Slices slices, ColumnFilter selectedColumns, boolean reversed, SSTableReadsListener listener) -
Uses of UnfilteredRowIterator in org.apache.cassandra.db.partitions
Methods in org.apache.cassandra.db.partitions that return UnfilteredRowIterator Modifier and Type Method Description protected UnfilteredRowIteratorPurgeFunction. applyToPartition(UnfilteredRowIterator partition)static UnfilteredRowIteratorUnfilteredPartitionIterators. getOnlyElement(UnfilteredPartitionIterator iter, SinglePartitionReadCommand command)UnfilteredRowIteratorSingletonUnfilteredPartitionIterator. next()UnfilteredRowIteratorAbstractBTreePartition. unfilteredIterator()UnfilteredRowIteratorAbstractBTreePartition. unfilteredIterator(ColumnFilter selection, java.util.NavigableSet<Clustering<?>> clusteringsInQueryOrder, boolean reversed)UnfilteredRowIteratorAbstractBTreePartition. unfilteredIterator(ColumnFilter selection, Slices slices, boolean reversed)UnfilteredRowIteratorAbstractBTreePartition. unfilteredIterator(AbstractBTreePartition.Holder current, ColumnFilter selection, Slices slices, boolean reversed)UnfilteredRowIteratorAtomicBTreePartition. unfilteredIterator()UnfilteredRowIteratorAtomicBTreePartition. unfilteredIterator(ColumnFilter selection, java.util.NavigableSet<Clustering<?>> clusteringsInQueryOrder, boolean reversed)UnfilteredRowIteratorAtomicBTreePartition. unfilteredIterator(ColumnFilter selection, Slices slices, boolean reversed)UnfilteredRowIteratorAtomicBTreePartition. unfilteredIterator(AbstractBTreePartition.Holder current, ColumnFilter selection, Slices slices, boolean reversed)UnfilteredRowIteratorPartition. unfilteredIterator()Returns an UnfilteredRowIterator over all the rows/RT contained by this partition.UnfilteredRowIteratorPartition. unfilteredIterator(ColumnFilter columns, java.util.NavigableSet<Clustering<?>> clusteringsInQueryOrder, boolean reversed)Returns an UnfilteredRowIterator over the rows/RT contained by this partition selected by the provided clusterings.UnfilteredRowIteratorPartition. unfilteredIterator(ColumnFilter columns, Slices slices, boolean reversed)Returns an UnfilteredRowIterator over the rows/RT contained by this partition selected by the provided slices.Methods in org.apache.cassandra.db.partitions with parameters of type UnfilteredRowIterator Modifier and Type Method Description protected UnfilteredRowIteratorPurgeFunction. applyToPartition(UnfilteredRowIterator partition)protected static AbstractBTreePartition.HolderAbstractBTreePartition. build(UnfilteredRowIterator iterator, int initialRowCapacity)protected static AbstractBTreePartition.HolderAbstractBTreePartition. build(UnfilteredRowIterator iterator, int initialRowCapacity, boolean ordered)static CachedBTreePartitionCachedBTreePartition. create(UnfilteredRowIterator iterator, int nowInSec)Creates anArrayBackedCachedPartitionholding all the data of the provided iterator.static CachedBTreePartitionCachedBTreePartition. create(UnfilteredRowIterator iterator, int initialRowCapacity, int nowInSec)Creates anArrayBackedCachedPartitionholding all the data of the provided iterator.static ImmutableBTreePartitionImmutableBTreePartition. create(UnfilteredRowIterator iterator)Creates anImmutableBTreePartitionholding all the data of the provided iterator.static ImmutableBTreePartitionImmutableBTreePartition. create(UnfilteredRowIterator iterator, boolean ordered)Creates anImmutableBTreePartitionholding all the data of the provided iterator.static ImmutableBTreePartitionImmutableBTreePartition. create(UnfilteredRowIterator iterator, int initialRowCapacity)Creates anImmutableBTreePartitionholding all the data of the provided iterator.static ImmutableBTreePartitionImmutableBTreePartition. create(UnfilteredRowIterator iterator, int initialRowCapacity, boolean ordered)Creates anImmutableBTreePartitionholding all the data of the provided iterator.static PartitionUpdatePartitionUpdate. fromIterator(UnfilteredRowIterator iterator, ColumnFilter filter)Turns the given iterator into an update.Method parameters in org.apache.cassandra.db.partitions with type arguments of type UnfilteredRowIterator Modifier and Type Method Description UnfilteredRowIterators.MergeListenerUnfilteredPartitionIterators.MergeListener. getRowMergeListener(DecoratedKey partitionKey, java.util.List<UnfilteredRowIterator> versions)Constructors in org.apache.cassandra.db.partitions with parameters of type UnfilteredRowIterator Constructor Description SingletonUnfilteredPartitionIterator(UnfilteredRowIterator iter) -
Uses of UnfilteredRowIterator in org.apache.cassandra.db.repair
Methods in org.apache.cassandra.db.repair that return UnfilteredRowIterator Modifier and Type Method Description UnfilteredRowIteratorCassandraValidationIterator. next() -
Uses of UnfilteredRowIterator in org.apache.cassandra.db.rows
Classes in org.apache.cassandra.db.rows that implement UnfilteredRowIterator 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.Fields in org.apache.cassandra.db.rows declared as UnfilteredRowIterator Modifier and Type Field Description protected UnfilteredRowIteratorWrappingUnfilteredRowIterator. wrappedMethods in org.apache.cassandra.db.rows that return UnfilteredRowIterator Modifier and Type Method Description protected UnfilteredRowIteratorThrottledUnfilteredIterator. computeNext()static UnfilteredRowIteratorUnfilteredRowIterators. concat(Unfiltered first, UnfilteredRowIterator rest)Returns an iterator that concatenate the specified atom with the iterator.static UnfilteredRowIteratorUnfilteredRowIterators. concat(UnfilteredRowIterator iter1, UnfilteredRowIterator iter2)Returns an iterator that concatenate two atom iterators.UnfilteredRowIteratorUnfilteredRowIteratorSerializer. deserialize(DataInputPlus in, int version, TableMetadata metadata, ColumnFilter selection, DeserializationHelper.Flag flag)UnfilteredRowIteratorUnfilteredRowIteratorSerializer. deserialize(DataInputPlus in, int version, TableMetadata metadata, DeserializationHelper.Flag flag, UnfilteredRowIteratorSerializer.Header header)protected abstract UnfilteredRowIteratorLazilyInitializedUnfilteredRowIterator. initializeIterator()protected UnfilteredRowIteratorUnfilteredRowIteratorWithLowerBound. initializeIterator()static UnfilteredRowIteratorUnfilteredRowIterators. loggingIterator(UnfilteredRowIterator iterator, java.lang.String id, boolean fullDetails)Wraps the provided iterator so it logs the returned atoms for debugging purposes.static UnfilteredRowIteratorUnfilteredRowIterators. merge(java.util.List<UnfilteredRowIterator> iterators)Returns an iterator that is the result of merging other iterators.static UnfilteredRowIteratorUnfilteredRowIterators. merge(java.util.List<UnfilteredRowIterator> iterators, UnfilteredRowIterators.MergeListener mergeListener)Returns an iterator that is the result of merging other iterators, and (optionally) using specific MergeListener.static UnfilteredRowIteratorUnfilteredRowIterators. noRowsIterator(TableMetadata metadata, DecoratedKey partitionKey, Row staticRow, DeletionTime partitionDeletion, boolean isReverseOrder)Returns an empty unfiltered iterator for a given partition.default UnfilteredRowIteratorUnfilteredSource. rowIterator(DecoratedKey key)UnfilteredRowIteratorUnfilteredSource. rowIterator(DecoratedKey key, Slices slices, ColumnFilter columnFilter, boolean reversed, SSTableReadsListener listener)Returns a row iterator for the given partition, applying the specified row and column filters.static UnfilteredRowIteratorUnfilteredRowIterators. singleton(Unfiltered unfiltered, TableMetadata metadata, DecoratedKey partitionKey, DeletionTime partitionLevelDeletion, RegularAndStaticColumns columns, Row staticRow, boolean isReverseOrder, EncodingStats encodingStats)static UnfilteredRowIteratorUnfilteredRowIterators. withOnlyQueriedData(UnfilteredRowIterator iterator, ColumnFilter filter)Filter the provided iterator to exclude cells that have been fetched but are not queried by the user (see ColumnFilter for detailes).static UnfilteredRowIteratorUnfilteredRowIterators. withValidation(UnfilteredRowIterator iterator, java.lang.String filename)Validate that the data of the provided iterator is valid, that is that the values it contains are valid for the type they represent, and more generally that the infos stored are sensible.Methods in org.apache.cassandra.db.rows that return types with arguments of type UnfilteredRowIterator Modifier and Type Method Description static CloseableIterator<UnfilteredRowIterator>ThrottledUnfilteredIterator. throttle(UnfilteredPartitionIterator partitionIterator, int maxBatchSize)Splits aUnfilteredPartitionIteratorinUnfilteredRowIteratorbatches with size no higher than maxBatchSizeMethods in org.apache.cassandra.db.rows with parameters of type UnfilteredRowIterator Modifier and Type Method Description static UnfilteredRowIteratorUnfilteredRowIterators. concat(Unfiltered first, UnfilteredRowIterator rest)Returns an iterator that concatenate the specified atom with the iterator.static UnfilteredRowIteratorUnfilteredRowIterators. concat(UnfilteredRowIterator iter1, UnfilteredRowIterator iter2)Returns an iterator that concatenate two atom iterators.static voidUnfilteredRowIterators. digest(UnfilteredRowIterator iterator, Digest digest, int version)Digests the partition represented by the provided iterator.static RowIteratorUnfilteredRowIterators. filter(UnfilteredRowIterator iter, int nowInSec)Returns a iterator that only returns rows with only live content.static UnfilteredRowIteratorUnfilteredRowIterators. loggingIterator(UnfilteredRowIterator iterator, java.lang.String id, boolean fullDetails)Wraps the provided iterator so it logs the returned atoms for debugging purposes.voidUnfilteredRowIteratorSerializer. serialize(UnfilteredRowIterator iterator, ColumnFilter selection, DataOutputPlus out, int version)voidUnfilteredRowIteratorSerializer. serialize(UnfilteredRowIterator iterator, ColumnFilter selection, DataOutputPlus out, int version, int rowEstimate)longUnfilteredRowIteratorSerializer. serializedSize(UnfilteredRowIterator iterator, ColumnFilter selection, int version, int rowEstimate)static UnfilteredRowIteratorUnfilteredRowIterators. withOnlyQueriedData(UnfilteredRowIterator iterator, ColumnFilter filter)Filter the provided iterator to exclude cells that have been fetched but are not queried by the user (see ColumnFilter for detailes).static UnfilteredRowIteratorUnfilteredRowIterators. withValidation(UnfilteredRowIterator iterator, java.lang.String filename)Validate that the data of the provided iterator is valid, that is that the values it contains are valid for the type they represent, and more generally that the infos stored are sensible.Method parameters in org.apache.cassandra.db.rows with type arguments of type UnfilteredRowIterator Modifier and Type Method Description static UnfilteredRowIteratorUnfilteredRowIterators. merge(java.util.List<UnfilteredRowIterator> iterators)Returns an iterator that is the result of merging other iterators.static UnfilteredRowIteratorUnfilteredRowIterators. merge(java.util.List<UnfilteredRowIterator> iterators, UnfilteredRowIterators.MergeListener mergeListener)Returns an iterator that is the result of merging other iterators, and (optionally) using specific MergeListener.Constructors in org.apache.cassandra.db.rows with parameters of type UnfilteredRowIterator Constructor Description WrappingUnfilteredRowIterator(UnfilteredRowIterator wrapped) -
Uses of UnfilteredRowIterator in org.apache.cassandra.db.streaming
Classes in org.apache.cassandra.db.streaming that implement UnfilteredRowIterator Modifier and Type Class Description static classCassandraStreamReader.StreamDeserializerMethods in org.apache.cassandra.db.streaming that return UnfilteredRowIterator Modifier and Type Method Description UnfilteredRowIteratorCassandraStreamReader.StreamDeserializer. newPartition() -
Uses of UnfilteredRowIterator in org.apache.cassandra.db.transform
Methods in org.apache.cassandra.db.transform that return UnfilteredRowIterator Modifier and Type Method Description static UnfilteredRowIteratorTransformation. apply(UnfilteredRowIterator iterator, Transformation<?> transformation)UnfilteredRowIteratorRTBoundCloser. applyToPartition(UnfilteredRowIterator partition)UnfilteredRowIteratorRTBoundValidator. applyToPartition(UnfilteredRowIterator partition)static UnfilteredRowIteratorRTBoundCloser. close(UnfilteredRowIterator partition)static UnfilteredRowIteratorMoreRows. extend(UnfilteredRowIterator iterator, MoreRows<? super UnfilteredRowIterator> more)static UnfilteredRowIteratorMoreRows. extend(UnfilteredRowIterator iterator, MoreRows<? super UnfilteredRowIterator> more, RegularAndStaticColumns columns)static UnfilteredRowIteratorRTBoundValidator. validate(UnfilteredRowIterator partition, RTBoundValidator.Stage stage, boolean enforceIsClosed)Method parameters in org.apache.cassandra.db.transform with type arguments of type UnfilteredRowIterator Modifier and Type Method Description static UnfilteredPartitionIteratorTransformation. apply(UnfilteredPartitionIterator iterator, Transformation<? super UnfilteredRowIterator> transformation)static UnfilteredRowIteratorMoreRows. extend(UnfilteredRowIterator iterator, MoreRows<? super UnfilteredRowIterator> more)static UnfilteredRowIteratorMoreRows. extend(UnfilteredRowIterator iterator, MoreRows<? super UnfilteredRowIterator> more, RegularAndStaticColumns columns) -
Uses of UnfilteredRowIterator in org.apache.cassandra.db.view
Methods in org.apache.cassandra.db.view with parameters of type UnfilteredRowIterator Modifier and Type Method Description java.util.Iterator<java.util.Collection<Mutation>>TableViews. generateViewUpdates(java.util.Collection<View> views, UnfilteredRowIterator updates, UnfilteredRowIterator existings, int nowInSec, boolean separateUpdates)Given some updates on the base table of this object and the existing values for the rows affected by that update, generates the mutation to be applied to the provided views. -
Uses of UnfilteredRowIterator in org.apache.cassandra.db.virtual
Methods in org.apache.cassandra.db.virtual that return UnfilteredRowIterator Modifier and Type Method Description UnfilteredRowIteratorAbstractVirtualTable.Partition. toRowIterator(TableMetadata metadata, ClusteringIndexFilter clusteringIndexFilter, ColumnFilter columnFilter, long now) -
Uses of UnfilteredRowIterator in org.apache.cassandra.index
Methods in org.apache.cassandra.index with parameters of type UnfilteredRowIterator Modifier and Type Method Description voidSecondaryIndexManager. deletePartition(UnfilteredRowIterator partition, int nowInSec)Delete all data from all indexes for this partition. -
Uses of UnfilteredRowIterator in org.apache.cassandra.index.sasi.plan
Methods in org.apache.cassandra.index.sasi.plan that return UnfilteredRowIterator Modifier and Type Method Description UnfilteredRowIteratorQueryController. getPartition(DecoratedKey key, ReadExecutionController executionController) -
Uses of UnfilteredRowIterator in org.apache.cassandra.io.sstable
Classes in org.apache.cassandra.io.sstable that implement UnfilteredRowIterator Modifier and Type Class Description classSSTableIdentityIteratorMethods in org.apache.cassandra.io.sstable with parameters of type UnfilteredRowIterator Modifier and Type Method Description booleanSimpleSSTableMultiWriter. append(UnfilteredRowIterator partition)booleanSSTableMultiWriter. append(UnfilteredRowIterator partition)Writes a partition in an implementation specific wayRowIndexEntrySSTableRewriter. append(UnfilteredRowIterator partition)booleanSSTableTxnWriter. append(UnfilteredRowIterator iterator)RowIndexEntrySSTableRewriter. tryAppend(UnfilteredRowIterator partition) -
Uses of UnfilteredRowIterator in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format that return UnfilteredRowIterator Modifier and Type Method Description abstract UnfilteredRowIteratorSSTableReader. rowIterator(FileDataInput file, DecoratedKey key, RowIndexEntry indexEntry, Slices slices, ColumnFilter selectedColumns, boolean reversed)abstract UnfilteredRowIteratorSSTableReader. simpleIterator(FileDataInput file, DecoratedKey key, RowIndexEntry indexEntry, boolean tombstoneOnly)Methods in org.apache.cassandra.io.sstable.format with parameters of type UnfilteredRowIterator Modifier and Type Method Description booleanRangeAwareSSTableWriter. append(UnfilteredRowIterator partition)abstract RowIndexEntrySSTableWriter. append(UnfilteredRowIterator iterator)Appends partition data to this writer. -
Uses of UnfilteredRowIterator in org.apache.cassandra.io.sstable.format.big
Fields in org.apache.cassandra.io.sstable.format.big with type parameters of type UnfilteredRowIterator Modifier and Type Field Description protected java.util.Iterator<UnfilteredRowIterator>BigTableScanner. iteratorMethods in org.apache.cassandra.io.sstable.format.big that return UnfilteredRowIterator Modifier and Type Method Description protected UnfilteredRowIteratorBigTableScanner.KeyScanningIterator. computeNext()UnfilteredRowIteratorBigTableScanner.EmptySSTableScanner. next()UnfilteredRowIteratorBigTableScanner. next()UnfilteredRowIteratorBigTableReader. rowIterator(DecoratedKey key, Slices slices, ColumnFilter selectedColumns, boolean reversed, SSTableReadsListener listener)UnfilteredRowIteratorBigTableReader. rowIterator(FileDataInput file, DecoratedKey key, RowIndexEntry indexEntry, Slices slices, ColumnFilter selectedColumns, boolean reversed)UnfilteredRowIteratorBigTableReader. simpleIterator(FileDataInput dfile, DecoratedKey key, RowIndexEntry position, boolean tombstoneOnly)Methods in org.apache.cassandra.io.sstable.format.big with parameters of type UnfilteredRowIterator Modifier and Type Method Description RowIndexEntryBigTableWriter. append(UnfilteredRowIterator iterator)Appends partition data to this writer.booleanBigTableZeroCopyWriter. append(UnfilteredRowIterator partition) -
Uses of UnfilteredRowIterator in org.apache.cassandra.metrics
Methods in org.apache.cassandra.metrics that return UnfilteredRowIterator Modifier and Type Method Description protected UnfilteredRowIteratorTopPartitionTracker.TombstoneCounter. applyToPartition(UnfilteredRowIterator partition)Methods in org.apache.cassandra.metrics with parameters of type UnfilteredRowIterator Modifier and Type Method Description protected UnfilteredRowIteratorTopPartitionTracker.TombstoneCounter. applyToPartition(UnfilteredRowIterator partition) -
Uses of UnfilteredRowIterator in org.apache.cassandra.repair
Methods in org.apache.cassandra.repair with parameters of type UnfilteredRowIterator Modifier and Type Method Description voidValidator. add(UnfilteredRowIterator partition)Called (in order) for every row present in the CF. -
Uses of UnfilteredRowIterator in org.apache.cassandra.service.reads
Methods in org.apache.cassandra.service.reads that return UnfilteredRowIterator Modifier and Type Method Description UnfilteredRowIteratorShortReadPartitionsProtection. applyToPartition(UnfilteredRowIterator partition)Methods in org.apache.cassandra.service.reads with parameters of type UnfilteredRowIterator Modifier and Type Method Description UnfilteredRowIteratorShortReadPartitionsProtection. applyToPartition(UnfilteredRowIterator partition) -
Uses of UnfilteredRowIterator in org.apache.cassandra.service.reads.repair
Method parameters in org.apache.cassandra.service.reads.repair with type arguments of type UnfilteredRowIterator Modifier and Type Method Description protected RegularAndStaticColumnsPartitionIteratorMergeListener. columns(java.util.List<UnfilteredRowIterator> versions)UnfilteredRowIterators.MergeListenerPartitionIteratorMergeListener. getRowMergeListener(DecoratedKey partitionKey, java.util.List<UnfilteredRowIterator> versions)protected booleanPartitionIteratorMergeListener. isReversed(java.util.List<UnfilteredRowIterator> versions) -
Uses of UnfilteredRowIterator in org.apache.cassandra.tools
Method parameters in org.apache.cassandra.tools with type arguments of type UnfilteredRowIterator Modifier and Type Method Description static voidJsonTransformer. toJson(ISSTableScanner currentScanner, java.util.stream.Stream<UnfilteredRowIterator> partitions, boolean rawTime, TableMetadata metadata, java.io.OutputStream out)static voidJsonTransformer. toJsonLines(ISSTableScanner currentScanner, java.util.stream.Stream<UnfilteredRowIterator> partitions, boolean rawTime, TableMetadata metadata, java.io.OutputStream out) -
Uses of UnfilteredRowIterator in org.apache.cassandra.utils.memory
Methods in org.apache.cassandra.utils.memory that return UnfilteredRowIterator Modifier and Type Method Description abstract UnfilteredRowIteratorEnsureOnHeap. applyToPartition(UnfilteredRowIterator partition)Methods in org.apache.cassandra.utils.memory with parameters of type UnfilteredRowIterator Modifier and Type Method Description abstract UnfilteredRowIteratorEnsureOnHeap. applyToPartition(UnfilteredRowIterator partition)
-