@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,
java.time.Duration uploadTimeout,
int maxUploadAttempts) |
org.apache.flink.runtime.state.changelog.StateChangelogStorage<?> |
createStorage(org.apache.flink.api.common.JobID jobID,
org.apache.flink.configuration.Configuration configuration,
org.apache.flink.runtime.metrics.groups.TaskManagerJobMetricGroup metricGroup,
org.apache.flink.runtime.state.LocalRecoveryConfig localRecoveryConfig) |
org.apache.flink.runtime.state.changelog.StateChangelogStorageView<?> |
createStorageView(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.api.common.JobID jobID,
org.apache.flink.configuration.Configuration configuration,
org.apache.flink.runtime.metrics.groups.TaskManagerJobMetricGroup metricGroup,
org.apache.flink.runtime.state.LocalRecoveryConfig localRecoveryConfig)
throws IOException
createStorage in interface org.apache.flink.runtime.state.changelog.StateChangelogStorageFactoryIOExceptionpublic org.apache.flink.runtime.state.changelog.StateChangelogStorageView<?> createStorageView(org.apache.flink.configuration.Configuration configuration)
createStorageView in interface org.apache.flink.runtime.state.changelog.StateChangelogStorageFactorypublic static void configure(org.apache.flink.configuration.Configuration configuration,
File newFolder,
java.time.Duration uploadTimeout,
int maxUploadAttempts)
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.