| Package | Description |
|---|---|
| org.apache.flink.runtime.state |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalSnapshotDirectoryProviderImpl
Implementation of
LocalSnapshotDirectoryProvider. |
| Modifier and Type | Method and Description |
|---|---|
protected LocalSnapshotDirectoryProvider |
TaskLocalStateStoreImpl.getLocalRecoveryDirectoryProvider() |
| Modifier and Type | Method and Description |
|---|---|
Optional<LocalSnapshotDirectoryProvider> |
LocalRecoveryConfig.getLocalStateDirectoryProvider() |
| Modifier and Type | Method and 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) |
| Constructor and Description |
|---|
LocalRecoveryConfig(boolean localRecoveryEnabled,
boolean localBackupEnabled,
LocalSnapshotDirectoryProvider directoryProvider) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.