@Internal public class StateChangelogStorageLoader extends Object
PluginManager to load StateChangelogStorage.| Constructor and Description |
|---|
StateChangelogStorageLoader() |
| Modifier and Type | Method and Description |
|---|---|
static void |
initialize(org.apache.flink.core.plugin.PluginManager pluginManager) |
static StateChangelogStorage<?> |
load(org.apache.flink.api.common.JobID jobID,
org.apache.flink.configuration.Configuration configuration,
TaskManagerJobMetricGroup metricGroup,
LocalRecoveryConfig localRecoveryConfig) |
static StateChangelogStorageView<?> |
loadFromStateHandle(org.apache.flink.configuration.Configuration configuration,
ChangelogStateHandle changelogStateHandle) |
public static void initialize(org.apache.flink.core.plugin.PluginManager pluginManager)
@Nullable public static StateChangelogStorage<?> load(org.apache.flink.api.common.JobID jobID, org.apache.flink.configuration.Configuration configuration, TaskManagerJobMetricGroup metricGroup, LocalRecoveryConfig localRecoveryConfig) throws IOException
IOException@Nonnull public static StateChangelogStorageView<?> loadFromStateHandle(org.apache.flink.configuration.Configuration configuration, ChangelogStateHandle changelogStateHandle) throws IOException
IOExceptionCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.