Uses of Class
org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
-
Packages that use AbstractMutableHashTable Package Description org.apache.flink.runtime.operators.hash -
-
Uses of AbstractMutableHashTable in org.apache.flink.runtime.operators.hash
Subclasses of AbstractMutableHashTable in org.apache.flink.runtime.operators.hash Modifier and Type Class Description classCompactingHashTable<T>A hash table that uses Flink's managed memory and supports replacement of records or updates to records.classInPlaceMutableHashTable<T>This hash table supports updating elements.
-