Class FSDataOutputStreamWrapper
java.lang.Object
org.apache.flink.runtime.state.filesystem.MetadataOutputStreamWrapper
org.apache.flink.runtime.state.filesystem.FSDataOutputStreamWrapper
Implementation of
MetadataOutputStreamWrapper encapsulates the FSDataOutputStream
for FsCheckpointMetadataOutputStream.-
Constructor Summary
ConstructorsConstructorDescriptionFSDataOutputStreamWrapper(org.apache.flink.core.fs.FileSystem fileSystem, org.apache.flink.core.fs.Path metadataFilePath) -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanup()voidvoidorg.apache.flink.core.fs.FSDataOutputStream
-
Constructor Details
-
FSDataOutputStreamWrapper
public FSDataOutputStreamWrapper(org.apache.flink.core.fs.FileSystem fileSystem, org.apache.flink.core.fs.Path metadataFilePath) throws IOException - Throws:
IOException
-
-
Method Details
-
getOutput
public org.apache.flink.core.fs.FSDataOutputStream getOutput() -
closeForCommitAction
- Throws:
IOException
-
closeAction
- Throws:
IOException
-
cleanup
- Throws:
IOException
-