public class HostWeight extends Object
| 构造器和说明 |
|---|
HostWeight(HostWorker hostWorker,
double cpu,
double memory,
double loadAverage,
long startTime) |
| 限定符和类型 | 方法和说明 |
|---|---|
double |
getCurrentWeight() |
org.apache.dolphinscheduler.remote.utils.Host |
getHost() |
HostWorker |
getHostWorker() |
double |
getWeight() |
void |
setCurrentWeight(double currentWeight) |
String |
toString() |
public HostWeight(HostWorker hostWorker, double cpu, double memory, double loadAverage, long startTime)
public double getWeight()
public double getCurrentWeight()
public void setCurrentWeight(double currentWeight)
public HostWorker getHostWorker()
public org.apache.dolphinscheduler.remote.utils.Host getHost()
Copyright © 2022 The Apache Software Foundation. All rights reserved.