Package | Description |
---|---|
alluxio.client.block | |
alluxio.master.block | |
alluxio.master.block.meta | |
alluxio.master.file | |
alluxio.master.file.meta | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
List<WorkerInfo> |
RetryHandlingBlockMasterClient.getWorkerInfoList() |
List<WorkerInfo> |
BlockMasterClient.getWorkerInfoList()
Gets the worker information of live workers(support older version Alluxio server).
|
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 |
---|---|
List<WorkerInfo> |
DefaultBlockMaster.getLostWorkersInfoList() |
List<WorkerInfo> |
BlockMaster.getLostWorkersInfoList() |
List<WorkerInfo> |
DefaultBlockMaster.getWorkerInfoList() |
List<WorkerInfo> |
BlockMaster.getWorkerInfoList() |
List<WorkerInfo> |
DefaultBlockMaster.getWorkerReport(GetWorkerReportOptions options) |
List<WorkerInfo> |
BlockMaster.getWorkerReport(GetWorkerReportOptions options)
Gets the worker information list for report CLI.
|
Modifier and Type | Method and Description |
---|---|
WorkerInfo |
MasterWorkerInfo.generateWorkerInfo(Set<GetWorkerReportOptions.WorkerInfoField> fieldRange,
boolean isLiveWorker)
Gets the selected field information for this worker.
|
Modifier and Type | Method and Description |
---|---|
List<WorkerInfo> |
DefaultFileSystemMaster.getWorkerInfoList() |
List<WorkerInfo> |
FileSystemMaster.getWorkerInfoList() |
Modifier and Type | Method and Description |
---|---|
List<WorkerInfo> |
FileSystemMasterView.getWorkerInfoList() |
Modifier and Type | Method and Description |
---|---|
static WorkerInfo |
WorkerInfo.fromThrift(WorkerInfo workerInfo)
Creates a new instance of
WorkerInfo from a thrift representation. |
WorkerInfo |
WorkerInfo.setAddress(WorkerNetAddress address) |
WorkerInfo |
WorkerInfo.setCapacityBytes(long capacityBytes) |
WorkerInfo |
WorkerInfo.setCapacityBytesOnTiers(Map<String,Long> capacityBytesOnTiers) |
WorkerInfo |
WorkerInfo.setId(long id) |
WorkerInfo |
WorkerInfo.setLastContactSec(int lastContactSec) |
WorkerInfo |
WorkerInfo.setStartTimeMs(long startTimeMs) |
WorkerInfo |
WorkerInfo.setState(String state) |
WorkerInfo |
WorkerInfo.setUsedBytes(long usedBytes) |
WorkerInfo |
WorkerInfo.setUsedBytesOnTiers(Map<String,Long> usedBytesOnTiers) |
Modifier and Type | Method and Description |
---|---|
List<WorkerInfo> |
AlluxioMasterInfo.getLostWorkers() |
List<WorkerInfo> |
AlluxioMasterInfo.getWorkers() |
Modifier and Type | Method and Description |
---|---|
int |
WorkerInfo.LastContactSecComparator.compare(WorkerInfo o1,
WorkerInfo o2) |
Modifier and Type | Method and Description |
---|---|
AlluxioMasterInfo |
AlluxioMasterInfo.setLostWorkers(List<WorkerInfo> lostWorkers) |
AlluxioMasterInfo |
AlluxioMasterInfo.setWorkers(List<WorkerInfo> workers) |
Copyright © 2023. All Rights Reserved.