Package | Description |
---|---|
alluxio.cli.fsadmin.report | |
alluxio.client.block | |
alluxio.client.block.options | |
alluxio.master.block |
Modifier and Type | Method and Description |
---|---|
void |
CapacityCommand.generateCapacityReport(GetWorkerReportOptions options)
Generates capacity report.
|
Modifier and Type | Method and Description |
---|---|
List<WorkerInfo> |
RetryHandlingBlockMasterClient.getWorkerReport(GetWorkerReportOptions options) |
List<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) |
Modifier and Type | Method and Description |
---|---|
List<WorkerInfo> |
DefaultBlockMaster.getWorkerReport(GetWorkerReportOptions options) |
List<WorkerInfo> |
BlockMaster.getWorkerReport(GetWorkerReportOptions options)
Gets the worker information list for report CLI.
|
Copyright © 2023. All Rights Reserved.