Package | Description |
---|---|
alluxio.client.block.options | |
alluxio.master.block | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
GetWorkerReportTOptions |
GetWorkerReportOptions.toThrift() |
Constructor and Description |
---|
GetWorkerReportOptions(GetWorkerReportTOptions options)
Creates a new instance of
GetWorkerReportOptions from a thrift representation. |
Modifier and Type | Method and Description |
---|---|
GetWorkerInfoListTResponse |
BlockMasterClientServiceHandler.getWorkerReport(GetWorkerReportTOptions options) |
Modifier and Type | Method and Description |
---|---|
GetWorkerReportTOptions |
GetWorkerReportTOptions.deepCopy() |
GetWorkerReportTOptions |
BlockMasterClientService.getWorkerReport_args.getOptions()
the method options
|
GetWorkerReportTOptions |
GetWorkerReportTOptions.setAddresses(Set<String> addresses)
addresses are only valid when workerRange is SPECIFIED
|
GetWorkerReportTOptions |
GetWorkerReportTOptions.setFieldRange(Set<WorkerInfoField> fieldRange) |
GetWorkerReportTOptions |
GetWorkerReportTOptions.setWorkerRange(WorkerRange workerRange) |
Modifier and Type | Method and Description |
---|---|
int |
GetWorkerReportTOptions.compareTo(GetWorkerReportTOptions other) |
boolean |
GetWorkerReportTOptions.equals(GetWorkerReportTOptions that) |
GetWorkerInfoListTResponse |
BlockMasterClientService.Iface.getWorkerReport(GetWorkerReportTOptions options)
Returns a list of workers information for report CLI.
|
GetWorkerInfoListTResponse |
BlockMasterClientService.Client.getWorkerReport(GetWorkerReportTOptions options) |
void |
BlockMasterClientService.AsyncIface.getWorkerReport(GetWorkerReportTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BlockMasterClientService.AsyncClient.getWorkerReport(GetWorkerReportTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BlockMasterClientService.Client.send_getWorkerReport(GetWorkerReportTOptions options) |
BlockMasterClientService.getWorkerReport_args |
BlockMasterClientService.getWorkerReport_args.setOptions(GetWorkerReportTOptions options)
the method options
|
Constructor and Description |
---|
getWorkerReport_args(GetWorkerReportTOptions options) |
getWorkerReport_call(GetWorkerReportTOptions 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) |
GetWorkerReportTOptions(GetWorkerReportTOptions other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.