Class EmptyPartitionsDiscarder
java.lang.Object
org.apache.cassandra.db.transform.Transformation<BaseRowIterator<?>>
org.apache.cassandra.db.transform.EmptyPartitionsDiscarder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BaseRowIteratorapplyToPartition(BaseRowIterator iterator) Applied to any rows iterator (partition) we encounter in a partitions iteratorMethods inherited from class org.apache.cassandra.db.transform.Transformation
apply, apply, apply, apply, applyToDeletion, applyToMarker, applyToPartitionColumns, applyToPartitionKey, applyToRow, applyToStatic, onClose, onPartitionClose
-
Constructor Details
-
EmptyPartitionsDiscarder
public EmptyPartitionsDiscarder()
-
-
Method Details
-
applyToPartition
Description copied from class:TransformationApplied to any rows iterator (partition) we encounter in a partitions iterator- Overrides:
applyToPartitionin classTransformation<BaseRowIterator<?>>
-