Package org.apache.flink.state.api.functions
package org.apache.flink.state.api.functions
-
ClassDescriptionInterface for writing elements to broadcast state.Context that
BroadcastStateBootstrapFunction's can use for getting additional data about an input record.A function that writes keyed state to a new operator.KeyedStateReaderFunction<K,OUT> A function that processes keys from a restored operatorContext thatKeyedStateReaderFunction's can use for getting additional data about an input record.Interface for writing elements to operator state.Context thatStateBootstrapFunction's can use for getting additional data about an input record.Timestamper<T>Assigns an event time timestamp to the given record.WindowReaderFunction<IN,OUT, KEY, W extends org.apache.flink.streaming.api.windowing.windows.Window> Base abstract class for functions that are evaluated over keyed (grouped) windows using a context for retrieving extra information.WindowReaderFunction.Context<W extends org.apache.flink.streaming.api.windowing.windows.Window>The context holding window metadata.