Uses of Interface
org.apache.flink.runtime.state.LocalSnapshotDirectoryProvider
-
Packages that use LocalSnapshotDirectoryProvider Package Description org.apache.flink.runtime.state -
-
Uses of LocalSnapshotDirectoryProvider in org.apache.flink.runtime.state
Classes in org.apache.flink.runtime.state that implement LocalSnapshotDirectoryProvider Modifier and Type Class Description classLocalSnapshotDirectoryProviderImplImplementation ofLocalSnapshotDirectoryProvider.Methods in org.apache.flink.runtime.state that return LocalSnapshotDirectoryProvider Modifier and Type Method Description protected LocalSnapshotDirectoryProviderTaskLocalStateStoreImpl. getLocalRecoveryDirectoryProvider()Methods in org.apache.flink.runtime.state that return types with arguments of type LocalSnapshotDirectoryProvider Modifier and Type Method Description Optional<LocalSnapshotDirectoryProvider>LocalRecoveryConfig. getLocalStateDirectoryProvider()Methods in org.apache.flink.runtime.state with parameters of type LocalSnapshotDirectoryProvider Modifier and Type Method Description static LocalRecoveryConfigLocalRecoveryConfig. backupAndRecoveryEnabled(LocalSnapshotDirectoryProvider directoryProvider)static CheckpointStreamWithResultProviderCheckpointStreamWithResultProvider. 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 LocalSnapshotDirectoryProvider Constructor Description LocalRecoveryConfig(boolean localRecoveryEnabled, boolean localBackupEnabled, LocalSnapshotDirectoryProvider directoryProvider)
-