Package | Description |
---|---|
tachyon.client | |
tachyon.client.file.options |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
FileInStream |
TachyonFile.getInStream(ReadType readType)
Deprecated.
Return the
InStream of this file based on the specified read type. |
Modifier and Type | Method and Description |
---|---|
InStreamOptions.Builder |
InStreamOptions.Builder.setReadType(ReadType readType) |
Copyright © 2015. All Rights Reserved.