Uses of Class
org.apache.flink.runtime.operators.hash.CompactingHashTable
-
Packages that use CompactingHashTable Package Description org.apache.flink.runtime.iterative.io -
-
Uses of CompactingHashTable in org.apache.flink.runtime.iterative.io
Constructors in org.apache.flink.runtime.iterative.io with parameters of type CompactingHashTable Constructor Description SolutionSetFastUpdateOutputCollector(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)
-