| Package | Description |
|---|---|
| org.apache.flink.runtime.state |
| Modifier and Type | Class and Description |
|---|---|
static class |
CheckpointStreamWithResultProvider.PrimaryAndSecondaryStream
Implementation of
CheckpointStreamWithResultProvider that creates both, the
primary/remote/jm-owned state and the secondary/local/tm-owned state. |
static class |
CheckpointStreamWithResultProvider.PrimaryStreamOnly
Implementation of
CheckpointStreamWithResultProvider that only creates the
primary/remote/jm-owned state. |
| Modifier and Type | Method and Description |
|---|---|
static CheckpointStreamWithResultProvider |
CheckpointStreamWithResultProvider.createDuplicatingStream(long checkpointId,
CheckpointedStateScope checkpointedStateScope,
CheckpointStreamFactory primaryStreamFactory,
LocalRecoveryDirectoryProvider secondaryStreamDirProvider) |
static CheckpointStreamWithResultProvider |
CheckpointStreamWithResultProvider.createSimpleStream(CheckpointedStateScope checkpointedStateScope,
CheckpointStreamFactory primaryStreamFactory) |
| Constructor and Description |
|---|
FullSnapshotAsyncWriter(CheckpointType checkpointType,
org.apache.flink.util.function.SupplierWithException<CheckpointStreamWithResultProvider,Exception> checkpointStreamSupplier,
FullSnapshotResources<K> snapshotResources) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.