@Internal
public interface StateChangelogStorageFactory
StateChangelogStorage. Please use StateChangelogStorageLoader to
create StateChangelogStorage.| Modifier and Type | Method and Description |
|---|---|
StateChangelogStorage<?> |
createStorage(org.apache.flink.api.common.JobID jobID,
org.apache.flink.configuration.Configuration configuration,
TaskManagerJobMetricGroup metricGroup,
LocalRecoveryConfig localRecoveryConfig)
Create the storage based on a configuration.
|
StateChangelogStorageView<?> |
createStorageView(org.apache.flink.configuration.Configuration configuration)
Create the storage for recovery.
|
String |
getIdentifier()
Get the identifier for user to use this changelog storage factory.
|
String getIdentifier()
StateChangelogStorage<?> createStorage(org.apache.flink.api.common.JobID jobID, org.apache.flink.configuration.Configuration configuration, TaskManagerJobMetricGroup metricGroup, LocalRecoveryConfig localRecoveryConfig) throws IOException
IOExceptionStateChangelogStorageView<?> createStorageView(org.apache.flink.configuration.Configuration configuration) throws IOException
IOExceptionCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.