Class Provisioned


  • public class Provisioned
    extends 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 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 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