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