Package | Description |
---|---|
alluxio.cli | |
alluxio.client | |
alluxio.client.file.options | |
alluxio.master.file.contexts |
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 WriteType |
WriteType.fromProto(WritePType writePType) |
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 |
---|---|
WriteType |
OutStreamOptions.getWriteType() |
Modifier and Type | Method and Description |
---|---|
OutStreamOptions |
OutStreamOptions.setWriteType(WriteType writeType)
Sets the
WriteType . |
Modifier and Type | Method and Description |
---|---|
WriteType |
CreatePathContext.getWriteType() |
Modifier and Type | Method and Description |
---|---|
K |
CreatePathContext.setWriteType(WriteType writeType) |
Copyright © 2023. All Rights Reserved.