Class HostRegistry
java.lang.Object
com.yahoo.vespa.config.server.host.HostRegistry
- All Implemented Interfaces:
HostValidator<com.yahoo.config.provision.ApplicationId>
public class HostRegistry
extends Object
implements HostValidator<com.yahoo.config.provision.ApplicationId>
A host registry with a mapping between hosts (hostname as a String) and some type T
TODO: Maybe we should have a Host type, but using String for now.
- Author:
- Ulf Lilleengen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHostsForKey
(com.yahoo.config.provision.ApplicationId key) com.yahoo.config.provision.ApplicationId
getKeyForHost
(String hostName) void
removeHostsForKey
(com.yahoo.config.provision.ApplicationId key) void
removeHostsForKey
(com.yahoo.config.provision.TenantName key) void
update
(com.yahoo.config.provision.ApplicationId key, Collection<String> newHosts) void
verifyHosts
(com.yahoo.config.provision.ApplicationId key, Collection<String> newHosts)
-
Constructor Details
-
HostRegistry
public HostRegistry()
-
-
Method Details
-
getKeyForHost
-
update
-
verifyHosts
- Specified by:
verifyHosts
in interfaceHostValidator<com.yahoo.config.provision.ApplicationId>
-
removeHostsForKey
public void removeHostsForKey(com.yahoo.config.provision.ApplicationId key) -
removeHostsForKey
public void removeHostsForKey(com.yahoo.config.provision.TenantName key) -
getAllHosts
-
getHostsForKey
-