Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.noderepository.RestartFilter
-
Packages that use RestartFilter Package Description com.yahoo.vespa.hosted.controller.api.integration.configserver com.yahoo.vespa.hosted.controller.api.integration.noderepository -
-
Uses of RestartFilter in com.yahoo.vespa.hosted.controller.api.integration.configserver
Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver with parameters of type RestartFilter Modifier and Type Method Description voidConfigServer. restart(DeploymentId deployment, RestartFilter restartFilter) -
Uses of RestartFilter in com.yahoo.vespa.hosted.controller.api.integration.noderepository
Methods in com.yahoo.vespa.hosted.controller.api.integration.noderepository that return RestartFilter Modifier and Type Method Description RestartFilterRestartFilter. withClusterId(java.util.Optional<com.yahoo.config.provision.ClusterSpec.Id> clusterId)RestartFilterRestartFilter. withClusterType(java.util.Optional<com.yahoo.config.provision.ClusterSpec.Type> clusterType)RestartFilterRestartFilter. withHostName(java.util.Optional<com.yahoo.config.provision.HostName> hostName)
-