| Modifier and Type | Method and Description |
|---|---|
CheckpointStorageAccess |
CheckpointStorage.createCheckpointStorage(org.apache.flink.api.common.JobID jobId)
Creates a storage for checkpoints for the given job.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFsCheckpointStorageAccess
An implementation of durable checkpoint storage to file systems.
|
class |
FsCheckpointStorageAccess
An implementation of durable checkpoint storage to file systems.
|
| Modifier and Type | Method and Description |
|---|---|
CheckpointStorageAccess |
FsStateBackend.createCheckpointStorage(org.apache.flink.api.common.JobID jobId)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryBackendCheckpointStorageAccess
An implementation of a checkpoint storage for the
MemoryStateBackend. |
| Modifier and Type | Method and Description |
|---|---|
CheckpointStorageAccess |
MemoryStateBackend.createCheckpointStorage(org.apache.flink.api.common.JobID jobId)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CheckpointStorageAccess |
FileSystemCheckpointStorage.createCheckpointStorage(org.apache.flink.api.common.JobID jobId) |
CheckpointStorageAccess |
JobManagerCheckpointStorage.createCheckpointStorage(org.apache.flink.api.common.JobID jobId) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.