Package org.apache.flink.runtime.state.hashmap
-
Class Summary Class Description HashMapStateBackend This state backend holds the working state in the memory (JVM heap) of the TaskManagers and checkpoints based on the configuredCheckpointStorage
.HashMapStateBackendFactory A factory that creates anHashMapStateBackend
from a configuration.