| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.state |
| 限定符和类型 | 类和说明 |
|---|---|
class |
LocalSnapshotDirectoryProviderImpl
Implementation of
LocalSnapshotDirectoryProvider. |
| 限定符和类型 | 方法和说明 |
|---|---|
protected LocalSnapshotDirectoryProvider |
TaskLocalStateStoreImpl.getLocalRecoveryDirectoryProvider() |
| 限定符和类型 | 方法和说明 |
|---|---|
Optional<LocalSnapshotDirectoryProvider> |
LocalRecoveryConfig.getLocalStateDirectoryProvider() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 构造器和说明 |
|---|
LocalRecoveryConfig(boolean localRecoveryEnabled,
boolean localBackupEnabled,
LocalSnapshotDirectoryProvider directoryProvider) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.