Uses of Package
org.apache.flink.streaming.runtime.operators.windowing
-
Packages that use org.apache.flink.streaming.runtime.operators.windowing Package Description org.apache.flink.streaming.runtime.operators.windowing This package contains the operators that implement the various window operations on data streams. -
Classes in org.apache.flink.streaming.runtime.operators.windowing used by org.apache.flink.streaming.runtime.operators.windowing Class Description KeyMap A special Hash Map implementation that can be traversed efficiently in sync with other hash maps.KeyMap.Entry An entry in the hash table.KeyMap.LazyFactory A factory for lazy/on-demand instantiation of values.KeyMap.TraversalEvaluator A visitor for a traversal over the union of multiple hash maps.