Uses of Class
com.yahoo.vespa.hosted.controller.api.application.v4.model.EndpointStatus
Packages that use EndpointStatus
-
Uses of EndpointStatus in com.yahoo.vespa.hosted.controller.api.integration.configserver
Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver that return EndpointStatusModifier and TypeMethodDescriptionConfigServer.getGlobalRotationStatus(DeploymentId deployment, String upstreamName) Get the endpoint status for an app in one zone.Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver with parameters of type EndpointStatusModifier and TypeMethodDescriptionvoidConfigServer.setGlobalRotationStatus(DeploymentId deployment, List<String> upstreamNames, EndpointStatus status) Set new status for a endpoint of a single deployment.