Uses of Class
com.yahoo.vespa.hosted.controller.api.application.v4.model.EndpointStatus
-
Packages that use EndpointStatus Package Description com.yahoo.vespa.hosted.controller.api.integration.configserver -
-
Uses of EndpointStatus in com.yahoo.vespa.hosted.controller.api.integration.configserver
Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver that return EndpointStatus Modifier and Type Method Description EndpointStatusConfigServer. 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 EndpointStatus Modifier and Type Method Description voidConfigServer. setGlobalRotationStatus(DeploymentId deployment, List<String> upstreamNames, EndpointStatus status)Set new status for a endpoint of a single deployment.
-