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