| Class | Description |
|---|---|
| BlockInStream |
InputStream interface implementation of TachyonFile. |
| BlockOutStream |
BlockOutStream implementation of TachyonFile. |
| EmptyBlockInStream |
EmptyBlockInStream is a InStream can not read anything. |
| FileInStream |
FileInStream implementation of TachyonFile.
|
| FileOutStream |
FileOutStream implementation of TachyonFile. |
| InStream |
InStream is the base input stream class for TachyonFile streaming input methods. |
| LocalBlockInStream |
BlockInStream for local block.
|
| OutStream |
OutStream is the base output stream class for TachyonFile streaming output methods. |
| RemoteBlockInStream |
BlockInStream for remote block.
|
| TachyonByteBuffer |
TachyonByteBuffer is a wrapper on Java ByteBuffer plus some information needed by Tachyon.
|
| TachyonFile |
Tachyon File.
|
| TachyonFS |
Tachyon's user client API.
|
| Enum | Description |
|---|---|
| ReadType |
Different read types for a TachyonFile.
|
| WriteType |
Different write types for a TachyonFile.
|
Copyright © 2014. All rights reserved.