Package org.apache.cassandra.db
Class ReadCommand.CheckForAbort
- java.lang.Object
-
- org.apache.cassandra.db.transform.Transformation<I>
-
- org.apache.cassandra.db.transform.StoppingTransformation<UnfilteredRowIterator>
-
- org.apache.cassandra.db.ReadCommand.CheckForAbort
-
- Enclosing class:
- ReadCommand
protected class ReadCommand.CheckForAbort extends StoppingTransformation<UnfilteredRowIterator>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CheckForAbort()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UnfilteredRowIterator
applyToPartition(UnfilteredRowIterator partition)
Applied to any rows iterator (partition) we encounter in a partitions iteratorprotected Row
applyToRow(Row row)
Applied to any row we encounter in a rows iterator-
Methods inherited from class org.apache.cassandra.db.transform.StoppingTransformation
attachTo, attachTo, onClose, onPartitionClose, stop, stopInPartition
-
Methods inherited from class org.apache.cassandra.db.transform.Transformation
apply, apply, apply, apply, applyToDeletion, applyToMarker, applyToPartitionColumns, applyToPartitionKey, applyToStatic
-
-
-
-
Method Detail
-
applyToPartition
protected UnfilteredRowIterator applyToPartition(UnfilteredRowIterator partition)
Description copied from class:Transformation
Applied to any rows iterator (partition) we encounter in a partitions iterator- Overrides:
applyToPartition
in classTransformation<UnfilteredRowIterator>
-
applyToRow
protected Row applyToRow(Row row)
Description copied from class:Transformation
Applied to any row we encounter in a rows iterator- Overrides:
applyToRow
in classTransformation<UnfilteredRowIterator>
-
-