public static class CheckpointStreamWithResultProvider.PrimaryStreamOnly extends Object implements CheckpointStreamWithResultProvider
CheckpointStreamWithResultProvider that only creates the
primary/remote/jm-owned state.CheckpointStreamWithResultProvider.KeyedStateHandleFactory, CheckpointStreamWithResultProvider.PrimaryAndSecondaryStream, CheckpointStreamWithResultProvider.PrimaryStreamOnlyLOG| Constructor and Description |
|---|
PrimaryStreamOnly(CheckpointStreamFactory.CheckpointStateOutputStream outputStream) |
| Modifier and Type | Method and Description |
|---|---|
SnapshotResult<StreamStateHandle> |
closeAndFinalizeCheckpointStreamResult()
Closes the stream ans returns a snapshot result with the stream handle(s).
|
CheckpointStreamFactory.CheckpointStateOutputStream |
getCheckpointOutputStream()
Returns the encapsulated output stream.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, createDuplicatingStream, createSimpleStream, toKeyedStateHandleSnapshotResultpublic PrimaryStreamOnly(@Nonnull CheckpointStreamFactory.CheckpointStateOutputStream outputStream)
@Nonnull public SnapshotResult<StreamStateHandle> closeAndFinalizeCheckpointStreamResult() throws IOException
CheckpointStreamWithResultProvidercloseAndFinalizeCheckpointStreamResult in interface CheckpointStreamWithResultProviderIOException@Nonnull public CheckpointStreamFactory.CheckpointStateOutputStream getCheckpointOutputStream()
CheckpointStreamWithResultProvidergetCheckpointOutputStream in interface CheckpointStreamWithResultProviderCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.