Class Filter
java.lang.Object
org.apache.cassandra.db.transform.Transformation
org.apache.cassandra.db.transform.Filter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected RangeTombstoneMarkerapplyToMarker(RangeTombstoneMarker marker) Applied to any RTM we encounter in a rows/unfiltered iteratorprotected RowIteratorapplyToPartition(BaseRowIterator iterator) Applied to any rows iterator (partition) we encounter in a partitions iteratorprotected RowapplyToRow(Row row) Applied to any row we encounter in a rows iteratorprotected RowapplyToStatic(Row row) Applied to the static row of any rows iterator.Methods inherited from class org.apache.cassandra.db.transform.Transformation
apply, apply, apply, apply, applyToDeletion, applyToPartitionColumns, applyToPartitionKey, onClose, onPartitionClose
-
Constructor Details
-
Filter
public Filter(long nowInSec, boolean enforceStrictLiveness)
-
-
Method Details
-
applyToPartition
Description copied from class:TransformationApplied to any rows iterator (partition) we encounter in a partitions iterator- Overrides:
applyToPartitionin classTransformation
-
applyToStatic
Description copied from class:TransformationApplied to the static row of any rows iterator. NOTE that this is only applied to the first iterator in any sequence of iterators filled by a MoreContents; the static data for such iterators is all expected to be equal- Overrides:
applyToStaticin classTransformation
-
applyToRow
Description copied from class:TransformationApplied to any row we encounter in a rows iterator- Overrides:
applyToRowin classTransformation
-
applyToMarker
Description copied from class:TransformationApplied to any RTM we encounter in a rows/unfiltered iterator- Overrides:
applyToMarkerin classTransformation
-