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 class
HashMapStateBackendFactory
A factory that creates anHashMapStateBackend
from a configuration.
-