Uses of Interface
org.apache.cassandra.db.rows.UnfilteredRowIterators.MergeListener
-
Packages that use UnfilteredRowIterators.MergeListener Package Description org.apache.cassandra.db.partitions org.apache.cassandra.db.rows org.apache.cassandra.service.reads.repair -
-
Uses of UnfilteredRowIterators.MergeListener in org.apache.cassandra.db.partitions
Methods in org.apache.cassandra.db.partitions that return UnfilteredRowIterators.MergeListener Modifier and Type Method Description UnfilteredRowIterators.MergeListener
UnfilteredPartitionIterators.MergeListener. getRowMergeListener(DecoratedKey partitionKey, java.util.List<UnfilteredRowIterator> versions)
-
Uses of UnfilteredRowIterators.MergeListener in org.apache.cassandra.db.rows
Fields in org.apache.cassandra.db.rows declared as UnfilteredRowIterators.MergeListener Modifier and Type Field Description static UnfilteredRowIterators.MergeListener
UnfilteredRowIterators.MergeListener. NOOP
Methods in org.apache.cassandra.db.rows with parameters of type UnfilteredRowIterators.MergeListener Modifier and Type Method Description static UnfilteredRowIterator
UnfilteredRowIterators. merge(java.util.List<UnfilteredRowIterator> iterators, UnfilteredRowIterators.MergeListener mergeListener)
Returns an iterator that is the result of merging other iterators, and (optionally) using specific MergeListener. -
Uses of UnfilteredRowIterators.MergeListener in org.apache.cassandra.service.reads.repair
Classes in org.apache.cassandra.service.reads.repair that implement UnfilteredRowIterators.MergeListener Modifier and Type Class Description class
RowIteratorMergeListener<E extends Endpoints<E>>
Methods in org.apache.cassandra.service.reads.repair that return UnfilteredRowIterators.MergeListener Modifier and Type Method Description UnfilteredRowIterators.MergeListener
PartitionIteratorMergeListener. getRowMergeListener(DecoratedKey partitionKey, java.util.List<UnfilteredRowIterator> versions)
-