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 class
LocalSnapshotDirectoryProviderImpl
Implementation ofLocalSnapshotDirectoryProvider
.Methods in org.apache.flink.runtime.state that return LocalSnapshotDirectoryProvider Modifier and Type Method Description protected LocalSnapshotDirectoryProvider
TaskLocalStateStoreImpl. 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 LocalRecoveryConfig
LocalRecoveryConfig. backupAndRecoveryEnabled(LocalSnapshotDirectoryProvider directoryProvider)
static CheckpointStreamWithResultProvider
CheckpointStreamWithResultProvider. createDuplicatingStream(long checkpointId, CheckpointedStateScope checkpointedStateScope, CheckpointStreamFactory primaryStreamFactory, LocalSnapshotDirectoryProvider secondaryStreamDirProvider)
static org.apache.flink.core.fs.Path
ChangelogTaskLocalStateStore. 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)
-