Package | Description |
---|---|
tachyon.client | |
tachyon.client.file.options |
Modifier and Type | Method and Description |
---|---|
UnderStorageType |
WriteType.getUnderStorageType() |
static UnderStorageType |
UnderStorageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnderStorageType[] |
UnderStorageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static TachyonFile |
TachyonFSTestUtils.createByteFile(TachyonFileSystem tfs,
String fileName,
TachyonStorageType tachyonStorageType,
UnderStorageType underStorageType,
int len)
Creates a simple file with
len bytes. |
static TachyonFile |
TachyonFSTestUtils.createByteFile(TachyonFileSystem tfs,
String fileName,
TachyonStorageType tachyonStorageType,
UnderStorageType underStorageType,
int len,
long blockCapacityByte)
Creates a simple file with
len bytes. |
static TachyonFile |
TachyonFSTestUtils.createByteFile(TachyonFileSystem tfs,
TachyonURI fileURI,
TachyonStorageType tachyonStorageType,
UnderStorageType underStorageType,
int len)
Creates a simple file with
len bytes. |
Modifier and Type | Method and Description |
---|---|
UnderStorageType |
OutStreamOptions.getUnderStorageType() |
UnderStorageType |
MkdirOptions.getUnderStorageType() |
UnderStorageType |
CreateOptions.getUnderStorageType() |
Modifier and Type | Method and Description |
---|---|
OutStreamOptions.Builder |
OutStreamOptions.Builder.setUnderStorageType(UnderStorageType underStorageType)
This is an advanced API, use
OutStreamOptions.Builder.setWriteType(tachyon.client.WriteType) when possible. |
MkdirOptions.Builder |
MkdirOptions.Builder.setUnderStorageType(UnderStorageType underStorageType)
This is an advanced API, use
MkdirOptions.Builder.setWriteType(tachyon.client.WriteType) when possible. |
CreateOptions.Builder |
CreateOptions.Builder.setUnderStorageType(UnderStorageType underStorageType)
This is an advanced API, use
CreateOptions.Builder.setWriteType(tachyon.client.WriteType) when possible. |
Copyright © 2015. All Rights Reserved.