Uses of Interface
org.apache.flink.runtime.state.LocalSnapshotDirectoryProvider
Packages that use LocalSnapshotDirectoryProvider
-
Uses of LocalSnapshotDirectoryProvider in org.apache.flink.runtime.state
Classes in org.apache.flink.runtime.state that implement LocalSnapshotDirectoryProviderMethods in org.apache.flink.runtime.state that return LocalSnapshotDirectoryProviderModifier and TypeMethodDescriptionprotected LocalSnapshotDirectoryProviderTaskLocalStateStoreImpl.getLocalRecoveryDirectoryProvider()Methods in org.apache.flink.runtime.state that return types with arguments of type LocalSnapshotDirectoryProviderMethods in org.apache.flink.runtime.state with parameters of type LocalSnapshotDirectoryProviderModifier and TypeMethodDescriptionstatic LocalRecoveryConfigLocalRecoveryConfig.backupAndRecoveryEnabled(LocalSnapshotDirectoryProvider directoryProvider) CheckpointStreamWithResultProvider.createDuplicatingStream(long checkpointId, CheckpointedStateScope checkpointedStateScope, CheckpointStreamFactory primaryStreamFactory, LocalSnapshotDirectoryProvider secondaryStreamDirProvider) static org.apache.flink.core.fs.PathChangelogTaskLocalStateStore.getLocalTaskOwnedDirectory(LocalSnapshotDirectoryProvider provider, org.apache.flink.api.common.JobID jobID) Constructors in org.apache.flink.runtime.state with parameters of type LocalSnapshotDirectoryProviderModifierConstructorDescriptionLocalRecoveryConfig(boolean localRecoveryEnabled, boolean localBackupEnabled, LocalSnapshotDirectoryProvider directoryProvider)