Class NonClosingCheckpointOutputStream<T extends StreamStateHandle>

java.lang.Object
java.io.OutputStream
org.apache.flink.runtime.state.NonClosingCheckpointOutputStream<T>
Type Parameters:
T - type of the returned state handle.
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
Direct Known Subclasses:
KeyedStateCheckpointOutputStream, OperatorStateCheckpointOutputStream

public abstract class NonClosingCheckpointOutputStream<T extends StreamStateHandle> extends OutputStream
Abstract class to implement custom checkpoint output streams which should not be closable for user code.