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.organization 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)voidConfigServer. disableReindexing(DeploymentId deployment)voidConfigServer. enableReindexing(DeploymentId deployment)ProxyResponseConfigServer. getApplicationPackageContent(DeploymentId deployment, String path, URI requestUri)Gets the contents of a file inside the current application package for a given deployment.List<String>ConfigServer. getContentClusters(DeploymentId deployment)List<ClusterMetrics>ConfigServer. getDeploymentMetrics(DeploymentId deployment)EndpointStatusConfigServer. getGlobalRotationStatus(DeploymentId deployment, String upstreamName)Get the endpoint status for an app in one zone.InputStreamConfigServer. getLogs(DeploymentId deployment, Map<String,String> queryParameters)Gets the Vespa logs of the given deployment.List<ProtonMetrics>ConfigServer. getProtonMetrics(DeploymentId deployment)QuotaUsageConfigServer. getQuotaUsage(DeploymentId deploymentId)Get maximum resources consumedApplicationReindexingConfigServer. getReindexing(DeploymentId deployment)Map<?,?>ConfigServer. getServiceApiResponse(DeploymentId deployment, String serviceName, String restPath)StringConfigServer. getServiceStatusPage(DeploymentId deployment, String serviceName, String node, String subPath)List<LogEntry>ConfigServer. getTesterLog(DeploymentId deployment, long after)Gets log from tester nodeTesterCloud.StatusConfigServer. getTesterStatus(DeploymentId deployment)Gets status for tester applicationOptional<TestReport>ConfigServer. getTestReport(DeploymentId deployment)booleanConfigServer. isSuspended(DeploymentId deployment)booleanConfigServer. isTesterReady(DeploymentId deployment)Is tester node readyvoidConfigServer. reindex(DeploymentId deployment, List<String> clusterNames, List<String> documentTypes, boolean indexedOnly, Double speed)voidConfigServer. restart(DeploymentId deployment, RestartFilter restartFilter)Optional<ServiceConvergence>ConfigServer. serviceConvergence(DeploymentId deployment, 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, List<String> upstreamNames, EndpointStatus status)Set new status for a endpoint of a single deployment.voidConfigServer. setSuspension(DeploymentId deploymentId, boolean suspend)Sets suspension status — whether application node operations are orchestrated — for the given deployment.StringConfigServer. startTests(DeploymentId deployment, TesterCloud.Suite suite, byte[] config)Starts tests on tester nodeStringConfigServer. validateSecretStore(DeploymentId deploymentId, TenantSecretStore tenantSecretStore, String region, String parameterName)Validates secret store configuration. -
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 byte[]ApplicationStore. get(DeploymentId deploymentId, ApplicationVersion applicationVersion)Returns the tenant application package of the given version.Optional<byte[]>ApplicationStore. getDevDiff(DeploymentId deploymentId, long buildNumber)Returns the application package diff, compared to the previous build, for the given deployment and build numberList<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.Optional<TestReport>TesterCloud. getTestReport(DeploymentId deploymentId)Returns the test report as JSON if availablevoidApplicationStore. pruneDevDiffs(DeploymentId deploymentId, long beforeBuildNumber)Removes diffs for dev packages before the given build numbervoidApplicationStore. putDev(DeploymentId deploymentId, ApplicationVersion version, byte[] applicationPackage, byte[] diff)Stores the given application package as the development package for the given deployment and version and diff since previous version.voidApplicationStore. putMeta(DeploymentId id, Instant now, byte[] metaZip)Stores the given manual deployment meta data with the current time as part of the path.voidApplicationStore. putMetaTombstone(DeploymentId id, Instant now)Marks the given manual deployment as deleted, and eligible for meta data GC at a later time.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.organization
Methods in com.yahoo.vespa.hosted.controller.api.integration.organization that return types with arguments of type DeploymentId Modifier and Type Method Description Map<DeploymentId,ApplicationSummary.Metric>ApplicationSummary. metrics()Constructor parameters in com.yahoo.vespa.hosted.controller.api.integration.organization with type arguments of type DeploymentId Constructor Description ApplicationSummary(com.yahoo.config.provision.ApplicationId application, Optional<Instant> lastQueried, Optional<Instant> lastWritten, Optional<Instant> lastBuilt, Map<DeploymentId,ApplicationSummary.Metric> metrics) -
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 List<LogEntry>MockTesterCloud. getLog(DeploymentId deploymentId, long after)TesterCloud.StatusMockTesterCloud. getStatus(DeploymentId deploymentId)Optional<TestReport>MockTesterCloud. getTestReport(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 URIZoneRegistry. getMonitoringSystemUri(DeploymentId deploymentId)Returns the monitoring system URL for the given deployment
-