Package | Description |
---|---|
alluxio.master.file | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
GetStatusTResponse |
FileSystemMasterClientServiceHandler.getStatus(String path,
GetStatusTOptions options) |
Modifier and Type | Method and Description |
---|---|
GetStatusTResponse |
GetStatusTResponse.deepCopy() |
GetStatusTResponse |
FileSystemMasterClientService.AsyncClient.getStatus_call.getResult() |
GetStatusTResponse |
FileSystemMasterClientService.Iface.getStatus(String path,
GetStatusTOptions options)
Returns the status of the file or directory.
|
GetStatusTResponse |
FileSystemMasterClientService.Client.getStatus(String path,
GetStatusTOptions options) |
GetStatusTResponse |
FileSystemMasterClientService.getStatus_result.getSuccess() |
GetStatusTResponse |
FileSystemMasterClientService.Client.recv_getStatus() |
GetStatusTResponse |
GetStatusTResponse.setFileInfo(FileInfo fileInfo) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<GetStatusTResponse> |
FileSystemMasterClientService.AsyncProcessor.getStatus.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
GetStatusTResponse.compareTo(GetStatusTResponse other) |
boolean |
GetStatusTResponse.equals(GetStatusTResponse that) |
FileSystemMasterClientService.getStatus_result |
FileSystemMasterClientService.getStatus_result.setSuccess(GetStatusTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemMasterClientService.AsyncProcessor.getStatus.start(I iface,
FileSystemMasterClientService.getStatus_args args,
org.apache.thrift.async.AsyncMethodCallback<GetStatusTResponse> resultHandler) |
Constructor and Description |
---|
getStatus_result(GetStatusTResponse success,
AlluxioTException e) |
GetStatusTResponse(GetStatusTResponse other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.