Uses of Class
org.apache.cassandra.db.transform.Transformation
Packages that use Transformation
Package
Description
-
Uses of Transformation in org.apache.cassandra.db
Method parameters in org.apache.cassandra.db with type arguments of type TransformationModifier and TypeMethodDescriptionSinglePartitionReadCommand.queryMemtableAndDisk(ColumnFamilyStore cfs, ColumnFamilyStore.ViewFragment view, Function<CellSourceIdentifier, Transformation<BaseRowIterator<?>>> rowTransformer, ReadExecutionController executionController) -
Uses of Transformation in org.apache.cassandra.db.filter
Subclasses of Transformation in org.apache.cassandra.db.filterMethods in org.apache.cassandra.db.filter that return TransformationModifier and TypeMethodDescriptionprotected Transformation<BaseRowIterator<?>>RowFilter.filter(TableMetadata metadata, long nowInSec) Note that the application of this transformation does not yet takeRowFilter.isStrict()into account. -
Uses of Transformation in org.apache.cassandra.db.partitions
Subclasses of Transformation in org.apache.cassandra.db.partitions -
Uses of Transformation in org.apache.cassandra.db.rows
Subclasses of Transformation in org.apache.cassandra.db.rowsModifier and TypeClassDescriptionclassWithOnlyQueriedData<I extends BaseRowIterator<?>>Function to skip cells (from an iterator) that are not part of those queried by the user according to the providedColumnFilter. -
Uses of Transformation in org.apache.cassandra.db.transform
Subclasses of Transformation in org.apache.cassandra.db.transformModifier and TypeClassDescriptionclassfinal classfinal classfinal classA transformation that appends an RT bound marker to row iterators in case they don't have one.final classA validating transformation that sanity-checks the sequence of RT bounds and boundaries in every partition.classStoppingTransformation<I extends BaseRowIterator<?>>Fields in org.apache.cassandra.db.transform declared as TransformationModifier and TypeFieldDescriptionstatic final Transformation[]Stack.EMPTY_TRANSFORMATIONSstatic final Transformation[]Stack.EMPTY_TRANSFORMATIONSstatic final Transformation[]Stack.EMPTY_TRANSFORMATIONSstatic final Transformation[]Stack.EMPTY_TRANSFORMATIONSMethods in org.apache.cassandra.db.transform with parameters of type TransformationModifier and TypeMethodDescriptionstatic PartitionIteratorTransformation.apply(PartitionIterator iterator, Transformation<? super RowIterator> transformation) static UnfilteredPartitionIteratorTransformation.apply(UnfilteredPartitionIterator iterator, Transformation<? super UnfilteredRowIterator> transformation) static RowIteratorTransformation.apply(RowIterator iterator, Transformation<?> transformation) static UnfilteredRowIteratorTransformation.apply(UnfilteredRowIterator iterator, Transformation<?> transformation) protected BaseRowIterator<?>BasePartitions.applyOne(BaseRowIterator<?> value, Transformation transformation) protected UnfilteredBaseRows.applyOne(Unfiltered value, Transformation transformation) -
Uses of Transformation in org.apache.cassandra.metrics
Subclasses of Transformation in org.apache.cassandra.metrics -
Uses of Transformation in org.apache.cassandra.service.reads
Subclasses of Transformation in org.apache.cassandra.service.reads -
Uses of Transformation in org.apache.cassandra.utils.memory
Subclasses of Transformation in org.apache.cassandra.utils.memory