Package | Description |
---|---|
alluxio.client.file.options | |
alluxio.thrift | |
alluxio.worker.file |
Modifier and Type | Method and Description |
---|---|
CompleteUfsFileTOptions |
CompleteUfsFileOptions.toThrift() |
Modifier and Type | Method and Description |
---|---|
CompleteUfsFileTOptions |
CompleteUfsFileTOptions.deepCopy() |
CompleteUfsFileTOptions |
FileSystemWorkerClientService.completeUfsFile_args.getOptions()
the options for completing the file
|
CompleteUfsFileTOptions |
CompleteUfsFileTOptions.setGroup(String group) |
CompleteUfsFileTOptions |
CompleteUfsFileTOptions.setMode(short mode) |
CompleteUfsFileTOptions |
CompleteUfsFileTOptions.setOwner(String owner) |
Modifier and Type | Method and Description |
---|---|
int |
CompleteUfsFileTOptions.compareTo(CompleteUfsFileTOptions other) |
CompleteUfsFileTReponse |
FileSystemWorkerClientService.Iface.completeUfsFile(long sessionId,
long tempUfsFileId,
CompleteUfsFileTOptions options)
Completes a file in the under file system.
|
CompleteUfsFileTReponse |
FileSystemWorkerClientService.Client.completeUfsFile(long sessionId,
long tempUfsFileId,
CompleteUfsFileTOptions options) |
void |
FileSystemWorkerClientService.AsyncIface.completeUfsFile(long sessionId,
long tempUfsFileId,
CompleteUfsFileTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemWorkerClientService.AsyncClient.completeUfsFile(long sessionId,
long tempUfsFileId,
CompleteUfsFileTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
boolean |
CompleteUfsFileTOptions.equals(CompleteUfsFileTOptions that) |
void |
FileSystemWorkerClientService.Client.send_completeUfsFile(long sessionId,
long tempUfsFileId,
CompleteUfsFileTOptions options) |
FileSystemWorkerClientService.completeUfsFile_args |
FileSystemWorkerClientService.completeUfsFile_args.setOptions(CompleteUfsFileTOptions options)
the options for completing the file
|
Constructor and Description |
---|
completeUfsFile_args(long sessionId,
long tempUfsFileId,
CompleteUfsFileTOptions options) |
completeUfsFile_call(long sessionId,
long tempUfsFileId,
CompleteUfsFileTOptions 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) |
CompleteUfsFileTOptions(CompleteUfsFileTOptions other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
CompleteUfsFileTReponse |
FileSystemWorkerClientServiceHandler.completeUfsFile(long sessionId,
long tempUfsFileId,
CompleteUfsFileTOptions options) |
Copyright © 2023. All Rights Reserved.