Uses of Package
org.apache.flink.runtime.operators.hash
-
Packages that use org.apache.flink.runtime.operators.hash Package Description org.apache.flink.runtime.iterative.io org.apache.flink.runtime.operators.hash -
Classes in org.apache.flink.runtime.operators.hash used by org.apache.flink.runtime.iterative.io Class Description CompactingHashTable A hash table that uses Flink's managed memory and supports replacement of records or updates to records.HashPartition -
Classes in org.apache.flink.runtime.operators.hash used by org.apache.flink.runtime.operators.hash Class Description AbstractHashTableProber AbstractMutableHashTable CompactingHashTable.HashTableProber HashJoinIteratorBase Common methods for all Hash Join Iterators.HashPartition InPlaceMutableHashTable.EntryIterator WARNING: Doing any other operation on the table invalidates the iterator!InPlaceMutableHashTable.HashTableProber A prober for accessing the table.MutableHashTable An implementation of a Hybrid Hash Join.MutableHashTable.HashBucketIterator MutableHashTable.ProbeIterator NonReusingBuildFirstHashJoinIterator An implementation of theJoinTaskIteratorthat uses a hybrid-hash-join internally to match the records with equal key.NonReusingBuildSecondHashJoinIterator An implementation of theJoinTaskIteratorthat uses a hybrid-hash-join internally to match the records with equal key.ReusingBuildFirstHashJoinIterator An implementation of theJoinTaskIteratorthat uses a hybrid-hash-join internally to match the records with equal key.ReusingBuildSecondHashJoinIterator An implementation of theJoinTaskIteratorthat uses a hybrid-hash-join internally to match the records with equal key.