Uses of Class
com.yahoo.config.provision.HostFilter
Packages that use HostFilter
-
Uses of HostFilter in com.yahoo.config.provision
Methods in com.yahoo.config.provision that return HostFilterModifier and TypeMethodDescriptionstatic HostFilterHostFilter.all()Returns a filter which matches all hostsstatic HostFilterHostFilter.clusterId(ClusterSpec.Id clusterId) Returns a filter which matches a given cluster id onlystatic HostFilterHostFilter.clusterType(ClusterSpec.Type clusterType) Returns a filter which matches a given cluster type onlystatic HostFilterReturns a filter which matches a given flavor onlystatic HostFilterReturns a host filter from three comma and-or space separated string lists.static HostFilterHostFilter.from(Collection<String> hostNames) Returns a host filter filtering only on hostnamesstatic HostFilterHostFilter.from(Collection<String> hostNames, Collection<String> flavors, Collection<ClusterSpec.Type> clusterTypes, Collection<ClusterSpec.Id> clusterIds) Returns a host filter from three optional conditionsstatic HostFilterReturns a filter which matches a given host onlyMethods in com.yahoo.config.provision with parameters of type HostFilterModifier and TypeMethodDescriptionvoidDeployment.restart(HostFilter filter) Request a restart of services of this application on hosts matching the filter.voidProvisioner.restart(ApplicationId application, HostFilter filter) Requests a restart of the services of the given application