Package | Description |
---|---|
alluxio.master.file | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
GetUfsInfoTResponse |
FileSystemMasterWorkerServiceHandler.getUfsInfo(long mountId,
GetUfsInfoTOptions options) |
Modifier and Type | Method and Description |
---|---|
GetUfsInfoTResponse |
GetUfsInfoTResponse.deepCopy() |
GetUfsInfoTResponse |
FileSystemMasterWorkerService.AsyncClient.getUfsInfo_call.getResult() |
GetUfsInfoTResponse |
FileSystemMasterWorkerService.getUfsInfo_result.getSuccess() |
GetUfsInfoTResponse |
FileSystemMasterWorkerService.Iface.getUfsInfo(long mountId,
GetUfsInfoTOptions options)
Returns the UFS information for the given mount point identified by its id.
|
GetUfsInfoTResponse |
FileSystemMasterWorkerService.Client.getUfsInfo(long mountId,
GetUfsInfoTOptions options) |
GetUfsInfoTResponse |
FileSystemMasterWorkerService.Client.recv_getUfsInfo() |
GetUfsInfoTResponse |
GetUfsInfoTResponse.setUfsInfo(UfsInfo ufsInfo) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<GetUfsInfoTResponse> |
FileSystemMasterWorkerService.AsyncProcessor.getUfsInfo.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
GetUfsInfoTResponse.compareTo(GetUfsInfoTResponse other) |
boolean |
GetUfsInfoTResponse.equals(GetUfsInfoTResponse that) |
FileSystemMasterWorkerService.getUfsInfo_result |
FileSystemMasterWorkerService.getUfsInfo_result.setSuccess(GetUfsInfoTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemMasterWorkerService.AsyncProcessor.getUfsInfo.start(I iface,
FileSystemMasterWorkerService.getUfsInfo_args args,
org.apache.thrift.async.AsyncMethodCallback<GetUfsInfoTResponse> resultHandler) |
Constructor and Description |
---|
getUfsInfo_result(GetUfsInfoTResponse success,
AlluxioTException e) |
GetUfsInfoTResponse(GetUfsInfoTResponse other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.