Uses of Class
com.yahoo.vespa.hosted.controller.api.identifiers.DeploymentId
-
Packages that use DeploymentId Package Description com.yahoo.vespa.hosted.controller.api.integration.configserver com.yahoo.vespa.hosted.controller.api.integration.deployment com.yahoo.vespa.hosted.controller.api.integration.stubs No-dependency implementations of integration interfaces for setups where we want to avoid contacting certain thirds-party systems.com.yahoo.vespa.hosted.controller.api.integration.zone -
-
Uses of DeploymentId in com.yahoo.vespa.hosted.controller.api.integration.configserver
Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver with parameters of type DeploymentId Modifier and Type Method Description voidConfigServer. deactivate(DeploymentId deployment)java.lang.StringConfigServer. getClusterControllerStatus(DeploymentId deployment, java.lang.String restPath)java.util.List<java.lang.String>ConfigServer. getContentClusters(DeploymentId deployment)EndpointStatusConfigServer. getGlobalRotationStatus(DeploymentId deployment, java.lang.String upstreamName)Get the endpoint status for an app in one zone.java.io.InputStreamConfigServer. getLogs(DeploymentId deployment, java.util.Map<java.lang.String,java.lang.String> queryParameters)Gets the Vespa logs of the given deployment.java.util.List<ClusterMetrics>ConfigServer. getMetrics(DeploymentId deployment)java.util.Map<?,?>ConfigServer. getServiceApiResponse(DeploymentId deployment, java.lang.String serviceName, java.lang.String restPath)java.util.List<LogEntry>ConfigServer. getTesterLog(DeploymentId deployment, long after)Gets log from tester nodeTesterCloud.StatusConfigServer. getTesterStatus(DeploymentId deployment)Gets status for tester applicationbooleanConfigServer. isSuspended(DeploymentId deployment)booleanConfigServer. isTesterReady(DeploymentId deployment)Is tester node readyvoidConfigServer. restart(DeploymentId deployment, java.util.Optional<Hostname> hostname)java.util.Optional<ServiceConvergence>ConfigServer. serviceConvergence(DeploymentId deployment, java.util.Optional<com.yahoo.component.Version> version)Get service convergence status for given deployment, using the nodes in the model at the given Vespa version.voidConfigServer. setGlobalRotationStatus(DeploymentId deployment, java.lang.String upstreamName, EndpointStatus status)Set new status for a endpoint of a single deployment.java.lang.StringConfigServer. startTests(DeploymentId deployment, TesterCloud.Suite suite, byte[] config)Starts tests on tester node -
Uses of DeploymentId in com.yahoo.vespa.hosted.controller.api.integration.deployment
Methods in com.yahoo.vespa.hosted.controller.api.integration.deployment with parameters of type DeploymentId Modifier and Type Method Description java.util.List<LogEntry>TesterCloud. getLog(DeploymentId deploymentId, long after)Returns the log entries from the tester with ids after the given threshold.TesterCloud.StatusTesterCloud. getStatus(DeploymentId deploymentId)Returns the current status of the tester.voidTesterCloud. startTests(DeploymentId deploymentId, TesterCloud.Suite suite, byte[] config)Signals the tester to run its tests.booleanTesterCloud. testerReady(DeploymentId deploymentId)Returns whether the test container is ready to serve -
Uses of DeploymentId in com.yahoo.vespa.hosted.controller.api.integration.stubs
Methods in com.yahoo.vespa.hosted.controller.api.integration.stubs with parameters of type DeploymentId Modifier and Type Method Description java.util.List<LogEntry>MockTesterCloud. getLog(DeploymentId deploymentId, long after)TesterCloud.StatusMockTesterCloud. getStatus(DeploymentId deploymentId)voidMockTesterCloud. startTests(DeploymentId deploymentId, TesterCloud.Suite suite, byte[] config)booleanMockTesterCloud. testerReady(DeploymentId deploymentId) -
Uses of DeploymentId in com.yahoo.vespa.hosted.controller.api.integration.zone
Methods in com.yahoo.vespa.hosted.controller.api.integration.zone with parameters of type DeploymentId Modifier and Type Method Description java.net.URIZoneRegistry. getMonitoringSystemUri(DeploymentId deploymentId)Returns the monitoring system URL for the given deployment
-