com.yahoo.vespa.hosted.provision.provisioning.ProvisionServiceProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of node-repository Show documentation
Show all versions of node-repository Show documentation
Keeps track of node assignment in a multi-application setup.
// Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.hosted.provision.provisioning;
import com.yahoo.vespa.hosted.provision.lb.LoadBalancerService;
import java.util.Optional;
/**
* Injectable component that provides provision service for load-balancers and hosts
*
* @author freva
*/
public interface ProvisionServiceProvider {
Optional getLoadBalancerService();
Optional getHostProvisioner();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy