Package | Description |
---|---|
alluxio.client.file.options | |
alluxio.thrift | |
alluxio.worker.file |
Modifier and Type | Method and Description |
---|---|
CancelUfsFileTOptions |
CancelUfsFileOptions.toThrift() |
Modifier and Type | Method and Description |
---|---|
CancelUfsFileTOptions |
CancelUfsFileTOptions.deepCopy() |
CancelUfsFileTOptions |
FileSystemWorkerClientService.cancelUfsFile_args.getOptions()
the options for canceling the file
|
Modifier and Type | Method and Description |
---|---|
CancelUfsFileTResponse |
FileSystemWorkerClientService.Iface.cancelUfsFile(long sessionId,
long tempUfsFileId,
CancelUfsFileTOptions options)
Cancels a file which has not been completed in the under file system.
|
CancelUfsFileTResponse |
FileSystemWorkerClientService.Client.cancelUfsFile(long sessionId,
long tempUfsFileId,
CancelUfsFileTOptions options) |
void |
FileSystemWorkerClientService.AsyncIface.cancelUfsFile(long sessionId,
long tempUfsFileId,
CancelUfsFileTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemWorkerClientService.AsyncClient.cancelUfsFile(long sessionId,
long tempUfsFileId,
CancelUfsFileTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
int |
CancelUfsFileTOptions.compareTo(CancelUfsFileTOptions other) |
boolean |
CancelUfsFileTOptions.equals(CancelUfsFileTOptions that) |
void |
FileSystemWorkerClientService.Client.send_cancelUfsFile(long sessionId,
long tempUfsFileId,
CancelUfsFileTOptions options) |
FileSystemWorkerClientService.cancelUfsFile_args |
FileSystemWorkerClientService.cancelUfsFile_args.setOptions(CancelUfsFileTOptions options)
the options for canceling the file
|
Constructor and Description |
---|
cancelUfsFile_args(long sessionId,
long tempUfsFileId,
CancelUfsFileTOptions options) |
cancelUfsFile_call(long sessionId,
long tempUfsFileId,
CancelUfsFileTOptions 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) |
CancelUfsFileTOptions(CancelUfsFileTOptions other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
CancelUfsFileTResponse |
FileSystemWorkerClientServiceHandler.cancelUfsFile(long sessionId,
long tempUfsFileId,
CancelUfsFileTOptions options) |
Copyright © 2023. All Rights Reserved.