Class ClusterUtilizationData
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.noderepository.ClusterUtilizationData
-
public class ClusterUtilizationData extends java.lang.ObjectUtilization ratios- Author:
- bratseth
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Doublecpujava.lang.DoublecurrentCpujava.lang.DoublecurrentDiskjava.lang.DoublecurrentMemoryjava.lang.Doublediskjava.lang.DoubleidealCpujava.lang.DoubleidealDiskjava.lang.DoubleidealMemoryjava.lang.Doublememory
-
Constructor Summary
Constructors Constructor Description ClusterUtilizationData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cluster.UtilizationtoClusterUtilization()
-
-
-
Field Detail
-
cpu
public java.lang.Double cpu
-
idealCpu
public java.lang.Double idealCpu
-
currentCpu
public java.lang.Double currentCpu
-
memory
public java.lang.Double memory
-
idealMemory
public java.lang.Double idealMemory
-
currentMemory
public java.lang.Double currentMemory
-
disk
public java.lang.Double disk
-
idealDisk
public java.lang.Double idealDisk
-
currentDisk
public java.lang.Double currentDisk
-
-
Method Detail
-
toClusterUtilization
public Cluster.Utilization toClusterUtilization()
-
-