Class ClusterData
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.noderepository.ClusterData
-
public class ClusterData extends java.lang.Object- Author:
- bratseth
-
-
Field Summary
Fields Modifier and Type Field Description ClusterResourcesDatacurrentClusterResourcesDatamaxClusterResourcesDataminClusterResourcesDatasuggestedClusterResourcesDatatarget
-
Constructor Summary
Constructors Constructor Description ClusterData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClustertoCluster(java.lang.String id)
-
-
-
Field Detail
-
min
public ClusterResourcesData min
-
max
public ClusterResourcesData max
-
current
public ClusterResourcesData current
-
suggested
public ClusterResourcesData suggested
-
target
public ClusterResourcesData target
-
-
Method Detail
-
toCluster
public Cluster toCluster(java.lang.String id)
-
-