| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.state |
| 限定符和类型 | 类和说明 |
|---|---|
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. |
| 限定符和类型 | 方法和说明 |
|---|---|
static CheckpointStreamWithResultProvider |
CheckpointStreamWithResultProvider.createDuplicatingStream(long checkpointId,
CheckpointedStateScope checkpointedStateScope,
CheckpointStreamFactory primaryStreamFactory,
LocalRecoveryDirectoryProvider secondaryStreamDirProvider) |
static CheckpointStreamWithResultProvider |
CheckpointStreamWithResultProvider.createSimpleStream(CheckpointedStateScope checkpointedStateScope,
CheckpointStreamFactory primaryStreamFactory) |
| 构造器和说明 |
|---|
FullSnapshotAsyncWriter(SnapshotType snapshotType,
org.apache.flink.util.function.SupplierWithException<CheckpointStreamWithResultProvider,Exception> checkpointStreamSupplier,
FullSnapshotResources<K> snapshotResources) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.