Package | Description |
---|---|
alluxio.master.file | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
GetFilePathTResponse |
FileSystemMasterClientServiceHandler.getFilePath(GetFilePathTOptions options) |
Modifier and Type | Method and Description |
---|---|
GetFilePathTResponse |
GetFilePathTResponse.deepCopy() |
GetFilePathTResponse |
FileSystemMasterClientService.Iface.getFilePath(GetFilePathTOptions options)
Returns the file path of a file id.
|
GetFilePathTResponse |
FileSystemMasterClientService.Client.getFilePath(GetFilePathTOptions options) |
GetFilePathTResponse |
FileSystemMasterClientService.AsyncClient.getFilePath_call.getResult() |
GetFilePathTResponse |
FileSystemMasterClientService.getFilePath_result.getSuccess() |
GetFilePathTResponse |
FileSystemMasterClientService.Client.recv_getFilePath() |
GetFilePathTResponse |
GetFilePathTResponse.setPath(String path) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<GetFilePathTResponse> |
FileSystemMasterClientService.AsyncProcessor.getFilePath.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
GetFilePathTResponse.compareTo(GetFilePathTResponse other) |
boolean |
GetFilePathTResponse.equals(GetFilePathTResponse that) |
FileSystemMasterClientService.getFilePath_result |
FileSystemMasterClientService.getFilePath_result.setSuccess(GetFilePathTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemMasterClientService.AsyncProcessor.getFilePath.start(I iface,
FileSystemMasterClientService.getFilePath_args args,
org.apache.thrift.async.AsyncMethodCallback<GetFilePathTResponse> resultHandler) |
Constructor and Description |
---|
getFilePath_result(GetFilePathTResponse success,
AlluxioTException e) |
GetFilePathTResponse(GetFilePathTResponse other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.