Class RecoverableStreamWrapper
- java.lang.Object
-
- org.apache.flink.runtime.state.filesystem.MetadataOutputStreamWrapper
-
- org.apache.flink.runtime.state.filesystem.RecoverableStreamWrapper
-
@Internal public class RecoverableStreamWrapper extends MetadataOutputStreamWrapper
Implementation ofMetadataOutputStreamWrapperencapsulates theRecoverableFsDataOutputStreamforFsCheckpointMetadataOutputStream.
-
-
Constructor Summary
Constructors Constructor Description RecoverableStreamWrapper(org.apache.flink.core.fs.RecoverableFsDataOutputStream out)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcleanup()voidcloseAction()voidcloseForCommitAction()org.apache.flink.core.fs.FSDataOutputStreamgetOutput()
-
-
-
Method Detail
-
getOutput
public org.apache.flink.core.fs.FSDataOutputStream getOutput()
-
closeForCommitAction
public void closeForCommitAction() throws IOException- Throws:
IOException
-
closeAction
public void closeAction() throws IOException- Throws:
IOException
-
cleanup
public void cleanup() throws IOException- Throws:
IOException
-
-