| Package | Description |
|---|---|
| tachyon.client | |
| tachyon.client.table |
| Modifier and Type | Field and Description |
|---|---|
protected TachyonFile |
InStream.FILE |
protected TachyonFile |
OutStream.FILE |
| Modifier and Type | Method and Description |
|---|---|
TachyonFile |
TachyonFS.getFile(int fid)
Get
TachyonFile based on the file id. |
TachyonFile |
TachyonFS.getFile(String path)
Get
TachyonFile based on the path. |
TachyonFile |
TachyonFS.getFile(String path,
boolean useCachedMetadata) |
| Modifier and Type | Method and Description |
|---|---|
int |
TachyonFile.compareTo(TachyonFile o) |
static BlockInStream |
BlockInStream.get(TachyonFile tachyonFile,
ReadType readType,
int blockIndex) |
| Constructor and Description |
|---|
FileInStream(TachyonFile file,
ReadType opType) |
| Modifier and Type | Method and Description |
|---|---|
TachyonFile |
RawColumn.getPartition(int pId) |
TachyonFile |
RawColumn.getPartition(int pId,
boolean cachedMetadata) |
Copyright © 2014. All rights reserved.