public class ShortReadPartitionsProtection extends Transformation<UnfilteredRowIterator> implements MorePartitions<UnfilteredPartitionIterator>
| Constructor and Description |
|---|
ShortReadPartitionsProtection(ReadCommand command,
Replica source,
java.lang.Runnable preFetchCallback,
DataLimits.Counter singleResultCounter,
DataLimits.Counter mergedResultCounter,
long queryStartNanoTime) |
| Modifier and Type | Method and Description |
|---|---|
UnfilteredRowIterator |
applyToPartition(UnfilteredRowIterator partition)
Applied to any rows iterator (partition) we encounter in a partitions iterator
|
UnfilteredPartitionIterator |
moreContents() |
apply, apply, apply, apply, applyToDeletion, applyToMarker, applyToPartitionColumns, applyToPartitionKey, applyToRow, applyToStatic, onClose, onPartitionCloseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitextend, extendpublic ShortReadPartitionsProtection(ReadCommand command, Replica source, java.lang.Runnable preFetchCallback, DataLimits.Counter singleResultCounter, DataLimits.Counter mergedResultCounter, long queryStartNanoTime)
public UnfilteredRowIterator applyToPartition(UnfilteredRowIterator partition)
TransformationapplyToPartition in class Transformation<UnfilteredRowIterator>public UnfilteredPartitionIterator moreContents()
Copyright © 2009-2022 The Apache Software Foundation