Package | Description |
---|---|
tachyon.client | |
tachyon.client.file | |
tachyon.client.lineage |
Modifier and Type | Method and Description |
---|---|
FileOutStream |
TachyonFile.getOutStream()
Deprecated.
|
FileOutStream |
TachyonFile.getOutStream(WriteType writeType)
Deprecated.
Returns the
OutStream of this file, use the specified write type. |
Modifier and Type | Method and Description |
---|---|
FileOutStream |
TachyonFileSystem.getOutStream(long fileId,
OutStreamOptions options)
Deprecated.
|
FileOutStream |
TachyonFileSystem.getOutStream(TachyonURI path)
Convenience method for
TachyonFileSystem.getOutStream(TachyonURI, OutStreamOptions) with default
options. |
FileOutStream |
TachyonFileSystem.getOutStream(TachyonURI path,
OutStreamOptions options)
Creates a file and gets the
FileOutStream for the specified file. |
Modifier and Type | Class and Description |
---|---|
class |
DummyFileOutputStream
A dummy file output stream that does nothing.
|
class |
LineageFileOutStream
A stream API to write a file when lineage is enabled.
|
Modifier and Type | Method and Description |
---|---|
FileOutStream |
TachyonLineageFileSystem.getOutStream(TachyonURI path,
OutStreamOptions options)
Gets the output stream for lineage job.
|
Copyright © 2015. All Rights Reserved.