Package org.apache.flink.core.fs
Class OutputStreamAndPath
- java.lang.Object
-
- org.apache.flink.core.fs.OutputStreamAndPath
-
public final class OutputStreamAndPath extends Object
An output stream and a path.
-
-
Constructor Summary
Constructors Constructor Description OutputStreamAndPath(FSDataOutputStream stream, Path path)Creates a OutputStreamAndPath.
-
-
-
Constructor Detail
-
OutputStreamAndPath
public OutputStreamAndPath(FSDataOutputStream stream, Path path)
Creates a OutputStreamAndPath.
-
-
Method Detail
-
stream
public FSDataOutputStream stream()
-
path
public Path path()
-
-