Class EvaluatedScalingMetric
- java.lang.Object
-
- org.apache.flink.autoscaler.metrics.EvaluatedScalingMetric
-
public class EvaluatedScalingMetric extends java.lang.Object
Evaluated scaling metric.
-
-
Constructor Summary
Constructors Constructor Description EvaluatedScalingMetric(double current, double average)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EvaluatedScalingMetric
avg(double average)
static EvaluatedScalingMetric
of(double current)
-
-
-
Method Detail
-
of
public static EvaluatedScalingMetric of(double current)
-
avg
public static EvaluatedScalingMetric avg(double average)
-
-