Package org.apache.flink.runtime.operators.hash
package org.apache.flink.runtime.operators.hash
-
ClassesClassDescriptionAbstractHashTableProber<PT,
BT> A hash table that uses Flink's managed memory and supports replacement of records or updates to records.Common methods for all Hash Join Iterators.HashPartition<BT,PT> In-memory partition with overflow buckets forCompactingHashTableThis hash table supports updating elements.MutableHashTable<BT,PT> An implementation of a Hybrid Hash Join.Iterate all the elements in memory which has not been probed during probe phase.NonReusingBuildFirstHashJoinIterator<V1,V2, O> An implementation of theJoinTaskIteratorthat uses a hybrid-hash-join internally to match the records with equal key.An implementation of theJoinTaskIteratorthat uses a hybrid-hash-join internally to match the records with equal key.ReOpenableHashPartition<BT,PT> ReOpenableMutableHashTable<BT,PT> ReusingBuildFirstHashJoinIterator<V1,V2, O> An implementation of theJoinTaskIteratorthat uses a hybrid-hash-join internally to match the records with equal key.ReusingBuildSecondHashJoinIterator<V1,V2, O> An implementation of theJoinTaskIteratorthat uses a hybrid-hash-join internally to match the records with equal key.