| Package | Description |
|---|---|
| tachyon.client |
| Modifier and Type | Field and Description |
|---|---|
protected ReadType |
InStream.READ_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static ReadType |
ReadType.getOpType(String op) |
static ReadType |
ReadType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadType[] |
ReadType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static BlockInStream |
BlockInStream.get(TachyonFile tachyonFile,
ReadType readType,
int blockIndex) |
InStream |
TachyonFile.getInStream(ReadType readType) |
| Constructor and Description |
|---|
FileInStream(TachyonFile file,
ReadType opType) |
Copyright © 2014. All rights reserved.