Uses of Class
org.apache.flink.streaming.runtime.operators.windowing.KeyMap
Packages that use KeyMap
Package
Description
This package contains the operators that implement the various window operations on data streams.
-
Uses of KeyMap in org.apache.flink.streaming.runtime.operators.windowing
Methods in org.apache.flink.streaming.runtime.operators.windowing with parameters of type KeyMapModifier and TypeMethodDescriptionstatic <K,V> void KeyMap.traverseMaps(KeyMap<K, V>[] maps, KeyMap.TraversalEvaluator<K, V> visitor, long touchedTag) Performs a traversal about logical the multi-map that results from the union of the given maps.