Class ScalingEventData
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.noderepository.ScalingEventData
-
public class ScalingEventData extends Object
- Author:
- bratseth
-
-
Field Summary
Fields Modifier and Type Field Description LongatLongcompletionClusterResourcesDatafromClusterResourcesDatato
-
Constructor Summary
Constructors Constructor Description ScalingEventData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cluster.ScalingEventtoScalingEvent()
-
-
-
Field Detail
-
from
public ClusterResourcesData from
-
to
public ClusterResourcesData to
-
at
public Long at
-
completion
public Long completion
-
-
Method Detail
-
toScalingEvent
public Cluster.ScalingEvent toScalingEvent()
-
-