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