Uses of Class
org.apache.flink.runtime.operators.hash.HashJoinIteratorBase
-
Packages that use HashJoinIteratorBase Package Description org.apache.flink.runtime.operators.hash -
-
Uses of HashJoinIteratorBase in org.apache.flink.runtime.operators.hash
Subclasses of HashJoinIteratorBase in org.apache.flink.runtime.operators.hash Modifier and Type Class Description classNonReusingBuildFirstHashJoinIterator<V1,V2,O>An implementation of theJoinTaskIteratorthat uses a hybrid-hash-join internally to match the records with equal key.classNonReusingBuildFirstReOpenableHashJoinIterator<V1,V2,O>classNonReusingBuildSecondHashJoinIterator<V1,V2,O>An implementation of theJoinTaskIteratorthat uses a hybrid-hash-join internally to match the records with equal key.classNonReusingBuildSecondReOpenableHashJoinIterator<V1,V2,O>classReusingBuildFirstHashJoinIterator<V1,V2,O>An implementation of theJoinTaskIteratorthat uses a hybrid-hash-join internally to match the records with equal key.classReusingBuildFirstReOpenableHashJoinIterator<V1,V2,O>classReusingBuildSecondHashJoinIterator<V1,V2,O>An implementation of theJoinTaskIteratorthat uses a hybrid-hash-join internally to match the records with equal key.classReusingBuildSecondReOpenableHashJoinIterator<V1,V2,O>
-