Class | Description |
---|---|
BlockInStream |
This class represents a stream to a block in the Tachyon system.
|
BlockMasterClientPool |
Class for managing block master clients.
|
BlockWorkerClientPool |
Class for managing local block worker clients.
|
BufferedBlockInStream |
Provides a stream API to read a block from Tachyon.
|
BufferedBlockOutStream |
Provides a stream API to write a block to Tachyon.
|
LocalBlockInStream |
This class provides a streaming API to read a block in Tachyon.
|
LocalBlockOutStream |
Provides a streaming API to write to a Tachyon block.
|
RemoteBlockInStream |
This class provides a streaming API to read a block in Tachyon.
|
RemoteBlockOutStream |
Provides a streaming API to write to a Tachyon block.
|
TachyonBlockStore |
Tachyon Block Store client.
|
Enum | Description |
---|---|
BlockStoreContext |
A shared context in each client JVM for common Block Store client functionality such as a pool of
master clients and a pool of local worker clients.
|
Copyright © 2015. All Rights Reserved.