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