@Internal public class FsStateChangelogStorageFactory extends Object implements org.apache.flink.runtime.state.changelog.StateChangelogStorageFactory
FsStateChangelogStorage factory.| Modifier and Type | Field and Description |
|---|---|
static String |
IDENTIFIER |
| Constructor and Description |
|---|
FsStateChangelogStorageFactory() |
| Modifier and Type | Method and Description |
|---|---|
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 static final String IDENTIFIER
public String getIdentifier()
getIdentifier in interface org.apache.flink.runtime.state.changelog.StateChangelogStorageFactorypublic org.apache.flink.runtime.state.changelog.StateChangelogStorage<?> createStorage(org.apache.flink.configuration.Configuration configuration)
throws IOException
createStorage in interface org.apache.flink.runtime.state.changelog.StateChangelogStorageFactoryIOExceptionpublic static void configure(org.apache.flink.configuration.Configuration configuration,
File newFolder)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.