@Internal public class FsStateChangelogStorageFactory extends Object implements org.apache.flink.runtime.state.changelog.StateChangelogStorageFactory
FsStateChangelogStorage factory.| 限定符和类型 | 字段和说明 |
|---|---|
static String |
IDENTIFIER |
| 构造器和说明 |
|---|
FsStateChangelogStorageFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
configure(org.apache.flink.configuration.Configuration configuration,
File newFolder) |
org.apache.flink.runtime.state.changelog.StateChangelogStorage<?> |
createStorage(org.apache.flink.configuration.Configuration configuration) |
String |
getIdentifier() |
public String getIdentifier()
getIdentifier 在接口中 org.apache.flink.runtime.state.changelog.StateChangelogStorageFactorypublic org.apache.flink.runtime.state.changelog.StateChangelogStorage<?> createStorage(org.apache.flink.configuration.Configuration configuration)
throws IOException
createStorage 在接口中 org.apache.flink.runtime.state.changelog.StateChangelogStorageFactoryIOExceptionpublic static void configure(org.apache.flink.configuration.Configuration configuration,
File newFolder)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.