Package | Description |
---|---|
alluxio.cli | |
alluxio.client | |
alluxio.stress.common |
Constructor and Description |
---|
BasicNonByteBufferOperations(AlluxioURI filePath,
ReadType readType,
WriteType writeType,
boolean deleteIfExists,
int length,
FileSystemContext fsContext) |
BasicOperations(AlluxioURI filePath,
ReadType readType,
WriteType writeType,
FileSystemContext fsContext) |
Modifier and Type | Method and Description |
---|---|
static ReadType |
ReadType.fromProto(ReadPType readPType) |
static ReadType |
ReadType.fromString(String text)
Creates an instance type from the string.
|
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 | Field and Description |
---|---|
ReadType |
FileSystemParameters.mReadType |
Modifier and Type | Method and Description |
---|---|
ReadType |
FileSystemParameters.FileSystemParametersReadTypeConverter.convert(String value) |
Copyright © 2023. All Rights Reserved.