@PublicEvolving public class FsStateBackendFactory extends Object implements StateBackendFactory<FsStateBackend>
FsStateBackend from a configuration.| Constructor and Description |
|---|
FsStateBackendFactory() |
| Modifier and Type | Method and Description |
|---|---|
FsStateBackend |
createFromConfig(org.apache.flink.configuration.Configuration config)
Creates the state backend, optionally using the given configuration.
|
public FsStateBackend createFromConfig(org.apache.flink.configuration.Configuration config) throws org.apache.flink.configuration.IllegalConfigurationException
StateBackendFactorycreateFromConfig in interface StateBackendFactory<FsStateBackend>config - The Flink configuration (loaded by the TaskManager).org.apache.flink.configuration.IllegalConfigurationException - If the configuration misses critical values, or specifies invalid valuesCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.