Package | Description |
---|---|
alluxio.client.file.options | |
alluxio.thrift | |
alluxio.worker.file |
Modifier and Type | Method and Description |
---|---|
CreateUfsFileTOptions |
CreateUfsFileOptions.toThrift() |
Modifier and Type | Method and Description |
---|---|
CreateUfsFileTOptions |
CreateUfsFileTOptions.deepCopy() |
CreateUfsFileTOptions |
FileSystemWorkerClientService.createUfsFile_args.getOptions()
the options for creating the file
|
CreateUfsFileTOptions |
CreateUfsFileTOptions.setGroup(String group) |
CreateUfsFileTOptions |
CreateUfsFileTOptions.setMode(short mode) |
CreateUfsFileTOptions |
CreateUfsFileTOptions.setOwner(String owner) |
Modifier and Type | Method and Description |
---|---|
int |
CreateUfsFileTOptions.compareTo(CreateUfsFileTOptions other) |
CreateUfsFileTResponse |
FileSystemWorkerClientService.Iface.createUfsFile(long sessionId,
String ufsPath,
CreateUfsFileTOptions options)
Creates a file in the under file system.
|
CreateUfsFileTResponse |
FileSystemWorkerClientService.Client.createUfsFile(long sessionId,
String ufsPath,
CreateUfsFileTOptions options) |
void |
FileSystemWorkerClientService.AsyncIface.createUfsFile(long sessionId,
String ufsPath,
CreateUfsFileTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemWorkerClientService.AsyncClient.createUfsFile(long sessionId,
String ufsPath,
CreateUfsFileTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
boolean |
CreateUfsFileTOptions.equals(CreateUfsFileTOptions that) |
void |
FileSystemWorkerClientService.Client.send_createUfsFile(long sessionId,
String ufsPath,
CreateUfsFileTOptions options) |
FileSystemWorkerClientService.createUfsFile_args |
FileSystemWorkerClientService.createUfsFile_args.setOptions(CreateUfsFileTOptions options)
the options for creating the file
|
Constructor and Description |
---|
createUfsFile_args(long sessionId,
String ufsPath,
CreateUfsFileTOptions options) |
createUfsFile_call(long sessionId,
String ufsPath,
CreateUfsFileTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
CreateUfsFileTOptions(CreateUfsFileTOptions other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
CreateUfsFileTResponse |
FileSystemWorkerClientServiceHandler.createUfsFile(long sessionId,
String ufsUri,
CreateUfsFileTOptions options) |
Copyright © 2023. All Rights Reserved.