Class Cluster.ScalingEvent

  • Enclosing class:
    Cluster

    public static class Cluster.ScalingEvent
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ScalingEvent​(com.yahoo.config.provision.ClusterResources from, com.yahoo.config.provision.ClusterResources to, java.time.Instant at, java.util.Optional<java.time.Instant> completion)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.time.Instant at()  
      java.util.Optional<java.time.Instant> completion()  
      com.yahoo.config.provision.ClusterResources from()  
      com.yahoo.config.provision.ClusterResources to()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScalingEvent

        public ScalingEvent​(com.yahoo.config.provision.ClusterResources from,
                            com.yahoo.config.provision.ClusterResources to,
                            java.time.Instant at,
                            java.util.Optional<java.time.Instant> completion)
    • Method Detail

      • from

        public com.yahoo.config.provision.ClusterResources from()
      • to

        public com.yahoo.config.provision.ClusterResources to()
      • at

        public java.time.Instant at()
      • completion

        public java.util.Optional<java.time.Instant> completion()