Uses of Interface
org.apache.cassandra.db.rows.RowIterator
-
-
Uses of RowIterator in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 with parameters of type RowIterator Modifier and Type Method Description static UntypedResultSetQueryProcessor. resultify(java.lang.String query, RowIterator partition) -
Uses of RowIterator in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements with parameters of type RowIterator Modifier and Type Method Description voidSelectStatement. processPartition(RowIterator partition, QueryOptions options, ResultSetBuilder result, int nowInSec) -
Uses of RowIterator in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return RowIterator Modifier and Type Method Description static 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 RowIterator Modifier and Type Method Description RowIteratorDataLimits.Counter. applyTo(RowIterator partition)Methods in org.apache.cassandra.db.filter with parameters of type RowIterator Modifier and Type Method Description RowIteratorDataLimits.Counter. applyTo(RowIterator partition) -
Uses of RowIterator in org.apache.cassandra.db.partitions
Methods in org.apache.cassandra.db.partitions that return RowIterator Modifier and Type Method Description static RowIteratorPartitionIterators. getOnlyElement(PartitionIterator iter, SinglePartitionReadQuery query)RowIteratorFilteredPartition. rowIterator()Methods in org.apache.cassandra.db.partitions with parameters of type RowIterator Modifier and Type Method Description protected static AbstractBTreePartition.HolderAbstractBTreePartition. 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 Constructor Description FilteredPartition(RowIterator rows) -
Uses of RowIterator in org.apache.cassandra.db.rows
Methods in org.apache.cassandra.db.rows that return RowIterator Modifier and Type Method Description static RowIteratorUnfilteredRowIterators. filter(UnfilteredRowIterator iter, int nowInSec)Returns a iterator that only returns rows with only live content.static RowIteratorRowIterators. loggingIterator(RowIterator iterator, java.lang.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 RowIterator Modifier and Type Method Description static voidRowIterators. digest(RowIterator iterator, Digest digest)static RowIteratorRowIterators. loggingIterator(RowIterator iterator, java.lang.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 RowIterator Modifier and Type Class Description classFilteredRowsMethods in org.apache.cassandra.db.transform that return RowIterator Modifier and Type Method Description static 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, int nowInSecs)Filter any RangeTombstoneMarker from the iterator, transforming it into a RowIterator.Methods in org.apache.cassandra.db.transform with parameters of type RowIterator Modifier and Type Method Description static 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 RowIterator Modifier and Type Method Description static 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 RowIterator Modifier and Type Method Description protected 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 RowIterator Modifier and Type Method Description protected 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 RowIterator Modifier and Type Method Description protected UnfilteredPartitionIteratorKeysSearcher. queryDataFromIndex(DecoratedKey indexKey, RowIterator indexHits, ReadCommand command, ReadExecutionController executionController) -
Uses of RowIterator in org.apache.cassandra.service
Methods in org.apache.cassandra.service that return RowIterator Modifier and Type Method Description static RowIteratorStorageProxy. cas(java.lang.String keyspaceName, java.lang.String cfName, DecoratedKey key, CASRequest request, ConsistencyLevel consistencyForPaxos, ConsistencyLevel consistencyForCommit, ClientState clientState, int 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(java.lang.String keyspaceName, java.lang.String cfName, DecoratedKey key, CASRequest request, ConsistencyLevel consistencyForPaxos, ConsistencyLevel consistencyForCommit, ClientState clientState, int 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 RowIterator Modifier and Type Method Description RowIteratorAggregationQueryPager.GroupByPartitionIterator. next() -
Uses of RowIterator in org.apache.cassandra.service.paxos
Methods in org.apache.cassandra.service.paxos that return RowIterator Modifier and Type Method Description static 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 Modifier and Type Method Description protected RowIteratorRangeCommandIterator. computeNext()
-