| Package | Description |
|---|---|
| org.apache.flink.runtime.state | |
| org.apache.flink.runtime.state.filesystem | |
| org.apache.flink.runtime.state.memory |
| Modifier and Type | Method and Description |
|---|---|
CheckpointStorage |
StateBackend.createCheckpointStorage(org.apache.flink.api.common.JobID jobId)
Creates a storage for checkpoints for the given job.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFsCheckpointStorage
An implementation of durable checkpoint storage to file systems.
|
class |
FsCheckpointStorage
An implementation of durable checkpoint storage to file systems.
|
| Modifier and Type | Method and Description |
|---|---|
CheckpointStorage |
FsStateBackend.createCheckpointStorage(org.apache.flink.api.common.JobID jobId) |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryBackendCheckpointStorage
An implementation of a checkpoint storage for the
MemoryStateBackend. |
| Modifier and Type | Method and Description |
|---|---|
CheckpointStorage |
MemoryStateBackend.createCheckpointStorage(org.apache.flink.api.common.JobID jobId) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.