@Internal public abstract class RefCountedFSOutputStream extends org.apache.flink.core.fs.FSDataOutputStream implements RefCounted
FSDataOutputStream with the RefCounted functionality.| Constructor and Description |
|---|
RefCountedFSOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
abstract File |
getInputFile()
Gets the underlying
File that allows to read the contents of the file. |
abstract boolean |
isClosed()
Checks if the file is closed for writes.
|
write, write, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrelease, retainpublic abstract File getInputFile()
File that allows to read the contents of the file.public abstract boolean isClosed()
throws IOException
true if the file is closed, false otherwise.IOExceptionCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.