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.MergeListenerUnfilteredPartitionIterators.MergeListener. NOOPMethods in org.apache.cassandra.db.partitions with parameters of type UnfilteredPartitionIterators.MergeListener Modifier and Type Method Description static UnfilteredPartitionIteratorUnfilteredPartitionIterators. 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 classPartitionIteratorMergeListener<E extends Endpoints<E>>Methods in org.apache.cassandra.service.reads.repair that return UnfilteredPartitionIterators.MergeListener Modifier and Type Method Description UnfilteredPartitionIterators.MergeListenerBlockingReadRepair. getMergeListener(P replicaPlan)UnfilteredPartitionIterators.MergeListenerNoopReadRepair. getMergeListener(P replicas)UnfilteredPartitionIterators.MergeListenerReadOnlyReadRepair. getMergeListener(P replicaPlan)UnfilteredPartitionIterators.MergeListenerReadRepair. getMergeListener(P replicaPlan)Used by DataResolver to generate corrections as the partition iterator is consumed
-