Package | Description |
---|---|
alluxio.thrift | |
alluxio.worker.file |
Modifier and Type | Method and Description |
---|---|
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) |
CompleteUfsFileTReponse |
CompleteUfsFileTReponse.deepCopy() |
CompleteUfsFileTReponse |
FileSystemWorkerClientService.AsyncClient.completeUfsFile_call.getResult() |
CompleteUfsFileTReponse |
FileSystemWorkerClientService.completeUfsFile_result.getSuccess() |
CompleteUfsFileTReponse |
FileSystemWorkerClientService.Client.recv_completeUfsFile() |
CompleteUfsFileTReponse |
CompleteUfsFileTReponse.setId(long id) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<CompleteUfsFileTReponse> |
FileSystemWorkerClientService.AsyncProcessor.completeUfsFile.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
CompleteUfsFileTReponse.compareTo(CompleteUfsFileTReponse other) |
boolean |
CompleteUfsFileTReponse.equals(CompleteUfsFileTReponse that) |
FileSystemWorkerClientService.completeUfsFile_result |
FileSystemWorkerClientService.completeUfsFile_result.setSuccess(CompleteUfsFileTReponse success) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemWorkerClientService.AsyncProcessor.completeUfsFile.start(I iface,
FileSystemWorkerClientService.completeUfsFile_args args,
org.apache.thrift.async.AsyncMethodCallback<CompleteUfsFileTReponse> resultHandler) |
Constructor and Description |
---|
completeUfsFile_result(CompleteUfsFileTReponse success,
AlluxioTException e) |
CompleteUfsFileTReponse(CompleteUfsFileTReponse 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.