@PublicEvolving public class MemoryStateBackendFactory extends Object implements StateBackendFactory<MemoryStateBackend>
MemoryStateBackend from a configuration.| 构造器和说明 |
|---|
MemoryStateBackendFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
MemoryStateBackend |
createFromConfig(org.apache.flink.configuration.ReadableConfig config,
ClassLoader classLoader)
Creates the state backend, optionally using the given configuration.
|
public MemoryStateBackend createFromConfig(org.apache.flink.configuration.ReadableConfig config, ClassLoader classLoader)
StateBackendFactorycreateFromConfig 在接口中 StateBackendFactory<MemoryStateBackend>config - The Flink configuration (loaded by the TaskManager).classLoader - The class loader that should be used to load the state backend.Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.