Package | Description |
---|---|
tachyon.client |
Modifier and Type | Class and Description |
---|---|
class |
LocalBlockInStream
BlockInStream for local block.
|
class |
RemoteBlockInStream
BlockInStream for remote block.
|
Modifier and Type | Method and Description |
---|---|
static BlockInStream |
BlockInStream.get(TachyonFile tachyonFile,
ReadType readType,
int blockIndex)
Get a new BlockInStream of the given block without under file system configuration.
|
static BlockInStream |
BlockInStream.get(TachyonFile tachyonFile,
ReadType readType,
int blockIndex,
Object ufsConf)
Get a new BlockInStream of the given block with the under file system configuration.
|
Copyright © 2014. All rights reserved.