Interface CheckpointStreamWithResultProvider

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
CheckpointStreamWithResultProvider.PrimaryAndSecondaryStream, CheckpointStreamWithResultProvider.PrimaryStreamOnly

public interface CheckpointStreamWithResultProvider extends Closeable
Interface that provides access to a CheckpointStateOutputStream and a method to provide the SnapshotResult. This abstracts from different ways that a result is obtained from checkpoint output streams.