Class Provisioned


  • public class Provisioned
    extends java.lang.Object
    A recording of the capacity requests issued during a model build. Requests are only recorded here if provision requests are issued to the node repo.
    Author:
    bratseth
    • Constructor Summary

      Constructors 
      Constructor Description
      Provisioned()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(com.yahoo.config.provision.ClusterSpec.Id id, com.yahoo.config.provision.Capacity capacity)  
      java.util.Map<com.yahoo.config.provision.ClusterSpec.Id,​com.yahoo.config.provision.Capacity> all()
      Returns an unmodifiable map of all the provision requests recorded during build of the model this belongs to
      • Methods inherited from class java.lang.Object

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

      • Provisioned

        public Provisioned()
    • Method Detail

      • add

        public void add​(com.yahoo.config.provision.ClusterSpec.Id id,
                        com.yahoo.config.provision.Capacity capacity)
      • all

        public java.util.Map<com.yahoo.config.provision.ClusterSpec.Id,​com.yahoo.config.provision.Capacity> all()
        Returns an unmodifiable map of all the provision requests recorded during build of the model this belongs to