T - The type of the state backend created.public interface StateBackendFactory<T extends AbstractStateBackend>
| Modifier and Type | Method and Description |
|---|---|
AbstractStateBackend |
createFromConfig(org.apache.flink.configuration.Configuration config)
Creates the state backend, optionally using the given configuration.
|
AbstractStateBackend createFromConfig(org.apache.flink.configuration.Configuration config) throws Exception
config - The Flink configuration (loaded by the TaskManager).Exception - Exceptions during instantiation can be forwarded.Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.