Uses of Interface
org.apache.flink.runtime.state.ConfigurableStateBackend
-
Packages that use ConfigurableStateBackend Package Description org.apache.flink.runtime.state.filesystem org.apache.flink.runtime.state.hashmap org.apache.flink.runtime.state.memory -
-
Uses of ConfigurableStateBackend in org.apache.flink.runtime.state.filesystem
Classes in org.apache.flink.runtime.state.filesystem that implement ConfigurableStateBackend Modifier and Type Class Description classFsStateBackendDeprecated. -
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 classHashMapStateBackendThis state backend holds the working state in the memory (JVM heap) of the TaskManagers and checkpoints based on the configuredCheckpointStorage. -
Uses of ConfigurableStateBackend in org.apache.flink.runtime.state.memory
Classes in org.apache.flink.runtime.state.memory that implement ConfigurableStateBackend Modifier and Type Class Description classMemoryStateBackendDeprecated.
-