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.MergeListenerUnfilteredPartitionIterators.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.MergeListenerUnfilteredRowIterators.MergeListener. NOOPMethods in org.apache.cassandra.db.rows with parameters of type UnfilteredRowIterators.MergeListener Modifier and Type Method Description static UnfilteredRowIteratorUnfilteredRowIterators. 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 classRowIteratorMergeListener<E extends Endpoints<E>>Methods in org.apache.cassandra.service.reads.repair that return UnfilteredRowIterators.MergeListener Modifier and Type Method Description UnfilteredRowIterators.MergeListenerPartitionIteratorMergeListener. getRowMergeListener(DecoratedKey partitionKey, java.util.List<UnfilteredRowIterator> versions)
-