public interface CrailFile extends CrailNode
| Modifier and Type | Method and Description |
|---|---|
default CrailBufferedInputStream |
getBufferedInputStream(long readHint) |
default CrailBufferedOutputStream |
getBufferedOutputStream(long writeHint) |
CrailInputStream |
getDirectInputStream(long readHint) |
CrailOutputStream |
getDirectOutputStream(long writeHint) |
long |
getFd() |
long |
getToken() |
asContainer, asDirectory, asFile, asKeyValue, asMultiFile, asTable, getBlockLocations, getCapacity, getFileSystem, getModificationTime, getPath, getType, syncDirCrailInputStream getDirectInputStream(long readHint) throws Exception
ExceptionCrailOutputStream getDirectOutputStream(long writeHint) throws Exception
Exceptionlong getToken()
long getFd()
default CrailBufferedInputStream getBufferedInputStream(long readHint) throws Exception
Exceptiondefault CrailBufferedOutputStream getBufferedOutputStream(long writeHint) throws Exception
ExceptionCopyright © 2018 The Apache Software Foundation. All rights reserved.