Uses of Interface
org.apache.flink.runtime.state.KeyedStateFactory
Packages that use KeyedStateFactory
Package
Description
This package contains the classes for key/value state backends that store the state on the JVM
heap as objects.
-
Uses of KeyedStateFactory in org.apache.flink.runtime.state
Subinterfaces of KeyedStateFactory in org.apache.flink.runtime.stateModifier and TypeInterfaceDescriptioninterfaceInterface that combines both, theKeyedStateBackendinterface, which encapsulates methods responsible for keyed state management and theSnapshotablewhich tells the system how to snapshot the underlying state.interfaceA keyed state backend provides methods for managing keyed state.interfaceA keyed state backend interface for internal testing purpose.Classes in org.apache.flink.runtime.state that implement KeyedStateFactoryModifier and TypeClassDescriptionclassBase implementation of KeyedStateBackend. -
Uses of KeyedStateFactory in org.apache.flink.runtime.state.heap
Classes in org.apache.flink.runtime.state.heap that implement KeyedStateFactoryModifier and TypeClassDescriptionclassAAbstractKeyedStateBackendthat keeps state on the Java Heap and will serialize state to streams provided by aCheckpointStreamFactoryupon checkpointing. -
Uses of KeyedStateFactory in org.apache.flink.streaming.api.operators.sorted.state
Classes in org.apache.flink.streaming.api.operators.sorted.state that implement KeyedStateFactoryModifier and TypeClassDescriptionclassACheckpointableKeyedStateBackendwhich keeps values for a single key at a time.