Package | Description |
---|---|
tachyon.client | |
tachyon.client.file | |
tachyon.client.file.options | |
tachyon.client.lineage |
Modifier and Type | Method and Description |
---|---|
static TachyonFile |
TachyonFSTestUtils.createByteFile(TachyonFileSystem tfs,
String fileName,
int len,
OutStreamOptions options)
Creates a simple file with
len bytes. |
static InStreamOptions |
TachyonFSTestUtils.toInStreamOptions(OutStreamOptions op)
Converts an OutStreamOptions object to an InStreamOptions object with a matching Tachyon
storage type.
|
Modifier and Type | Method and Description |
---|---|
FileOutStream |
TachyonFileSystem.getOutStream(long fileId,
OutStreamOptions options)
Deprecated.
|
FileOutStream |
TachyonFileSystem.getOutStream(TachyonURI path,
OutStreamOptions options)
Creates a file and gets the
FileOutStream for the specified file. |
Constructor and Description |
---|
FileOutStream(long fileId,
OutStreamOptions options)
Creates a new file output stream.
|
Modifier and Type | Method and Description |
---|---|
OutStreamOptions |
OutStreamOptions.Builder.build()
Builds a new instance of
OutStreamOptions . |
static OutStreamOptions |
OutStreamOptions.defaults() |
Modifier and Type | Method and Description |
---|---|
FileOutStream |
TachyonLineageFileSystem.getOutStream(TachyonURI path,
OutStreamOptions options)
Gets the output stream for lineage job.
|
Constructor and Description |
---|
DummyFileOutputStream(long fileId,
OutStreamOptions options) |
LineageFileOutStream(long fileId,
OutStreamOptions options) |
Copyright © 2015. All Rights Reserved.