Package | Description |
---|---|
tachyon.client.block |
Modifier and Type | Class and Description |
---|---|
class |
LocalBlockInStream
This class provides a streaming API to read a block in Tachyon.
|
class |
RemoteBlockInStream
This class provides a streaming API to read a block in Tachyon.
|
Modifier and Type | Method and Description |
---|---|
BufferedBlockInStream |
TachyonBlockStore.getInStream(long blockId)
Gets a stream to read the data of a block.
|
Copyright © 2015. All Rights Reserved.