| Constructor and Description |
|---|
ChannelStateWriterImpl(String taskName,
int subtaskIndex,
CheckpointStorageWorkerView streamFactoryResolver)
|
| 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 | 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 | Class and Description |
|---|---|
class |
MemoryBackendCheckpointStorageAccess
An implementation of a checkpoint storage for the
MemoryStateBackend. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.