Package | Description |
---|---|
tachyon.client | |
tachyon.client.file.options |
Modifier and Type | Method and Description |
---|---|
static WriteType |
WriteType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WriteType[] |
WriteType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FileOutStream |
TachyonFile.getOutStream(WriteType writeType)
Deprecated.
Returns the
OutStream of this file, use the specified write type. |
Modifier and Type | Method and Description |
---|---|
OutStreamOptions.Builder |
OutStreamOptions.Builder.setWriteType(WriteType writeType) |
MkdirOptions.Builder |
MkdirOptions.Builder.setWriteType(WriteType writeType) |
CreateOptions.Builder |
CreateOptions.Builder.setWriteType(WriteType writeType) |
Copyright © 2015. All Rights Reserved.