Class RecoverableStreamWrapper
java.lang.Object
org.apache.flink.runtime.state.filesystem.MetadataOutputStreamWrapper
org.apache.flink.runtime.state.filesystem.RecoverableStreamWrapper
Implementation of
MetadataOutputStreamWrapper encapsulates the RecoverableFsDataOutputStream for FsCheckpointMetadataOutputStream.-
Constructor Summary
ConstructorsConstructorDescriptionRecoverableStreamWrapper(org.apache.flink.core.fs.RecoverableFsDataOutputStream out) -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanup()voidvoidorg.apache.flink.core.fs.FSDataOutputStream
-
Constructor Details
-
RecoverableStreamWrapper
public RecoverableStreamWrapper(org.apache.flink.core.fs.RecoverableFsDataOutputStream out)
-
-
Method Details
-
getOutput
public org.apache.flink.core.fs.FSDataOutputStream getOutput() -
closeForCommitAction
- Throws:
IOException
-
closeAction
- Throws:
IOException
-
cleanup
- Throws:
IOException
-