| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.runtime.checkpoint.channel.ChannelStateWriteRequestExecutor |
ChannelStateWriteRequestExecutorFactory.getOrCreateExecutor(JobVertexID jobVertexID,
int subtaskIndex,
org.apache.flink.util.function.SupplierWithException<CheckpointStorageWorkerView,? extends IOException> checkpointStorageWorkerViewSupplier,
int maxSubtasksPerChannelStateFile) |
| Constructor and Description |
|---|
ChannelStateWriterImpl(JobVertexID jobVertexID,
String taskName,
int subtaskIndex,
org.apache.flink.util.function.SupplierWithException<CheckpointStorageWorkerView,? extends IOException> checkpointStorageWorkerViewSupplier,
ChannelStateWriteRequestExecutorFactory channelStateExecutorFactory,
int maxSubtasksPerChannelStateFile)
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CheckpointStorageAccess
Implementations of this interface should implement methods acting as an administration role for
checkpoint storage, which defined in
CheckpointStorageCoordinatorView. |
| Modifier and Type | Method and Description |
|---|---|
default CheckpointStorageWorkerView |
CheckpointStorageWorkerView.toFileMergingStorage(FileMergingSnapshotManager mergingSnapshotManager,
Environment environment)
Return
FsMergingCheckpointStorageAccess if
file merging is enabled. |
| 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 | Class and Description |
|---|---|
class |
MemoryBackendCheckpointStorageAccess
An implementation of a checkpoint storage for the
MemoryStateBackend. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.