Uses of Class
org.apache.flink.runtime.state.AbstractStateBackend
-
Packages that use AbstractStateBackend Package Description org.apache.flink.runtime.state org.apache.flink.runtime.state.filesystem org.apache.flink.runtime.state.hashmap -
-
Uses of AbstractStateBackend in org.apache.flink.runtime.state
Subclasses of AbstractStateBackend in org.apache.flink.runtime.state Modifier and Type Class Description class
AbstractManagedMemoryStateBackend
Abstract 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 Modifier and Type Class Description class
AbstractFileStateBackend
Deprecated.State backends should no longer implementCheckpointStorage
functionality. -
Uses of AbstractStateBackend in org.apache.flink.runtime.state.hashmap
Subclasses of AbstractStateBackend in org.apache.flink.runtime.state.hashmap Modifier and Type Class Description class
HashMapStateBackend
This state backend holds the working state in the memory (JVM heap) of the TaskManagers and checkpoints based on the configuredCheckpointStorage
.
-