Class StateChangelogStorageLoader
- java.lang.Object
-
- org.apache.flink.runtime.state.changelog.StateChangelogStorageLoader
-
@Internal public class StateChangelogStorageLoader extends Object
A thin wrapper aroundPluginManagerto loadStateChangelogStorage.
-
-
Constructor Summary
Constructors Constructor Description StateChangelogStorageLoader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidinitialize(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)
-
-
-
Method Detail
-
initialize
public static void initialize(org.apache.flink.core.plugin.PluginManager pluginManager)
-
load
@Nullable public static StateChangelogStorage<?> load(org.apache.flink.api.common.JobID jobID, org.apache.flink.configuration.Configuration configuration, TaskManagerJobMetricGroup metricGroup, LocalRecoveryConfig localRecoveryConfig) throws IOException
- Throws:
IOException
-
loadFromStateHandle
@Nonnull public static StateChangelogStorageView<?> loadFromStateHandle(org.apache.flink.configuration.Configuration configuration, ChangelogStateHandle changelogStateHandle) throws IOException
- Throws:
IOException
-
-