Package | Description |
---|---|
alluxio.client.file | |
alluxio.master.file | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
String |
RetryHandlingFileSystemMasterClient.getFilePath(GetFilePathTOptions options) |
String |
FileSystemMasterClient.getFilePath(GetFilePathTOptions options) |
Modifier and Type | Method and Description |
---|---|
GetFilePathTResponse |
FileSystemMasterClientServiceHandler.getFilePath(GetFilePathTOptions options) |
Modifier and Type | Method and Description |
---|---|
GetFilePathTOptions |
GetFilePathTOptions.deepCopy() |
GetFilePathTOptions |
FileSystemMasterClientService.getFilePath_args.getOptions()
the file id
|
GetFilePathTOptions |
GetFilePathTOptions.setFileId(long fileId) |
Modifier and Type | Method and Description |
---|---|
int |
GetFilePathTOptions.compareTo(GetFilePathTOptions other) |
boolean |
GetFilePathTOptions.equals(GetFilePathTOptions that) |
GetFilePathTResponse |
FileSystemMasterClientService.Iface.getFilePath(GetFilePathTOptions options)
Returns the file path of a file id.
|
GetFilePathTResponse |
FileSystemMasterClientService.Client.getFilePath(GetFilePathTOptions options) |
void |
FileSystemMasterClientService.AsyncIface.getFilePath(GetFilePathTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemMasterClientService.AsyncClient.getFilePath(GetFilePathTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemMasterClientService.Client.send_getFilePath(GetFilePathTOptions options) |
FileSystemMasterClientService.getFilePath_args |
FileSystemMasterClientService.getFilePath_args.setOptions(GetFilePathTOptions options)
the file id
|
Constructor and Description |
---|
getFilePath_args(GetFilePathTOptions options) |
getFilePath_call(GetFilePathTOptions 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) |
GetFilePathTOptions(GetFilePathTOptions other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.