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 classAbstractManagedMemoryStateBackendAbstract 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 classAbstractFileStateBackendDeprecated.State backends should no longer implementCheckpointStoragefunctionality. -
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 classHashMapStateBackendThis state backend holds the working state in the memory (JVM heap) of the TaskManagers and checkpoints based on the configuredCheckpointStorage.
-