Class ShortReadPartitionsProtection
java.lang.Object
org.apache.cassandra.db.transform.Transformation<UnfilteredRowIterator>
org.apache.cassandra.service.reads.ShortReadPartitionsProtection
- All Implemented Interfaces:
MorePartitions<UnfilteredPartitionIterator>
public class ShortReadPartitionsProtection
extends Transformation<UnfilteredRowIterator>
implements MorePartitions<UnfilteredPartitionIterator>
-
Constructor Summary
ConstructorsConstructorDescriptionShortReadPartitionsProtection(ReadCommand command, Replica source, Runnable preFetchCallback, DataLimits.Counter singleResultCounter, DataLimits.Counter mergedResultCounter, Dispatcher.RequestTime requestTime) -
Method Summary
Modifier and TypeMethodDescriptionapplyToPartition(UnfilteredRowIterator partition) 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
-
ShortReadPartitionsProtection
public ShortReadPartitionsProtection(ReadCommand command, Replica source, Runnable preFetchCallback, DataLimits.Counter singleResultCounter, DataLimits.Counter mergedResultCounter, Dispatcher.RequestTime requestTime)
-
-
Method Details
-
applyToPartition
Description copied from class:TransformationApplied to any rows iterator (partition) we encounter in a partitions iterator- Overrides:
applyToPartitionin classTransformation<UnfilteredRowIterator>
-
moreContents
-