Package | Description |
---|---|
alluxio.client | |
alluxio.client.file.options | |
alluxio.examples |
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 |
---|---|
WriteType |
CreateFileOptions.getWriteType() |
WriteType |
CreateDirectoryOptions.getWriteType() |
WriteType |
OutStreamOptions.getWriteType() |
Modifier and Type | Method and Description |
---|---|
CreateFileOptions |
CreateFileOptions.setWriteType(WriteType writeType) |
CreateDirectoryOptions |
CreateDirectoryOptions.setWriteType(WriteType writeType) |
OutStreamOptions |
OutStreamOptions.setWriteType(WriteType writeType)
Sets the
WriteType . |
Constructor and Description |
---|
BasicNonByteBufferOperations(AlluxioURI filePath,
ReadType readType,
WriteType writeType,
boolean deleteIfExists,
int length) |
BasicOperations(AlluxioURI filePath,
ReadType readType,
WriteType writeType) |
Copyright © 2023. All Rights Reserved.