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 class
NonReusingBuildFirstHashJoinIterator<V1,V2,O>
An implementation of theJoinTaskIterator
that uses a hybrid-hash-join internally to match the records with equal key.class
NonReusingBuildFirstReOpenableHashJoinIterator<V1,V2,O>
class
NonReusingBuildSecondHashJoinIterator<V1,V2,O>
An implementation of theJoinTaskIterator
that uses a hybrid-hash-join internally to match the records with equal key.class
NonReusingBuildSecondReOpenableHashJoinIterator<V1,V2,O>
class
ReusingBuildFirstHashJoinIterator<V1,V2,O>
An implementation of theJoinTaskIterator
that uses a hybrid-hash-join internally to match the records with equal key.class
ReusingBuildFirstReOpenableHashJoinIterator<V1,V2,O>
class
ReusingBuildSecondHashJoinIterator<V1,V2,O>
An implementation of theJoinTaskIterator
that uses a hybrid-hash-join internally to match the records with equal key.class
ReusingBuildSecondReOpenableHashJoinIterator<V1,V2,O>
-