| Package | Description |
|---|---|
| tachyon.client | |
| tachyon.conf | |
| tachyon.examples |
| Modifier and Type | Field and Description |
|---|---|
protected WriteType |
OutStream.mWriteType |
| 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 |
|---|---|
OutStream |
TachyonFile.getOutStream(WriteType writeType)
Return the OutStream of this file, use the specified write type.
|
| Modifier and Type | Field and Description |
|---|---|
WriteType |
UserConf.DEFAULT_WRITE_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static WriteType |
Utils.option(String[] args,
int index,
WriteType defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
static WriteType |
Utils.option(String[] args,
int index,
WriteType defaultValue) |
| Constructor and Description |
|---|
BasicNonByteBufferOperations(TachyonURI masterLocation,
TachyonURI filePath,
WriteType writeType,
ReadType readType,
boolean deleteIfExists,
int length) |
BasicOperations(TachyonURI masterLocation,
TachyonURI filePath,
WriteType writeType) |
BasicRawTableOperations(TachyonURI masterAddress,
TachyonURI tablePath,
WriteType writeType) |
Copyright © 2015. All Rights Reserved.