protected class ReadCommand.CheckForAbort extends StoppingTransformation<UnfilteredRowIterator>
partitions, rows
Modifier | Constructor and Description |
---|---|
protected |
CheckForAbort() |
Modifier and Type | Method and Description |
---|---|
protected UnfilteredRowIterator |
applyToPartition(UnfilteredRowIterator partition)
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 void |
attachTo(BasePartitions partitions) |
protected void |
attachTo(BaseRows rows) |
onClose, onPartitionClose, stop, stopInPartition
apply, apply, apply, apply, applyToDeletion, applyToMarker, applyToPartitionColumns, applyToPartitionKey, applyToStatic
protected void attachTo(BasePartitions partitions)
attachTo
in class StoppingTransformation<UnfilteredRowIterator>
protected void attachTo(BaseRows rows)
attachTo
in class StoppingTransformation<UnfilteredRowIterator>
protected UnfilteredRowIterator applyToPartition(UnfilteredRowIterator partition)
Transformation
applyToPartition
in class Transformation<UnfilteredRowIterator>
protected Row applyToRow(Row row)
Transformation
applyToRow
in class Transformation<UnfilteredRowIterator>
Copyright © 2009- The Apache Software Foundation