Package | Description |
---|---|
tachyon.client | |
tachyon.client.file | |
tachyon.client.file.options |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
FileInStream |
TachyonFileSystem.getInStream(TachyonFile file,
InStreamOptions options)
Gets a
FileInStream for the specified file. |
Constructor and Description |
---|
FileInStream(FileInfo info,
InStreamOptions options)
Creates a new file input stream.
|
Modifier and Type | Method and Description |
---|---|
InStreamOptions |
InStreamOptions.Builder.build()
Builds a new instance of
InStreamOptions . |
static InStreamOptions |
InStreamOptions.defaults() |
Copyright © 2015. All Rights Reserved.