Uses of Interface
org.apache.flink.runtime.state.ConfigurableStateBackend
-
Packages that use ConfigurableStateBackend Package Description org.apache.flink.runtime.state.hashmap -
-
Uses of ConfigurableStateBackend in org.apache.flink.runtime.state.hashmap
Classes in org.apache.flink.runtime.state.hashmap that implement ConfigurableStateBackend 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
.
-