@PublicApi public class TachyonLineageFileSystem extends TachyonFileSystem
TachyonFileSystem.TachyonFileSystemFactory
Modifier | Constructor and Description |
---|---|
protected |
TachyonLineageFileSystem() |
Modifier and Type | Method and Description |
---|---|
static TachyonLineageFileSystem |
get() |
FileOutStream |
getOutStream(TachyonURI path,
OutStreamOptions options)
Gets the output stream for lineage job.
|
create, delete, free, getInfo, getInStream, getInStream, getOutStream, getOutStream, listStatus, loadMetadata, mkdir, mount, open, openIfExists, rename, reportLostFile, setState, unmount
create, delete, free, getInfo, listStatus, loadMetadata, mkdir, mount, open, openIfExists, rename, setState, unmount
public static TachyonLineageFileSystem get()
public FileOutStream getOutStream(TachyonURI path, OutStreamOptions options) throws IOException, TachyonException
getOutStream
in class TachyonFileSystem
path
- the Tachyon path of the fileoptions
- the set of options specific to this operationIOException
- if a non-Tachyon exception occursTachyonException
- if an unexpected Tachyon exception is thrownFileAlreadyExistsException
- if there is already a file at the given pathInvalidPathException
- if the path is invalidCopyright © 2015. All Rights Reserved.