Uses of Class
org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
Packages that use AbstractMutableHashTable
-
Uses of AbstractMutableHashTable in org.apache.flink.runtime.operators.hash
Subclasses of AbstractMutableHashTable in org.apache.flink.runtime.operators.hashModifier and TypeClassDescriptionclassA hash table that uses Flink's managed memory and supports replacement of records or updates to records.classThis hash table supports updating elements.