Uses of Package
org.apache.flink.state.api.functions
-
Classes in org.apache.flink.state.api.functions used by org.apache.flink.state.api Class Description BroadcastStateBootstrapFunction Interface for writing elements to broadcast state.KeyedStateBootstrapFunction A function that writes keyed state to a new operator.KeyedStateReaderFunction A function that processes keys from a restored operatorStateBootstrapFunction Interface for writing elements to operator state.WindowReaderFunction Base abstract class for functions that are evaluated over keyed (grouped) windows using a context for retrieving extra information. -
Classes in org.apache.flink.state.api.functions used by org.apache.flink.state.api.functions Class Description BroadcastStateBootstrapFunction.Context Context thatBroadcastStateBootstrapFunction
's can use for getting additional data about an input record.KeyedStateBootstrapFunction.Context Information available in an invocation of#processElement(Object, Context)
.KeyedStateReaderFunction.Context Context thatKeyedStateReaderFunction
's can use for getting additional data about an input record.StateBootstrapFunction.Context Context thatStateBootstrapFunction
's can use for getting additional data about an input record.WindowReaderFunction.Context The context holding window metadata. -
Classes in org.apache.flink.state.api.functions used by org.apache.flink.state.api.input.operator Class Description KeyedStateReaderFunction A function that processes keys from a restored operatorWindowReaderFunction Base abstract class for functions that are evaluated over keyed (grouped) windows using a context for retrieving extra information. -
Classes in org.apache.flink.state.api.functions used by org.apache.flink.state.api.input.operator.window Class Description WindowReaderFunction Base abstract class for functions that are evaluated over keyed (grouped) windows using a context for retrieving extra information.WindowReaderFunction.Context The context holding window metadata. -
Classes in org.apache.flink.state.api.functions used by org.apache.flink.state.api.output.operators Class Description BroadcastStateBootstrapFunction Interface for writing elements to broadcast state.KeyedStateBootstrapFunction A function that writes keyed state to a new operator.StateBootstrapFunction Interface for writing elements to operator state.