| Modifier and Type | Method and Description |
|---|---|
default CheckpointStorageAccess |
Environment.getCheckpointStorageAccess() |
| Modifier and Type | Method and Description |
|---|---|
default void |
Environment.setCheckpointStorageAccess(CheckpointStorageAccess checkpointStorageAccess) |
| 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.
|
class |
FsMergingCheckpointStorageAccess
An implementation of file merging 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 |
JobManagerCheckpointStorage.createCheckpointStorage(org.apache.flink.api.common.JobID jobId) |
CheckpointStorageAccess |
FileSystemCheckpointStorage.createCheckpointStorage(org.apache.flink.api.common.JobID jobId) |
| Modifier and Type | Method and Description |
|---|---|
CheckpointStorageAccess |
RuntimeEnvironment.getCheckpointStorageAccess() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeEnvironment.setCheckpointStorageAccess(CheckpointStorageAccess checkpointStorageAccess) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.