Uses of Class
org.apache.flink.runtime.operators.hash.CompactingHashTable
Packages that use CompactingHashTable
-
Uses of CompactingHashTable in org.apache.flink.runtime.iterative.io
Constructors in org.apache.flink.runtime.iterative.io with parameters of type CompactingHashTableModifierConstructorDescriptionSolutionSetFastUpdateOutputCollector(CompactingHashTable<T> solutionSet) SolutionSetFastUpdateOutputCollector(CompactingHashTable<T> solutionSet, org.apache.flink.util.Collector<T> delegate) SolutionSetUpdateOutputCollector(CompactingHashTable<T> solutionSet) SolutionSetUpdateOutputCollector(CompactingHashTable<T> solutionSet, org.apache.flink.util.Collector<T> delegate)