Class PartitionIteratorMergeListener<E extends Endpoints<E>>
java.lang.Object
org.apache.cassandra.service.reads.repair.PartitionIteratorMergeListener<E>
- All Implemented Interfaces:
UnfilteredPartitionIterators.MergeListener
public class PartitionIteratorMergeListener<E extends Endpoints<E>>
extends Object
implements UnfilteredPartitionIterators.MergeListener
-
Field Summary
Fields inherited from interface org.apache.cassandra.db.partitions.UnfilteredPartitionIterators.MergeListener
NOOP -
Constructor Summary
ConstructorsConstructorDescriptionPartitionIteratorMergeListener(ReplicaPlan.ForRead<E, ?> replicaPlan, ReadCommand command, ReadRepair readRepair) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()static RegularAndStaticColumnscolumns(List<UnfilteredRowIterator> versions) getRowMergeListener(DecoratedKey partitionKey, List<UnfilteredRowIterator> versions) protected booleanisReversed(List<UnfilteredRowIterator> versions) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cassandra.db.partitions.UnfilteredPartitionIterators.MergeListener
preserveOrder
-
Constructor Details
-
PartitionIteratorMergeListener
public PartitionIteratorMergeListener(ReplicaPlan.ForRead<E, ?> replicaPlan, ReadCommand command, ReadRepair readRepair)
-
-
Method Details
-
getRowMergeListener
public UnfilteredRowIterators.MergeListener getRowMergeListener(DecoratedKey partitionKey, List<UnfilteredRowIterator> versions) - Specified by:
getRowMergeListenerin interfaceUnfilteredPartitionIterators.MergeListener
-
columns
-
isReversed
-
close
public void close()- Specified by:
closein interfaceUnfilteredPartitionIterators.MergeListener
-