public final class Filter extends Transformation
| Constructor and Description | 
|---|
| Filter(int nowInSec,
      boolean enforceStrictLiveness) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected RangeTombstoneMarker | applyToMarker(RangeTombstoneMarker marker)Applied to any RTM we encounter in a rows/unfiltered iterator | 
| protected RowIterator | applyToPartition(BaseRowIterator iterator)Applied to any rows iterator (partition) we encounter in a partitions iterator | 
| protected Row | applyToRow(Row row)Applied to any row we encounter in a rows iterator | 
| protected Row | applyToStatic(Row row)Applied to the static row of any rows iterator. | 
apply, apply, apply, apply, applyToDeletion, applyToPartitionColumns, applyToPartitionKey, onClose, onPartitionCloseprotected RowIterator applyToPartition(BaseRowIterator iterator)
TransformationapplyToPartition in class Transformationprotected Row applyToStatic(Row row)
TransformationapplyToStatic in class Transformationprotected Row applyToRow(Row row)
TransformationapplyToRow in class Transformationprotected RangeTombstoneMarker applyToMarker(RangeTombstoneMarker marker)
TransformationapplyToMarker in class TransformationCopyright © 2018 The Apache Software Foundation