Uses of Class
org.apache.cassandra.db.transform.Transformation
-
-
Uses of Transformation in org.apache.cassandra.db
Subclasses of Transformation in org.apache.cassandra.db Modifier and Type Class Description protected classReadCommand.CheckForAbort -
Uses of Transformation in org.apache.cassandra.db.filter
Subclasses of Transformation in org.apache.cassandra.db.filter Modifier and Type Class Description static classDataLimits.CounterMethods in org.apache.cassandra.db.filter that return Transformation Modifier and Type Method Description protected abstract Transformation<BaseRowIterator<?>>RowFilter. filter(TableMetadata metadata, int nowInSec) -
Uses of Transformation in org.apache.cassandra.db.partitions
Subclasses of Transformation in org.apache.cassandra.db.partitions Modifier and Type Class Description classPurgeFunction -
Uses of Transformation in org.apache.cassandra.db.rows
Subclasses of Transformation in org.apache.cassandra.db.rows 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. -
Uses of Transformation in org.apache.cassandra.db.transform
Subclasses of Transformation in org.apache.cassandra.db.transform Modifier and Type Class Description classDuplicateRowCheckerclassEmptyPartitionsDiscarderclassFilterclassRTBoundCloserA transformation that appends an RT bound marker to row iterators in case they don't have one.classRTBoundValidatorA 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 Transformation Modifier and Type Field Description static Transformation[]Stack. EMPTY_TRANSFORMATIONSstatic Transformation[]Stack. EMPTY_TRANSFORMATIONSstatic Transformation[]Stack. EMPTY_TRANSFORMATIONSstatic Transformation[]Stack. EMPTY_TRANSFORMATIONSMethods in org.apache.cassandra.db.transform with parameters of type Transformation Modifier and Type Method Description static 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 Modifier and Type Class Description static classTopPartitionTracker.TombstoneCounter -
Uses of Transformation in org.apache.cassandra.service.reads
Subclasses of Transformation in org.apache.cassandra.service.reads Modifier and Type Class Description classShortReadPartitionsProtection -
Uses of Transformation in org.apache.cassandra.utils.memory
Subclasses of Transformation in org.apache.cassandra.utils.memory Modifier and Type Class Description classEnsureOnHeap
-