Package | Description |
---|---|
alluxio.master.file | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
ListStatusTResponse |
FileSystemMasterClientServiceHandler.listStatus(String path,
ListStatusTOptions options) |
Modifier and Type | Method and Description |
---|---|
ListStatusTResponse |
ListStatusTResponse.deepCopy() |
ListStatusTResponse |
FileSystemMasterClientService.AsyncClient.listStatus_call.getResult() |
ListStatusTResponse |
FileSystemMasterClientService.listStatus_result.getSuccess() |
ListStatusTResponse |
FileSystemMasterClientService.Iface.listStatus(String path,
ListStatusTOptions options)
If the path points to a file, the method returns a singleton with its file information.
|
ListStatusTResponse |
FileSystemMasterClientService.Client.listStatus(String path,
ListStatusTOptions options) |
ListStatusTResponse |
FileSystemMasterClientService.Client.recv_listStatus() |
ListStatusTResponse |
ListStatusTResponse.setFileInfoList(List<FileInfo> fileInfoList) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<ListStatusTResponse> |
FileSystemMasterClientService.AsyncProcessor.listStatus.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
ListStatusTResponse.compareTo(ListStatusTResponse other) |
boolean |
ListStatusTResponse.equals(ListStatusTResponse that) |
FileSystemMasterClientService.listStatus_result |
FileSystemMasterClientService.listStatus_result.setSuccess(ListStatusTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemMasterClientService.AsyncProcessor.listStatus.start(I iface,
FileSystemMasterClientService.listStatus_args args,
org.apache.thrift.async.AsyncMethodCallback<ListStatusTResponse> resultHandler) |
Constructor and Description |
---|
listStatus_result(ListStatusTResponse success,
AlluxioTException e) |
ListStatusTResponse(ListStatusTResponse other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.