Uses of Interface
org.apache.cassandra.db.rows.RowIterator
Packages that use RowIterator
Package
Description
-
Uses of RowIterator in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 with parameters of type RowIteratorModifier and TypeMethodDescriptionstatic UntypedResultSetQueryProcessor.resultify(String query, RowIterator partition) -
Uses of RowIterator in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements with parameters of type RowIteratorModifier and TypeMethodDescriptionvoidSelectStatement.processPartition(RowIterator partition, QueryOptions options, ResultSetBuilder result, long nowInSec) -
Uses of RowIterator in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return RowIteratorModifier and TypeMethodDescriptionstatic RowIteratorEmptyIterators.row(TableMetadata metadata, DecoratedKey partitionKey, boolean isReverseOrder) -
Uses of RowIterator in org.apache.cassandra.db.filter
Methods in org.apache.cassandra.db.filter that return RowIteratorMethods in org.apache.cassandra.db.filter with parameters of type RowIterator -
Uses of RowIterator in org.apache.cassandra.db.partitions
Methods in org.apache.cassandra.db.partitions that return RowIteratorModifier and TypeMethodDescriptionstatic RowIteratorPartitionIterators.getOnlyElement(PartitionIterator iter, SinglePartitionReadQuery query) FilteredPartition.rowIterator()Methods in org.apache.cassandra.db.partitions with parameters of type RowIteratorModifier and TypeMethodDescriptionprotected static BTreePartitionDataAbstractBTreePartition.build(RowIterator rows, DeletionInfo deletion, boolean buildEncodingStats) static FilteredPartitionFilteredPartition.create(RowIterator iterator) Create a FilteredPartition holding all the rows of the provided iterator.static PartitionUpdatePartitionUpdate.fromIterator(RowIterator iterator, ColumnFilter filter) Turns the given iterator into an update.static PartitionIteratorPartitionIterators.singletonIterator(RowIterator iterator) Constructors in org.apache.cassandra.db.partitions with parameters of type RowIterator -
Uses of RowIterator in org.apache.cassandra.db.rows
Methods in org.apache.cassandra.db.rows that return RowIteratorModifier and TypeMethodDescriptionstatic RowIteratorUnfilteredRowIterators.filter(UnfilteredRowIterator iter, long nowInSec) Returns a iterator that only returns rows with only live content.static RowIteratorRowIterators.loggingIterator(RowIterator iterator, String id) Wraps the provided iterator so it logs the returned rows for debugging purposes.static RowIteratorRowIterators.withOnlyQueriedData(RowIterator iterator, ColumnFilter filter) Filter the provided iterator to only include cells that are selected by the user.Methods in org.apache.cassandra.db.rows with parameters of type RowIteratorModifier and TypeMethodDescriptionstatic voidRowIterators.digest(RowIterator iterator, Digest digest) static RowIteratorRowIterators.loggingIterator(RowIterator iterator, String id) Wraps the provided iterator so it logs the returned rows for debugging purposes.static RowIteratorRowIterators.withOnlyQueriedData(RowIterator iterator, ColumnFilter filter) Filter the provided iterator to only include cells that are selected by the user. -
Uses of RowIterator in org.apache.cassandra.db.transform
Classes in org.apache.cassandra.db.transform that implement RowIteratorMethods in org.apache.cassandra.db.transform that return RowIteratorModifier and TypeMethodDescriptionstatic RowIteratorTransformation.apply(RowIterator iterator, Transformation<?> transformation) protected RowIteratorFilter.applyToPartition(BaseRowIterator iterator) static RowIteratorMoreRows.extend(RowIterator iterator, MoreRows<? super RowIterator> more) static RowIteratorFilteredRows.filter(UnfilteredRowIterator iterator, long nowInSecs) Filter any RangeTombstoneMarker from the iterator, transforming it into a RowIterator.Methods in org.apache.cassandra.db.transform with parameters of type RowIteratorModifier and TypeMethodDescriptionstatic RowIteratorTransformation.apply(RowIterator iterator, Transformation<?> transformation) static RowIteratorMoreRows.extend(RowIterator iterator, MoreRows<? super RowIterator> more) Method parameters in org.apache.cassandra.db.transform with type arguments of type RowIteratorModifier and TypeMethodDescriptionstatic PartitionIteratorTransformation.apply(PartitionIterator iterator, Transformation<? super RowIterator> transformation) static RowIteratorMoreRows.extend(RowIterator iterator, MoreRows<? super RowIterator> more) -
Uses of RowIterator in org.apache.cassandra.index.internal
Methods in org.apache.cassandra.index.internal with parameters of type RowIteratorModifier and TypeMethodDescriptionprotected abstract UnfilteredPartitionIteratorCassandraIndexSearcher.queryDataFromIndex(DecoratedKey indexKey, RowIterator indexHits, ReadCommand command, ReadExecutionController executionController) -
Uses of RowIterator in org.apache.cassandra.index.internal.composites
Methods in org.apache.cassandra.index.internal.composites with parameters of type RowIteratorModifier and TypeMethodDescriptionprotected UnfilteredPartitionIteratorCompositesSearcher.queryDataFromIndex(DecoratedKey indexKey, RowIterator indexHits, ReadCommand command, ReadExecutionController executionController) -
Uses of RowIterator in org.apache.cassandra.index.internal.keys
Methods in org.apache.cassandra.index.internal.keys with parameters of type RowIteratorModifier and TypeMethodDescriptionprotected UnfilteredPartitionIteratorKeysSearcher.queryDataFromIndex(DecoratedKey indexKey, RowIterator indexHits, ReadCommand command, ReadExecutionController executionController) -
Uses of RowIterator in org.apache.cassandra.index.sai.utils
Methods in org.apache.cassandra.index.sai.utils that return RowIterator -
Uses of RowIterator in org.apache.cassandra.service
Methods in org.apache.cassandra.service that return RowIteratorModifier and TypeMethodDescriptionstatic RowIteratorStorageProxy.cas(String keyspaceName, String cfName, DecoratedKey key, CASRequest request, ConsistencyLevel consistencyForPaxos, ConsistencyLevel consistencyForCommit, ClientState clientState, long nowInSeconds, Dispatcher.RequestTime requestTime) Apply @param updates if and only if the current values in the row for @param key match the provided @param conditions.static RowIteratorStorageProxy.legacyCas(String keyspaceName, String cfName, DecoratedKey key, CASRequest request, ConsistencyLevel consistencyForPaxos, ConsistencyLevel consistencyForCommit, ClientState clientState, long nowInSeconds, Dispatcher.RequestTime requestTime) static RowIteratorStorageProxy.readOne(SinglePartitionReadCommand command, ConsistencyLevel consistencyLevel, Dispatcher.RequestTime requestTime) -
Uses of RowIterator in org.apache.cassandra.service.pager
Methods in org.apache.cassandra.service.pager that return RowIteratorModifier and TypeMethodDescriptionfinal RowIteratorAggregationQueryPager.GroupByPartitionIterator.next() -
Uses of RowIterator in org.apache.cassandra.service.paxos
Methods in org.apache.cassandra.service.paxos that return RowIteratorModifier and TypeMethodDescriptionstatic RowIteratorPaxos.cas(DecoratedKey key, CASRequest request, ConsistencyLevel consistencyForConsensus, ConsistencyLevel consistencyForCommit, ClientState clientState) Apply @param updates if and only if the current values in the row for @param key match the provided @param conditions.static RowIteratorPaxos.cas(DecoratedKey key, CASRequest request, ConsistencyLevel consistencyForConsensus, ConsistencyLevel consistencyForCommit, ClientState clientState, long proposeDeadline, long commitDeadline) -
Uses of RowIterator in org.apache.cassandra.service.reads.range
Methods in org.apache.cassandra.service.reads.range that return RowIterator