Class StaticProvisioner

java.lang.Object
com.yahoo.vespa.config.server.provision.StaticProvisioner
All Implemented Interfaces:
com.yahoo.config.model.api.HostProvisioner

public class StaticProvisioner extends Object implements com.yahoo.config.model.api.HostProvisioner
Host provisioning from an existing AllocatedHosts instance.
Author:
bratseth
  • Constructor Summary

    Constructors
    Constructor
    Description
    StaticProvisioner(com.yahoo.config.provision.AllocatedHosts allocatedHosts, com.yahoo.config.model.api.HostProvisioner fallback)
    Creates a static host provisioner which will fall back to using the given provisioner if a request is made for nodes in a cluster which is not present in this allocation.
  • Method Summary

    Modifier and Type
    Method
    Description
    List<com.yahoo.config.provision.HostSpec>
    prepare(com.yahoo.config.provision.ClusterSpec cluster, com.yahoo.config.provision.Capacity capacity, com.yahoo.config.provision.ProvisionLogger logger)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.yahoo.config.model.api.HostProvisioner

    allocateHost
  • Constructor Details

    • StaticProvisioner

      public StaticProvisioner(com.yahoo.config.provision.AllocatedHosts allocatedHosts, com.yahoo.config.model.api.HostProvisioner fallback)
      Creates a static host provisioner which will fall back to using the given provisioner if a request is made for nodes in a cluster which is not present in this allocation.
  • Method Details

    • prepare

      public List<com.yahoo.config.provision.HostSpec> prepare(com.yahoo.config.provision.ClusterSpec cluster, com.yahoo.config.provision.Capacity capacity, com.yahoo.config.provision.ProvisionLogger logger)
      Specified by:
      prepare in interface com.yahoo.config.model.api.HostProvisioner