| Package | Description |
|---|---|
| alluxio.client.block | |
| alluxio.client.block.options |
| Modifier and Type | Method and Description |
|---|---|
List<alluxio.wire.WorkerInfo> |
RetryHandlingBlockMasterClient.getWorkerReport(GetWorkerReportOptions options) |
List<alluxio.wire.WorkerInfo> |
BlockMasterClient.getWorkerReport(GetWorkerReportOptions options)
Gets the worker information of selected workers and selected fields for report CLI.
|
| Modifier and Type | Method and Description |
|---|---|
static GetWorkerReportOptions |
GetWorkerReportOptions.defaults() |
GetWorkerReportOptions |
GetWorkerReportOptions.setAddresses(Set<String> addresses) |
GetWorkerReportOptions |
GetWorkerReportOptions.setFieldRange(Set<GetWorkerReportOptions.WorkerInfoField> fieldRange) |
GetWorkerReportOptions |
GetWorkerReportOptions.setWorkerRange(GetWorkerReportOptions.WorkerRange workerRange) |
Copyright © 2024. All Rights Reserved.