Uses of Class
com.yahoo.config.provision.ApplicationId
Packages that use ApplicationId
-
Uses of ApplicationId in com.yahoo.config.provision
Methods in com.yahoo.config.provision that return ApplicationIdModifier and TypeMethodDescriptionApplicationMutex.application()ApplicationTransaction.application()EndpointsChecker.Endpoint.applicationId()Returns the value of theapplicationIdrecord component.ApplicationId.Builder.build()static ApplicationIdApplicationId.defaultId()Returns an application id where all fields are "default"static ApplicationIdApplicationId.from(com.yahoo.cloud.config.ApplicationIdConfig config) static ApplicationIdApplicationId.from(TenantName tenant, ApplicationName application, InstanceName instance) static ApplicationIdstatic ApplicationIdApplicationId.fromFullString(String idString) static ApplicationIdApplicationId.fromSerializedForm(String idString) static ApplicationIdApplicationId.global()Returns a very special application id, which is not equal to any other id.Methods in com.yahoo.config.provision with parameters of type ApplicationIdModifier and TypeMethodDescriptionDeployer.activationTime(ApplicationId application) Returns the time the active session was activated, or empty if there is no active sessionintApplicationId.compareTo(ApplicationId other) default Optional<Deployment>Deployer.deployFromLocalActive(ApplicationId application) Creates a new deployment from the active application, if available.Deployer.deployFromLocalActive(ApplicationId application, boolean bootstrap) Creates a new deployment from the active application, if available.default Optional<Deployment>Deployer.deployFromLocalActive(ApplicationId application, Duration timeout) Creates a new deployment from the active application, if available.Deployer.deployFromLocalActive(ApplicationId application, Duration timeout, boolean bootstrap) Creates a new deployment from the active application, if available.Deployer.deployTime(ApplicationId application) Returns the time of last deployed session for this application or empty if there are no deploymentsInfraDeployer.getDeployment(ApplicationId application) Provisioner.lock(ApplicationId application) Returns a provision lock for the given applicationProvisioner.prepare(ApplicationId applicationId, ClusterSpec cluster, Capacity capacity, ProvisionLogger logger) Prepares allocation of a set of hosts with a given type, common id and the amount.booleanDeployer.readiedReindexingAfter(ApplicationId application, Instant instant) Returns whether the application has reindexing ready to go, which was readied after the given instant.voidProvisioner.restart(ApplicationId application, HostFilter filter) Requests a restart of the services of the given applicationConstructors in com.yahoo.config.provision with parameters of type ApplicationIdModifierConstructorDescriptionApplicationMutex(ApplicationId application, com.yahoo.transaction.Mutex lock) CapacityPolicies(Zone zone, Exclusivity exclusivity, ApplicationId applicationId, CapacityPolicies.Tuning tuning) CapacityPolicies(Zone zone, Exclusivity exclusivity, ApplicationId applicationId, NodeResources.Architecture adminClusterArchitecture) Endpoint(ApplicationId applicationId, ClusterSpec.Id clusterName, ai.vespa.http.HttpURL url, Optional<InetAddress> ipAddress, Optional<ai.vespa.http.DomainName> canonicalName, boolean isPublic, CloudAccount account) Creates an instance of aEndpointrecord class. -
Uses of ApplicationId in com.yahoo.config.provision.security
Methods in com.yahoo.config.provision.security that return types with arguments of type ApplicationIdMethods in com.yahoo.config.provision.security with parameters of type ApplicationIdModifier and TypeMethodDescriptionNodeIdentity.Builder.applicationId(ApplicationId applicationId)