Uses of Interface
org.apache.flink.runtime.state.StateBackendFactory
-
Packages that use StateBackendFactory Package Description org.apache.flink.runtime.state.filesystem org.apache.flink.runtime.state.hashmap org.apache.flink.runtime.state.memory -
-
Uses of StateBackendFactory in org.apache.flink.runtime.state.filesystem
Classes in org.apache.flink.runtime.state.filesystem that implement StateBackendFactory Modifier and Type Class Description classFsStateBackendFactoryA factory that creates anFsStateBackendfrom a configuration. -
Uses of StateBackendFactory in org.apache.flink.runtime.state.hashmap
Classes in org.apache.flink.runtime.state.hashmap that implement StateBackendFactory Modifier and Type Class Description classHashMapStateBackendFactoryA factory that creates anHashMapStateBackendfrom a configuration. -
Uses of StateBackendFactory in org.apache.flink.runtime.state.memory
Classes in org.apache.flink.runtime.state.memory that implement StateBackendFactory Modifier and Type Class Description classMemoryStateBackendFactoryA factory that creates anMemoryStateBackendfrom a configuration.
-