Uses of Class
org.apache.flink.runtime.operators.sort.AbstractMergeIterator
Packages that use AbstractMergeIterator
-
Uses of AbstractMergeIterator in org.apache.flink.runtime.operators.sort
Subclasses of AbstractMergeIterator in org.apache.flink.runtime.operators.sortModifier and TypeClassDescriptionclassAbstractMergeInnerJoinIterator<T1,T2, O> An implementation of theJoinTaskIteratorthat realizes the joining through a sort-merge join strategy.classAbstractMergeOuterJoinIterator<T1,T2, O> An implementation of theJoinTaskIteratorthat realizes the outer join through a sort-merge join strategy.classNonReusingMergeInnerJoinIterator<T1,T2, O> classNonReusingMergeOuterJoinIterator<T1,T2, O> classReusingMergeInnerJoinIterator<T1,T2, O> classReusingMergeOuterJoinIterator<T1,T2, O>