Uses of Class
org.apache.flink.streaming.runtime.operators.windowing.KeyMap
-
Packages that use KeyMap Package Description org.apache.flink.streaming.runtime.operators.windowing 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 KeyMap Modifier and Type Method Description static <K,V>
voidKeyMap. 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.
-