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