Uses of Interface
org.apache.flink.streaming.runtime.operators.windowing.KeyMap.LazyFactory
-
Packages that use KeyMap.LazyFactory 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.LazyFactory in org.apache.flink.streaming.runtime.operators.windowing
Methods in org.apache.flink.streaming.runtime.operators.windowing with parameters of type KeyMap.LazyFactory Modifier and Type Method Description VKeyMap. putIfAbsent(K key, KeyMap.LazyFactory<V> factory)Inserts a value for the given key, if no value is yet contained for that key.
-