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 |
---|---|
GetUfsInfoTOptions |
GetUfsInfoTOptions.deepCopy() |
GetUfsInfoTOptions |
FileSystemMasterWorkerService.getUfsInfo_args.getOptions()
the method options
|
Modifier and Type | Method and Description |
---|---|
int |
GetUfsInfoTOptions.compareTo(GetUfsInfoTOptions other) |
boolean |
GetUfsInfoTOptions.equals(GetUfsInfoTOptions that) |
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) |
void |
FileSystemMasterWorkerService.AsyncIface.getUfsInfo(long mountId,
GetUfsInfoTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemMasterWorkerService.AsyncClient.getUfsInfo(long mountId,
GetUfsInfoTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemMasterWorkerService.Client.send_getUfsInfo(long mountId,
GetUfsInfoTOptions options) |
FileSystemMasterWorkerService.getUfsInfo_args |
FileSystemMasterWorkerService.getUfsInfo_args.setOptions(GetUfsInfoTOptions options)
the method options
|
Constructor and Description |
---|
getUfsInfo_args(long mountId,
GetUfsInfoTOptions options) |
getUfsInfo_call(long mountId,
GetUfsInfoTOptions 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) |
GetUfsInfoTOptions(GetUfsInfoTOptions other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.