Uses of Interface
org.apache.cassandra.db.partitions.UnfilteredPartitionIterators.MergeListener
-
Packages that use UnfilteredPartitionIterators.MergeListener Package Description org.apache.cassandra.db.partitions org.apache.cassandra.service.reads.repair -
-
Uses of UnfilteredPartitionIterators.MergeListener in org.apache.cassandra.db.partitions
Fields in org.apache.cassandra.db.partitions declared as UnfilteredPartitionIterators.MergeListener Modifier and Type Field Description static UnfilteredPartitionIterators.MergeListener
UnfilteredPartitionIterators.MergeListener. NOOP
Methods in org.apache.cassandra.db.partitions with parameters of type UnfilteredPartitionIterators.MergeListener Modifier and Type Method Description static UnfilteredPartitionIterator
UnfilteredPartitionIterators. merge(java.util.List<? extends UnfilteredPartitionIterator> iterators, UnfilteredPartitionIterators.MergeListener listener)
-
Uses of UnfilteredPartitionIterators.MergeListener in org.apache.cassandra.service.reads.repair
Classes in org.apache.cassandra.service.reads.repair that implement UnfilteredPartitionIterators.MergeListener Modifier and Type Class Description class
PartitionIteratorMergeListener<E extends Endpoints<E>>
Methods in org.apache.cassandra.service.reads.repair that return UnfilteredPartitionIterators.MergeListener Modifier and Type Method Description UnfilteredPartitionIterators.MergeListener
BlockingReadRepair. getMergeListener(P replicaPlan)
UnfilteredPartitionIterators.MergeListener
NoopReadRepair. getMergeListener(P replicas)
UnfilteredPartitionIterators.MergeListener
ReadOnlyReadRepair. getMergeListener(P replicaPlan)
UnfilteredPartitionIterators.MergeListener
ReadRepair. getMergeListener(P replicaPlan)
Used by DataResolver to generate corrections as the partition iterator is consumed
-