Uses of Class
org.apache.flink.runtime.state.AbstractStateBackend
Packages that use AbstractStateBackend
Package
Description
-
Uses of AbstractStateBackend in org.apache.flink.runtime.state
Subclasses of AbstractStateBackend in org.apache.flink.runtime.stateModifier and TypeClassDescriptionclassAbstract base class for state backends that use managed memory. -
Uses of AbstractStateBackend in org.apache.flink.runtime.state.filesystem
Subclasses of AbstractStateBackend in org.apache.flink.runtime.state.filesystem -
Uses of AbstractStateBackend in org.apache.flink.runtime.state.hashmap
Subclasses of AbstractStateBackend in org.apache.flink.runtime.state.hashmapModifier and TypeClassDescriptionclassThis state backend holds the working state in the memory (JVM heap) of the TaskManagers and checkpoints based on the configuredCheckpointStorage.
CheckpointStoragefunctionality.