Interface | Description |
---|---|
BoundedStream |
This interface should be implemented by all Tachyon streams which are bounded at a certain
byte size.
|
Cancelable |
This interface should be implemented by all Tachyon output streams which support aborting the
temporary data that has been written.
|
RemoteBlockReader |
The interface to read remote block from data server.
|
RemoteBlockWriter |
The interface to write a remote block to the data server.
|
Seekable |
This interface should be implemented by all Tachyon streams which support moving the read
position to a specific byte offset.
|
Class | Description |
---|---|
BlockMasterClient |
A wrapper for the thrift client to interact with the block master, used by tachyon clients.
|
ClientContext |
A shared context in each client JVM.
|
FileSystemMasterClient |
A wrapper for the thrift client to interact with the file system master, used by tachyon clients.
|
RawTableMasterClient |
A wrapper for the thrift client to interact with the raw table master, used by tachyon clients.
|
RemoteBlockReader.Factory | |
RemoteBlockWriter.Factory | |
TachyonByteBuffer |
TachyonByteBuffer is a wrapper on Java ByteBuffer plus some information needed by Tachyon.
|
TachyonFile | Deprecated |
TachyonFS | Deprecated |
TachyonFSTestUtils | |
UfsUtils |
Utilities related to under file system.
|
WorkerBlockMasterClient |
A wrapper for the thrift client to interact with the block master, used by tachyon worker.
|
WorkerFileSystemMasterClient |
A wrapper for the thrift client to interact with the file system master, used by tachyon worker.
|
Enum | Description |
---|---|
ReadType |
Convenience modes for commonly used read types for a TachyonFile.
|
TachyonStorageType |
Specifies the type of data interaction with Tachyon.
|
UnderStorageType |
Specifies the type of data interaction with Tachyon's Under Storage.
|
WriteType |
Convenience modes for commonly used write types for a TachyonFile.
|
Copyright © 2015. All Rights Reserved.