Uses of Interface
org.apache.cassandra.db.rows.UnfilteredRowIterators.MergeListener
Packages that use UnfilteredRowIterators.MergeListener
Package
Description
-
Uses of UnfilteredRowIterators.MergeListener in org.apache.cassandra.db.partitions
Methods in org.apache.cassandra.db.partitions that return UnfilteredRowIterators.MergeListenerModifier and TypeMethodDescriptionUnfilteredPartitionIterators.MergeListener.getRowMergeListener(DecoratedKey partitionKey, List<UnfilteredRowIterator> versions) -
Uses of UnfilteredRowIterators.MergeListener in org.apache.cassandra.db.rows
Fields in org.apache.cassandra.db.rows declared as UnfilteredRowIterators.MergeListenerModifier and TypeFieldDescriptionstatic final UnfilteredRowIterators.MergeListenerUnfilteredRowIterators.MergeListener.NOOPMethods in org.apache.cassandra.db.rows with parameters of type UnfilteredRowIterators.MergeListenerModifier and TypeMethodDescriptionstatic UnfilteredRowIteratorUnfilteredRowIterators.merge(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.MergeListenerMethods in org.apache.cassandra.service.reads.repair that return UnfilteredRowIterators.MergeListenerModifier and TypeMethodDescriptionPartitionIteratorMergeListener.getRowMergeListener(DecoratedKey partitionKey, List<UnfilteredRowIterator> versions)