A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes All Packages

A

accept(Path) - Method in interface com.yahoo.config.application.api.ApplicationFile.PathFilter
 
accessControl - com.yahoo.config.application.api.ValidationId
 
active() - Method in class com.yahoo.config.application.api.DeploymentSpec.DeclaredZone
Returns whether this zone should receive production traffic
add(ClusterSpec.Id, Capacity) - Method in class com.yahoo.config.model.api.Provisioned
 
addApplicationPackage() - Method in interface com.yahoo.config.application.api.FileRegistry
 
addFile(String) - Method in interface com.yahoo.config.application.api.FileRegistry
 
addUri(String) - Method in interface com.yahoo.config.application.api.FileRegistry
 
all - Static variable in class com.yahoo.config.application.api.ValidationOverrides
A special instance which behaves as if it contained a valid allow override for every (valid) validation id
all() - Method in class com.yahoo.config.model.api.Provisioned
Returns an unmodifiable map of all the provision requests recorded during build of the model this belongs to
allConfigIds() - Method in interface com.yahoo.config.model.api.Model
Returns all the config ids available for this model.
allConfigsProduced() - Method in interface com.yahoo.config.model.api.Model
Produces a set of the valid config keys for this model.
allocatedHosts() - Method in interface com.yahoo.config.model.api.Model
Gets the allocated hosts for this model.
allocateHost(String) - Method in interface com.yahoo.config.model.api.HostProvisioner
Allocates a single host for a service
Allow(ValidationId, Instant) - Constructor for class com.yahoo.config.application.api.ValidationOverrides.Allow
 
AllowAllValidationOverrides() - Constructor for class com.yahoo.config.application.api.ValidationOverrides.AllowAllValidationOverrides
Create an instance of this which doesn't log
AllowAllValidationOverrides(ValidationOverrides, DeployLogger) - Constructor for class com.yahoo.config.application.api.ValidationOverrides.AllowAllValidationOverrides
Creates an instance of this which logs what is allows to the given deploy logger
allowed() - Method in interface com.yahoo.config.model.api.ConfigChangeAction
Returns whether this change should be allowed
allowed() - Method in interface com.yahoo.config.model.api.ConfigChangeRestartAction
Restarts are handled automatically so they are allowed
allowModelVersionMismatch(Instant) - Method in interface com.yahoo.config.model.api.Model
Returns whether this application allows serving config request for a different version.
allows(ValidationId, Instant) - Method in class com.yahoo.config.application.api.ValidationOverrides.Allow
 
allows(ValidationId, Instant) - Method in class com.yahoo.config.application.api.ValidationOverrides.AllowAllValidationOverrides
Returns whether the given (assumed invalid) change is allowed by this at the moment
allows(ValidationId, Instant) - Method in class com.yahoo.config.application.api.ValidationOverrides
Returns whether the given (assumed invalid) change is allowed by this at the moment
allows(String, Instant) - Method in class com.yahoo.config.application.api.ValidationOverrides
 
appDir() - Method in interface com.yahoo.config.model.api.ModelContext
 
appendFile(String) - Method in class com.yahoo.config.application.api.ApplicationFile
Appends the given string to this text file.
applicationActivated(SuperModel, ApplicationInfo) - Method in interface com.yahoo.config.model.api.SuperModelListener
Application has been activated: Either deployed the first time, internally redeployed, or externally triggered redeploy.
applicationContainerRole() - Method in class com.yahoo.config.model.api.ApplicationRoles
 
ApplicationFile - Class in com.yahoo.config.application.api
An application file represents a file within an application package.
ApplicationFile(Path) - Constructor for class com.yahoo.config.application.api.ApplicationFile
 
ApplicationFile.MetaData - Class in com.yahoo.config.application.api
 
ApplicationFile.PathFilter - Interface in com.yahoo.config.application.api
 
applicationHostRole() - Method in class com.yahoo.config.model.api.ApplicationRoles
 
applicationId() - Method in interface com.yahoo.config.model.api.ModelContext.Properties
 
ApplicationInfo - Class in com.yahoo.config.model.api
 
ApplicationInfo(ApplicationId, long, Model) - Constructor for class com.yahoo.config.model.api.ApplicationInfo
 
ApplicationMetaData - Class in com.yahoo.config.application.api
Metadata about an application package.
ApplicationMetaData(String, String, Long, boolean, ApplicationId, String, Long, long) - Constructor for class com.yahoo.config.application.api.ApplicationMetaData
 
applicationPackage() - Method in interface com.yahoo.config.model.api.ModelContext
 
ApplicationPackage - Interface in com.yahoo.config.application.api
Represents an application package, that is, used as input when creating a VespaModel and as a general reference to all contents in an application.
applicationRemoved(SuperModel, ApplicationId) - Method in interface com.yahoo.config.model.api.SuperModelListener
Application has been removed.
applicationRoles() - Method in interface com.yahoo.config.model.api.ModelContext.Properties
 
ApplicationRoles - Class in com.yahoo.config.model.api
 
ApplicationRoles(String, String) - Constructor for class com.yahoo.config.model.api.ApplicationRoles
 
asJsonString() - Method in class com.yahoo.config.application.api.ApplicationMetaData
 
athenzDnsSuffix() - Method in interface com.yahoo.config.model.api.ModelContext.Properties
 
athenzDomain() - Method in class com.yahoo.config.application.api.DeploymentInstanceSpec
Returns the athenz domain if configured
athenzDomain() - Method in class com.yahoo.config.application.api.DeploymentSpec
Returns the Athenz domain set on the root tag, if any
athenzDomain() - Method in interface com.yahoo.config.model.api.ModelContext.Properties
 
athenzService() - Method in class com.yahoo.config.application.api.DeploymentSpec
Returns the Athenz service set on the root tag, if any
athenzService() - Method in class com.yahoo.config.application.api.DeploymentSpec.DeclaredZone
 
athenzService(Environment, RegionName) - Method in class com.yahoo.config.application.api.DeploymentInstanceSpec
Returns the athenz service for environment/region if configured, defaulting to that of the instance
author - com.yahoo.config.application.api.Notifications.Role
Author of the last commit of an application package.

B

blocksRevisions() - Method in class com.yahoo.config.application.api.DeploymentSpec.ChangeBlocker
 
blocksVersions() - Method in class com.yahoo.config.application.api.DeploymentSpec.ChangeBlocker
 

C

canary - com.yahoo.config.application.api.DeploymentSpec.UpgradePolicy
Canary: Applications with this policy will upgrade before any other
canChangeRevisionAt(Instant) - Method in class com.yahoo.config.application.api.DeploymentInstanceSpec
Returns whether an application revision change for these instances can occur at the given instant
canUpgradeAt(Instant) - Method in class com.yahoo.config.application.api.DeploymentInstanceSpec
Returns whether the instances in this step can upgrade at the given instant
certificate() - Method in class com.yahoo.config.model.api.EndpointCertificateSecrets
 
certificate() - Method in class com.yahoo.config.model.api.TlsSecrets
 
certName() - Method in class com.yahoo.config.model.api.EndpointCertificateMetadata
 
changeBlocker() - Method in class com.yahoo.config.application.api.DeploymentInstanceSpec
Returns time windows where upgrades are disallowed for these instances
ChangeBlocker(boolean, boolean, TimeWindow) - Constructor for class com.yahoo.config.application.api.DeploymentSpec.ChangeBlocker
 
checkRouting() - Method in class com.yahoo.config.model.api.ValidationParameters
 
cloneAndRemoveApplication(ApplicationId) - Method in class com.yahoo.config.model.api.SuperModel
 
cloneAndSetApplication(ApplicationInfo) - Method in class com.yahoo.config.model.api.SuperModel
 
cloneAsComplete() - Method in class com.yahoo.config.model.api.SuperModel
 
CLUSTERCONTROLLER_CONTAINER - com.yahoo.config.model.api.container.ContainerServiceType
 
clusterId() - Method in class com.yahoo.config.model.api.ContainerEndpoint
 
clusterSizeReduction - com.yahoo.config.application.api.ValidationId
 
com.yahoo.config.application.api - package com.yahoo.config.application.api
 
com.yahoo.config.application.api.xml - package com.yahoo.config.application.api.xml
 
com.yahoo.config.model.api - package com.yahoo.config.model.api
 
com.yahoo.config.model.api.container - package com.yahoo.config.model.api.container
 
COMPONENT_DIR - Static variable in interface com.yahoo.config.application.api.ApplicationPackage
 
ComponentInfo - Class in com.yahoo.config.application.api
Describes a component residing in the components directory.
ComponentInfo(String) - Constructor for class com.yahoo.config.application.api.ComponentInfo
 
concerns(Environment) - Method in class com.yahoo.config.application.api.DeploymentSpec.Step
Returns whether this step specifies the given environment.
concerns(Environment, Optional<RegionName>) - Method in class com.yahoo.config.application.api.DeploymentSpec.DeclaredTest
 
concerns(Environment, Optional<RegionName>) - Method in class com.yahoo.config.application.api.DeploymentSpec.DeclaredZone
 
concerns(Environment, Optional<RegionName>) - Method in class com.yahoo.config.application.api.DeploymentSpec.Delay
 
concerns(Environment, Optional<RegionName>) - Method in class com.yahoo.config.application.api.DeploymentSpec.Step
Returns whether this step specifies the given environment, and, optionally, region.
concerns(Environment, Optional<RegionName>) - Method in class com.yahoo.config.application.api.DeploymentSpec.Steps
 
CONFIG_DEFINITIONS_DIR - Static variable in interface com.yahoo.config.application.api.ApplicationPackage
Do not use
ConfigChangeAction - Interface in com.yahoo.config.model.api
Contains the action to be performed on the given services to handle a config change between the current active model and the next model to prepare.
ConfigChangeAction.Type - Enum in com.yahoo.config.model.api
 
ConfigChangeRefeedAction - Interface in com.yahoo.config.model.api
Represents an action to re-feed a document type in order to handle a config change.
ConfigChangeRestartAction - Interface in com.yahoo.config.model.api
Represents an action to restart services in order to handle a config change.
configDefinitionRepo() - Method in interface com.yahoo.config.model.api.ModelContext
 
ConfigDefinitionRepo - Interface in com.yahoo.config.model.api
A config definition repository.
ConfigDefinitionStore - Interface in com.yahoo.config.model.api
 
ConfigModelPlugin - Interface in com.yahoo.config.model.api
Interface of config model plugins.
configModelVersionMismatch - com.yahoo.config.application.api.ValidationId
 
ConfigServerSpec - Interface in com.yahoo.config.model.api
Provides information about a configserver instance.
configServerSpecs() - Method in interface com.yahoo.config.model.api.ModelContext.Properties
 
conservative - com.yahoo.config.application.api.DeploymentSpec.UpgradePolicy
Will upgrade after most default applications upgraded successfully
CONTAINER - com.yahoo.config.model.api.container.ContainerServiceType
 
ContainerEndpoint - Class in com.yahoo.config.model.api
ContainerEndpoint tracks the service names that a Container Cluster should be known as.
ContainerEndpoint(String, List<String>) - Constructor for class com.yahoo.config.model.api.ContainerEndpoint
 
containerId() - Method in class com.yahoo.config.application.api.Endpoint
 
ContainerServiceType - Enum in com.yahoo.config.model.api.container
 
contentClusterRemoval - com.yahoo.config.application.api.ValidationId
 
ContentStatusChanged - Static variable in class com.yahoo.config.application.api.ApplicationFile
 
ContentStatusDeleted - Static variable in class com.yahoo.config.application.api.ApplicationFile
 
ContentStatusNew - Static variable in class com.yahoo.config.application.api.ApplicationFile
 
contentTypeRemoval - com.yahoo.config.application.api.ValidationId
 
createAndValidateModel(ModelContext, ValidationParameters) - Method in interface com.yahoo.config.model.api.ModelFactory
Creates an instance of a Model.
createDirectory() - Method in class com.yahoo.config.application.api.ApplicationFile
Create a directory at the path represented by this file.
createInputStream() - Method in class com.yahoo.config.application.api.ApplicationFile
Create an InputStream for the contents of this file.
createModel(ModelContext) - Method in interface com.yahoo.config.model.api.ModelFactory
Creates an instance of a Model.
createReader() - Method in class com.yahoo.config.application.api.ApplicationFile
Create a Reader for the contents of this file.

D

days() - Method in class com.yahoo.config.application.api.TimeWindow
Returns days in this time window
DeclaredTest(RegionName) - Constructor for class com.yahoo.config.application.api.DeploymentSpec.DeclaredTest
 
DeclaredZone(Environment) - Constructor for class com.yahoo.config.application.api.DeploymentSpec.DeclaredZone
 
DeclaredZone(Environment, Optional<RegionName>, boolean, Optional<AthenzService>, Optional<String>) - Constructor for class com.yahoo.config.application.api.DeploymentSpec.DeclaredZone
 
defaultNumResponseThreads() - Method in interface com.yahoo.config.model.api.ModelContext.Properties
 
defaultPolicy - com.yahoo.config.application.api.DeploymentSpec.UpgradePolicy
Default: Will upgrade after all canary applications upgraded successfully.
defaultSoftStartSeconds() - Method in interface com.yahoo.config.model.api.ModelContext.Properties
 
defaultTermwiseLimit() - Method in interface com.yahoo.config.model.api.ModelContext.Properties
 
defaultTopKProbability() - Method in interface com.yahoo.config.model.api.ModelContext.Properties
 
delay() - Method in class com.yahoo.config.application.api.DeploymentSpec.Delay
 
delay() - Method in class com.yahoo.config.application.api.DeploymentSpec.ParallelSteps
 
delay() - Method in class com.yahoo.config.application.api.DeploymentSpec.Step
The delay introduced by this step (beyond the time it takes to execute the step).
delay() - Method in class com.yahoo.config.application.api.DeploymentSpec.Steps
 
Delay(Duration) - Constructor for class com.yahoo.config.application.api.DeploymentSpec.Delay
 
delete() - Method in class com.yahoo.config.application.api.ApplicationFile
Delete the file pointed to by this.
deployLogger() - Method in interface com.yahoo.config.model.api.ModelContext
 
DeployLogger - Interface in com.yahoo.config.application.api
Used during application deployment to propagate messages to the end user
DEPLOYMENT_FILE - Static variable in interface com.yahoo.config.application.api.ApplicationPackage
 
DeploymentInstanceSpec - Class in com.yahoo.config.application.api
The deployment spec for an application instance
DeploymentInstanceSpec(InstanceName, List<DeploymentSpec.Step>, DeploymentSpec.UpgradePolicy, List<DeploymentSpec.ChangeBlocker>, Optional<String>, Optional<AthenzService>, Notifications, List<Endpoint>) - Constructor for class com.yahoo.config.application.api.DeploymentInstanceSpec
 
deploymentRemoval - com.yahoo.config.application.api.ValidationId
 
DeploymentSpec - Class in com.yahoo.config.application.api
Specifies the environments and regions to which an application should be deployed.
DeploymentSpec(List<DeploymentSpec.Step>, Optional<Integer>, Optional<AthenzDomain>, Optional<AthenzService>, String) - Constructor for class com.yahoo.config.application.api.DeploymentSpec
 
DeploymentSpec.ChangeBlocker - Class in com.yahoo.config.application.api
A blocking of changes in a given time window
DeploymentSpec.DeclaredTest - Class in com.yahoo.config.application.api
A declared production test
DeploymentSpec.DeclaredZone - Class in com.yahoo.config.application.api
A deployment step which is to run deployment in a particular zone
DeploymentSpec.Delay - Class in com.yahoo.config.application.api
A deployment step which is to wait for some time before progressing to the next step
DeploymentSpec.ParallelSteps - Class in com.yahoo.config.application.api
A container for multiple other steps, which are executed in parallel
DeploymentSpec.Step - Class in com.yahoo.config.application.api
A deployment step
DeploymentSpec.Steps - Class in com.yahoo.config.application.api
A container for several steps, by default in serial order
DeploymentSpec.UpgradePolicy - Enum in com.yahoo.config.application.api
Controls when this application will be upgraded to new Vespa versions
DeploymentSpecXmlReader - Class in com.yahoo.config.application.api.xml
 
DeploymentSpecXmlReader() - Constructor for class com.yahoo.config.application.api.xml.DeploymentSpecXmlReader
Creates a validating reader
DeploymentSpecXmlReader(boolean) - Constructor for class com.yahoo.config.application.api.xml.DeploymentSpecXmlReader
Creates a deployment spec reader
deploysTo(Environment, RegionName) - Method in class com.yahoo.config.application.api.DeploymentInstanceSpec
Returns whether this instance deploys to the given zone, either implicitly or explicitly
deploysTo(Environment, Optional<RegionName>) - Method in class com.yahoo.config.application.api.DeploymentSpec.Step
Returns whether this step specifies the given environment, and, optionally, region.
distributeFiles(FileDistribution) - Method in interface com.yahoo.config.model.api.Model
Asks the Model instance to distribute files using provided filedistribution instance.
DOCPROCCHAINS_DIR - Static variable in interface com.yahoo.config.application.api.ApplicationPackage
 
docprocLoadBalancerType() - Method in interface com.yahoo.config.model.api.ModelContext.Properties
 

E

emailAddressesFor(Notifications.When) - Method in class com.yahoo.config.application.api.Notifications
Returns all email addresses to notify for the given condition.
emailRolesFor(Notifications.When) - Method in class com.yahoo.config.application.api.Notifications
Returns all roles for which email notification is to be sent for the given condition.
empty - Static variable in class com.yahoo.config.application.api.DeploymentSpec
The empty deployment spec, specifying no zones or rotation, and defaults for all settings
empty - Static variable in class com.yahoo.config.application.api.ValidationOverrides
 
Endpoint - Class in com.yahoo.config.application.api
Represents a (global) endpoint in 'deployments.xml'.
Endpoint(Optional<String>, String, Set<String>) - Constructor for class com.yahoo.config.application.api.Endpoint
 
EndpointCertificateMetadata - Class in com.yahoo.config.model.api
 
EndpointCertificateMetadata(String, String, int) - Constructor for class com.yahoo.config.model.api.EndpointCertificateMetadata
 
endpointCertificateSecrets() - Method in interface com.yahoo.config.model.api.ModelContext.Properties
 
EndpointCertificateSecrets - Class in com.yahoo.config.model.api
 
EndpointCertificateSecrets(String, String) - Constructor for class com.yahoo.config.model.api.EndpointCertificateSecrets
 
endpointId() - Method in class com.yahoo.config.application.api.Endpoint
 
endpoints() - Method in class com.yahoo.config.application.api.DeploymentInstanceSpec
Returns the rotations configuration of these instances
endpoints() - Method in interface com.yahoo.config.model.api.ModelContext.Properties
 
Entry(String, FileReference) - Constructor for class com.yahoo.config.application.api.FileRegistry.Entry
 
environment() - Method in class com.yahoo.config.application.api.DeploymentSpec.DeclaredZone
 
equals(Object) - Method in class com.yahoo.config.application.api.ApplicationFile
 
equals(Object) - Method in class com.yahoo.config.application.api.DeploymentInstanceSpec
 
equals(Object) - Method in class com.yahoo.config.application.api.DeploymentSpec.DeclaredTest
 
equals(Object) - Method in class com.yahoo.config.application.api.DeploymentSpec.DeclaredZone
 
equals(Object) - Method in class com.yahoo.config.application.api.DeploymentSpec
 
equals(Object) - Method in class com.yahoo.config.application.api.DeploymentSpec.ParallelSteps
 
equals(Object) - Method in class com.yahoo.config.application.api.DeploymentSpec.Steps
 
equals(Object) - Method in class com.yahoo.config.application.api.Endpoint
 
equals(Object) - Method in class com.yahoo.config.model.api.ApplicationRoles
 
equals(Object) - Method in class com.yahoo.config.model.api.ContainerEndpoint
 
equals(Object) - Method in class com.yahoo.config.model.api.HostInfo
 
equals(Object) - Method in class com.yahoo.config.model.api.PortInfo
 
equals(Object) - Method in class com.yahoo.config.model.api.ServiceInfo
 
exists() - Method in class com.yahoo.config.application.api.ApplicationFile
Test whether or not this file exists.
export() - Method in interface com.yahoo.config.application.api.FileRegistry
 
EXT_DIR - Static variable in interface com.yahoo.config.application.api.ApplicationPackage
 

F

failing - com.yahoo.config.application.api.Notifications.When
Send notifications whenever a job fails.
failingCommit - com.yahoo.config.application.api.Notifications.When
Send notifications whenever a job fails while deploying a new commit.
failOnIncompatibleChanges() - Method in class com.yahoo.config.model.api.ValidationParameters
 
FALSE - com.yahoo.config.model.api.ValidationParameters.CheckRouting
 
FALSE - com.yahoo.config.model.api.ValidationParameters.FailOnIncompatibleChange
 
FALSE - com.yahoo.config.model.api.ValidationParameters.IgnoreValidationErrors
 
fieldTypeChange - com.yahoo.config.application.api.ValidationId
 
FileDistribution - Interface in com.yahoo.config.model.api
Interface for models towards filedistribution.
fileReferences() - Method in interface com.yahoo.config.model.api.Model
The set of files that should be distributed to the hosts in this model.
FileRegistry - Interface in com.yahoo.config.application.api
 
FileRegistry.Entry - Class in com.yahoo.config.application.api
 
fileSourceHost() - Method in interface com.yahoo.config.application.api.FileRegistry
Returns the name of the host which is the source of the files
forceAutomaticTenantUpgradeTests - com.yahoo.config.application.api.ValidationId
 
from(String) - Static method in enum com.yahoo.config.application.api.ValidationId
Returns the validation id from this string.
from(String, String, String) - Static method in class com.yahoo.config.application.api.TimeWindow
Parse a time window from the given day, hour and time zone specification
fromJsonString(String) - Static method in class com.yahoo.config.application.api.ApplicationMetaData
 
fromString(String, String) - Static method in class com.yahoo.config.model.api.ApplicationRoles
 
fromValue(String) - Static method in enum com.yahoo.config.application.api.Notifications.Role
 
fromValue(String) - Static method in enum com.yahoo.config.application.api.Notifications.When
 
fromXml(Reader) - Static method in class com.yahoo.config.application.api.DeploymentSpec
Creates a deployment spec from XML.
fromXml(Reader) - Static method in class com.yahoo.config.application.api.ValidationOverrides
Returns a ValidationOverrides instance with the content of the given Reader.
fromXml(String) - Static method in class com.yahoo.config.application.api.DeploymentSpec
Creates a deployment spec from XML.
fromXml(String) - Static method in class com.yahoo.config.application.api.ValidationOverrides
Returns a ValidationOverrides instance with the content of the given XML string.
fromXml(String, boolean) - Static method in class com.yahoo.config.application.api.DeploymentSpec
Creates a deployment spec from XML.

G

get(ConfigDefinitionKey) - Method in interface com.yahoo.config.model.api.ConfigDefinitionRepo
Gets a config definition from repo or null if not found
getAllApplicationInfos() - Method in class com.yahoo.config.model.api.SuperModel
 
getAllExistingConfigDefs() - Method in interface com.yahoo.config.application.api.ApplicationPackage
Returns all the config definitions available in this package as unparsed data.
getAllocatedHosts() - Method in interface com.yahoo.config.application.api.ApplicationPackage
Returns the host allocation info of this, or empty if no allocation is available
getApplicationId() - Method in class com.yahoo.config.application.api.ApplicationMetaData
 
getApplicationId() - Method in interface com.yahoo.config.application.api.ApplicationPackage
 
getApplicationId() - Method in class com.yahoo.config.model.api.ApplicationInfo
 
getApplicationIds() - Method in class com.yahoo.config.model.api.SuperModel
 
getApplicationInfo(ApplicationId) - Method in class com.yahoo.config.model.api.SuperModel
 
getApplicationName() - Method in interface com.yahoo.config.application.api.ApplicationPackage
Deprecated.
do not use
getBundleSdFiles(String, JarFile) - Static method in interface com.yahoo.config.application.api.ApplicationPackage
Returns the name-payload pairs of any sd files under path/schemas and path/searchdefinitions/ in the given jar bundle.
getChecksum() - Method in class com.yahoo.config.application.api.ApplicationMetaData
Returns an md5 hash of the contents of the application package
getClientSecurityFile() - Method in interface com.yahoo.config.application.api.ApplicationPackage
Returns handle for the file containing client certificate authorities
getComponentsInfo(Version) - Method in interface com.yahoo.config.application.api.ApplicationPackage
 
getConfig(ConfigKey<?>, ConfigDefinition) - Method in interface com.yahoo.config.model.api.Model
Resolves config for a given key and config definition
getConfigChangeActions() - Method in class com.yahoo.config.model.api.ModelCreateResult
Returns the actions that needs to be done to successfully start using the new model
getConfigDefinition(ConfigDefinitionKey) - Method in interface com.yahoo.config.model.api.ConfigDefinitionStore
 
getConfigDefinitions() - Method in interface com.yahoo.config.model.api.ConfigDefinitionRepo
Retrieve a map with all config definitions in this repo.
getConfigId() - Method in class com.yahoo.config.model.api.ServiceInfo
 
getConfigServerPort() - Method in interface com.yahoo.config.model.api.ConfigServerSpec
 
getDeployedByUser() - Method in class com.yahoo.config.application.api.ApplicationMetaData
Gets the user who deployed the application.
getDeployment() - Method in interface com.yahoo.config.application.api.ApplicationPackage
 
getDeployPath() - Method in class com.yahoo.config.application.api.ApplicationMetaData
Gets the directory where the application was deployed from.
getDeployTimestamp() - Method in class com.yahoo.config.application.api.ApplicationMetaData
Gets the time the application was deployed Will return null if a problem occurred while getting metadata
getDocumentType() - Method in interface com.yahoo.config.model.api.ConfigChangeRefeedAction
Returns the name of the document type that one must re-feed to handle this config change
getFile(Path) - Method in interface com.yahoo.config.application.api.ApplicationPackage
Returns information about a file
getFileName(JarEntry) - Static method in interface com.yahoo.config.application.api.ApplicationPackage
The name of an SD in a JarEntry
getFileReference(Path) - Method in interface com.yahoo.config.application.api.ApplicationPackage
 
getFileReferencesDir() - Method in interface com.yahoo.config.model.api.FileDistribution
 
getFileRegistries() - Method in interface com.yahoo.config.application.api.ApplicationPackage
 
getFileRegistry() - Method in interface com.yahoo.config.model.api.ModelContext
 
getFiles(Path, String) - Method in interface com.yahoo.config.application.api.ApplicationPackage
Same as getFiles(pathFromRoot, suffix, false)
getFiles(Path, String, boolean) - Method in interface com.yahoo.config.application.api.ApplicationPackage
Returns the files in a directory as readers.
getGeneration() - Method in class com.yahoo.config.application.api.ApplicationMetaData
Gets the time the application was deployed.
getGeneration() - Method in class com.yahoo.config.model.api.ApplicationInfo
 
getHostname() - Method in class com.yahoo.config.model.api.HostInfo
 
getHostName() - Method in interface com.yahoo.config.model.api.ConfigServerSpec
 
getHostName() - Method in class com.yahoo.config.model.api.ServiceInfo
 
getHosts() - Method in interface com.yahoo.config.application.api.ApplicationPackage
Contents of hosts.xml.
getHosts() - Method in interface com.yahoo.config.model.api.Model
Returns information about all hosts used in this model.
getHostSource() - Method in interface com.yahoo.config.application.api.ApplicationPackage
 
getMajorVersion() - Method in interface com.yahoo.config.application.api.ApplicationPackage
Returns the major version this application is valid for, or empty if it is valid for all versions
getMd5() - Method in class com.yahoo.config.application.api.ApplicationFile.MetaData
 
getMessage() - Method in exception com.yahoo.config.application.api.ValidationOverrides.ValidationException
Returns "validationId: message"
getMessage() - Method in interface com.yahoo.config.model.api.ConfigChangeAction
Returns a message describing the config change in detail
getMetaData() - Method in class com.yahoo.config.application.api.ApplicationFile
 
getMetaData() - Method in interface com.yahoo.config.application.api.ApplicationPackage
Gets the ApplicationMetaData instance for this application package.
getMetaPath() - Method in class com.yahoo.config.application.api.ApplicationFile
 
getModel() - Method in class com.yahoo.config.model.api.ApplicationInfo
 
getModel() - Method in class com.yahoo.config.model.api.ModelCreateResult
The model these changes apply to
getModel() - Method in interface com.yahoo.config.model.api.ModelState
 
getModels() - Method in class com.yahoo.config.model.api.SuperModel
 
getModelsPerTenant() - Method in class com.yahoo.config.model.api.SuperModel
 
getPageTemplateFiles() - Method in interface com.yahoo.config.application.api.ApplicationPackage
Does ApplicationPackage.getFiles(com.yahoo.path.Path, java.lang.String, boolean) on the page template directory and gets all xml files
getPath() - Method in class com.yahoo.config.application.api.ApplicationFile
Get the path that this file represents.
getPathRelativeToAppDir() - Method in class com.yahoo.config.application.api.ComponentInfo
 
getPort() - Method in class com.yahoo.config.model.api.PortInfo
 
getPorts() - Method in class com.yahoo.config.model.api.ServiceInfo
 
getPreviousActiveGeneration() - Method in class com.yahoo.config.application.api.ApplicationMetaData
Returns the previously active generation at the point when this application was created.
getProperty(String) - Method in class com.yahoo.config.model.api.ServiceInfo
 
getQueryProfileFiles() - Method in interface com.yahoo.config.application.api.ApplicationPackage
Does ApplicationPackage.getFiles(com.yahoo.path.Path, java.lang.String, boolean) on the query profile directory and gets all xml files
getQueryProfileTypeFiles() - Method in interface com.yahoo.config.application.api.ApplicationPackage
Does ApplicationPackage.getFiles(com.yahoo.path.Path, java.lang.String, boolean) on the query profile directory and gets all xml files
getRankingExpression(String) - Method in interface com.yahoo.config.application.api.ApplicationPackage
Reads a ranking expression from file to a string and returns it.
getSearchDefinitions() - Method in interface com.yahoo.config.application.api.ApplicationPackage
 
getServiceName() - Method in class com.yahoo.config.model.api.ServiceInfo
 
getServices() - Method in interface com.yahoo.config.application.api.ApplicationPackage
Contents of services.xml.
getServices() - Method in interface com.yahoo.config.model.api.ConfigChangeAction
Returns the list of services where the action must be performed
getServices() - Method in class com.yahoo.config.model.api.HostInfo
 
getServicesSource() - Method in interface com.yahoo.config.application.api.ApplicationPackage
 
getServiceType() - Method in class com.yahoo.config.model.api.ServiceInfo
 
getSlime() - Method in class com.yahoo.config.application.api.ApplicationMetaData
 
getStatus() - Method in class com.yahoo.config.application.api.ApplicationFile.MetaData
 
getSuperModel() - Method in interface com.yahoo.config.model.api.SuperModelProvider
 
getTags() - Method in class com.yahoo.config.model.api.PortInfo
 
getType() - Method in interface com.yahoo.config.model.api.ConfigChangeAction
Returns what type of action is required to handle this config change
getType() - Method in interface com.yahoo.config.model.api.ConfigChangeRefeedAction
 
getType() - Method in interface com.yahoo.config.model.api.ConfigChangeRestartAction
 
getUnparsedContent() - Method in interface com.yahoo.config.application.api.UnparsedConfigDefinition
 
getUserIncludeDirs() - Method in interface com.yahoo.config.application.api.ApplicationPackage
Returns the include dirs given by the user in the services.xml file.
getValidationOverrides() - Method in interface com.yahoo.config.application.api.ApplicationPackage
 
getZooKeeperPort() - Method in interface com.yahoo.config.model.api.ConfigServerSpec
 
globalDocumentChange - com.yahoo.config.application.api.ValidationId
 
globalEndpointChange - com.yahoo.config.application.api.ValidationId
 
globalServiceId() - Method in class com.yahoo.config.application.api.DeploymentInstanceSpec
Returns the ID of the service to expose through global routing, if present

H

hashCode() - Method in class com.yahoo.config.application.api.DeploymentInstanceSpec
 
hashCode() - Method in class com.yahoo.config.application.api.DeploymentSpec.DeclaredTest
 
hashCode() - Method in class com.yahoo.config.application.api.DeploymentSpec.DeclaredZone
 
hashCode() - Method in class com.yahoo.config.application.api.DeploymentSpec
 
hashCode() - Method in class com.yahoo.config.application.api.DeploymentSpec.ParallelSteps
 
hashCode() - Method in class com.yahoo.config.application.api.DeploymentSpec.Steps
 
hashCode() - Method in class com.yahoo.config.application.api.Endpoint
 
hashCode() - Method in class com.yahoo.config.model.api.ApplicationRoles
 
hashCode() - Method in class com.yahoo.config.model.api.ContainerEndpoint
 
hashCode() - Method in class com.yahoo.config.model.api.HostInfo
 
hashCode() - Method in class com.yahoo.config.model.api.PortInfo
 
hashCode() - Method in class com.yahoo.config.model.api.ServiceInfo
 
hostedVespa() - Method in interface com.yahoo.config.model.api.ModelContext.Properties
 
HostInfo - Class in com.yahoo.config.model.api
 
HostInfo(String, Collection<ServiceInfo>) - Constructor for class com.yahoo.config.model.api.HostInfo
 
hostProvisioner() - Method in interface com.yahoo.config.model.api.ModelContext
 
HostProvisioner - Interface in com.yahoo.config.model.api
Interface towards the host provisioner used to build a Model.
HOSTS - Static variable in interface com.yahoo.config.application.api.ApplicationPackage
 
hours() - Method in class com.yahoo.config.application.api.TimeWindow
Returns hours in this time window

I

ignoreValidationErrors() - Method in class com.yahoo.config.model.api.ValidationParameters
 
includes(Instant) - Method in class com.yahoo.config.application.api.TimeWindow
Returns whether the given instant is in this time window
indexingChange - com.yahoo.config.application.api.ValidationId
 
indexModeChange - com.yahoo.config.application.api.ValidationId
 
instance(InstanceName) - Method in class com.yahoo.config.application.api.DeploymentSpec
Returns the instance step containing the given instance name
instanceNames() - Method in class com.yahoo.config.application.api.DeploymentSpec
Returns the instance names declared in this
instances() - Method in class com.yahoo.config.application.api.DeploymentSpec
Returns the step descendants of this which are instances
invalid(ValidationId, String, Instant) - Method in class com.yahoo.config.application.api.ValidationOverrides.AllowAllValidationOverrides
 
invalid(ValidationId, String, Instant) - Method in class com.yahoo.config.application.api.ValidationOverrides
Throws a ValidationException unless this validation is overridden at this time
isBootstrap() - Method in interface com.yahoo.config.model.api.ModelContext.Properties
 
isComplete() - Method in class com.yahoo.config.model.api.SuperModel
 
isDirectory() - Method in class com.yahoo.config.application.api.ApplicationFile
Check whether or not this file is a directory.
isFirstTimeDeployment() - Method in interface com.yahoo.config.model.api.ModelContext.Properties
 
isInternalRedeploy() - Method in class com.yahoo.config.application.api.ApplicationMetaData
Returns whether this application generation was produced by a system internal redeployment, not an application package change
isMissing() - Method in class com.yahoo.config.model.api.EndpointCertificateSecrets
 
isMissing() - Method in class com.yahoo.config.model.api.TlsSecrets
 
isOrdered() - Method in class com.yahoo.config.application.api.DeploymentSpec.ParallelSteps
 
isOrdered() - Method in class com.yahoo.config.application.api.DeploymentSpec.Step
Returns whether the nested steps in this, if any, should be performed in declaration order.
isTest() - Method in class com.yahoo.config.application.api.DeploymentSpec.DeclaredTest
 
isTest() - Method in class com.yahoo.config.application.api.DeploymentSpec.DeclaredZone
 
isTest() - Method in class com.yahoo.config.application.api.DeploymentSpec.Step
Returns whether this step is a test step.

J

jdiscHealthCheckProxyClientTimeout() - Method in interface com.yahoo.config.model.api.ModelContext.Properties
 

K

key() - Method in class com.yahoo.config.model.api.EndpointCertificateSecrets
 
key() - Method in class com.yahoo.config.model.api.TlsSecrets
 
keyName() - Method in class com.yahoo.config.model.api.EndpointCertificateMetadata
 

L

listFiles() - Method in class com.yahoo.config.application.api.ApplicationFile
List the files under this directory.
listFiles(boolean) - Method in class com.yahoo.config.application.api.ApplicationFile
List the files in this directory, optionally list files for subdirectories recursively as well.
listFiles(ApplicationFile.PathFilter) - Method in class com.yahoo.config.application.api.ApplicationFile
List the files under this directory.
loadBalancerName() - Method in interface com.yahoo.config.model.api.ModelContext.Properties
 
log(Level, String) - Method in interface com.yahoo.config.application.api.DeployLogger
 
LOGSERVER_CONTAINER - com.yahoo.config.model.api.container.ContainerServiceType
 

M

majorVersion() - Method in class com.yahoo.config.application.api.DeploymentSpec
Returns the major version this application is pinned to, or empty (default) to allow all major versions
md5 - Variable in class com.yahoo.config.application.api.ApplicationFile.MetaData
 
MetaData() - Constructor for class com.yahoo.config.application.api.ApplicationFile.MetaData
 
MetaData(String, String) - Constructor for class com.yahoo.config.application.api.ApplicationFile.MetaData
 
METRICS_PROXY_CONTAINER - com.yahoo.config.model.api.container.ContainerServiceType
 
MISSING - Static variable in class com.yahoo.config.model.api.EndpointCertificateSecrets
 
MISSING - Static variable in class com.yahoo.config.model.api.TlsSecrets
 
Model - Interface in com.yahoo.config.model.api
A Model represents the interface towards the model of an entire tenant, and defines methods for querying this model.
ModelContext - Interface in com.yahoo.config.model.api
Model context containing state provided to model factories.
ModelContext.Properties - Interface in com.yahoo.config.model.api
Warning: As elsewhere in this package, do not make backwards incompatible changes that will break old config models!
ModelCreateResult - Class in com.yahoo.config.model.api
The result after creating and validating a Model.
ModelCreateResult(Model, List<ConfigChangeAction>) - Constructor for class com.yahoo.config.model.api.ModelCreateResult
 
ModelFactory - Interface in com.yahoo.config.model.api
Factory for config models.
MODELS_DIR - Static variable in interface com.yahoo.config.application.api.ApplicationPackage
Machine-learned models - only present in user-uploaded package instances
MODELS_GENERATED_DIR - Static variable in interface com.yahoo.config.application.api.ApplicationPackage
Files generated from machine-learned models
MODELS_GENERATED_REPLICATED_DIR - Static variable in interface com.yahoo.config.application.api.ApplicationPackage
Files generated from machine-learned models which should be replicated in ZooKeeper
ModelState - Interface in com.yahoo.config.model.api
 
modelVespaVersion() - Method in interface com.yahoo.config.model.api.ModelContext
The Vespa version this model is built for
multitenant() - Method in interface com.yahoo.config.model.api.ModelContext.Properties
 

N

name() - Method in class com.yahoo.config.application.api.DeploymentInstanceSpec
 
name() - Method in interface com.yahoo.config.model.api.ConfigChangeRefeedAction
Returns the name identifying this kind of change, used to identify names which should be allowed
names() - Method in class com.yahoo.config.model.api.ContainerEndpoint
 
none() - Static method in class com.yahoo.config.application.api.Notifications
 
notifications() - Method in class com.yahoo.config.application.api.DeploymentInstanceSpec
Returns the notification configuration of these instances
Notifications - Class in com.yahoo.config.application.api
Configuration of notifications for deployment jobs.
Notifications.Role - Enum in com.yahoo.config.application.api
 
Notifications.When - Enum in com.yahoo.config.application.api
 
notifyOfCompleteness(SuperModel) - Method in interface com.yahoo.config.model.api.SuperModelListener
Invoked once all applications that were supposed to be deployed on bootstrap have been activated (and the respective applicationActivated have been invoked).

O

of(Map<Notifications.When, List<String>>, Map<Notifications.When, List<Notifications.Role>>) - Static method in class com.yahoo.config.application.api.Notifications
Returns a new Notifications as specified by the given String input.

P

PAGE_TEMPLATES_DIR - Static variable in interface com.yahoo.config.application.api.ApplicationPackage
 
ParallelSteps(List<DeploymentSpec.Step>) - Constructor for class com.yahoo.config.application.api.DeploymentSpec.ParallelSteps
 
parse() - Method in interface com.yahoo.config.application.api.UnparsedConfigDefinition
 
path - Variable in class com.yahoo.config.application.api.ApplicationFile
 
PERMANENT_SERVICES - Static variable in interface com.yahoo.config.application.api.ApplicationPackage
 
permanentApplicationPackage() - Method in interface com.yahoo.config.model.api.ModelContext
 
PortInfo - Class in com.yahoo.config.model.api
Contains information about a port (port number and a collection of tags).
PortInfo(int, Collection<String>) - Constructor for class com.yahoo.config.model.api.PortInfo
 
prepare(ClusterSpec, Capacity, ProvisionLogger) - Method in interface com.yahoo.config.model.api.HostProvisioner
Prepares allocation of a set of hosts with a given type, common id and the amount.
preprocess(Zone, DeployLogger) - Method in interface com.yahoo.config.application.api.ApplicationPackage
Preprocess an application for a given zone and return a new application package pointing to the preprocessed application package.
previousModel() - Method in interface com.yahoo.config.model.api.ModelContext
 
PROCESSORCHAINS_DIR - Static variable in interface com.yahoo.config.application.api.ApplicationPackage
 
properties() - Method in interface com.yahoo.config.model.api.ModelContext
 
provisioned() - Method in interface com.yahoo.config.model.api.ModelContext
 
Provisioned - Class in com.yahoo.config.model.api
A recording of the capacity requests issued during a model build.
Provisioned() - Constructor for class com.yahoo.config.model.api.Provisioned
 
proxyProtocol() - Method in interface com.yahoo.config.model.api.ModelContext.Properties
 

Q

QRSERVER - com.yahoo.config.model.api.container.ContainerServiceType
 
QUERY_PROFILE_TYPES_DIR - Static variable in interface com.yahoo.config.application.api.ApplicationPackage
 
QUERY_PROFILES_DIR - Static variable in interface com.yahoo.config.application.api.ApplicationPackage
 
queueSizeFactor() - Method in interface com.yahoo.config.model.api.ModelContext.Properties
 

R

RANKEXPRESSION_NAME_SUFFIX - Static variable in interface com.yahoo.config.application.api.ApplicationPackage
 
read(Reader) - Method in class com.yahoo.config.application.api.xml.DeploymentSpecXmlReader
 
read(String) - Method in class com.yahoo.config.application.api.xml.DeploymentSpecXmlReader
Reads a deployment spec from XML
REFEED - com.yahoo.config.model.api.ConfigChangeAction.Type
 
reference - Variable in class com.yahoo.config.application.api.FileRegistry.Entry
 
region() - Method in class com.yahoo.config.application.api.DeploymentSpec.DeclaredTest
Returns the region this test is for.
region() - Method in class com.yahoo.config.application.api.DeploymentSpec.DeclaredZone
The region name, or empty if not declared
regions() - Method in class com.yahoo.config.application.api.Endpoint
 
registerListener(SuperModelListener) - Method in interface com.yahoo.config.model.api.SuperModelProvider
Synchronously call listener.applicationActivated() on all active applications, and register the listener for future changes to the super model.
relativePath - Variable in class com.yahoo.config.application.api.FileRegistry.Entry
 
requireInstance(InstanceName) - Method in class com.yahoo.config.application.api.DeploymentSpec
 
requireInstance(String) - Method in class com.yahoo.config.application.api.DeploymentSpec
 
resourcesReduction - com.yahoo.config.application.api.ValidationId
 
RESTART - com.yahoo.config.model.api.ConfigChangeAction.Type
 
ROUTINGTABLES_DIR - Static variable in interface com.yahoo.config.application.api.ApplicationPackage
 
RULES_DIR - Static variable in interface com.yahoo.config.application.api.ApplicationPackage
 
RULES_NAME_SUFFIX - Static variable in interface com.yahoo.config.application.api.ApplicationPackage
 

S

SCHEMAS_DIR - Static variable in interface com.yahoo.config.application.api.ApplicationPackage
 
SD_NAME_SUFFIX - Static variable in interface com.yahoo.config.application.api.ApplicationPackage
 
SEARCH_DEFINITIONS_DIR - Static variable in interface com.yahoo.config.application.api.ApplicationPackage
 
SEARCHCHAINS_DIR - Static variable in interface com.yahoo.config.application.api.ApplicationPackage
 
searchDefinitionContents() - Method in interface com.yahoo.config.application.api.ApplicationPackage
Readers for all the search definition files for this.
SECURITY_DIR - Static variable in interface com.yahoo.config.application.api.ApplicationPackage
 
ServiceInfo - Class in com.yahoo.config.model.api
Contains information about a service.
ServiceInfo(String, String, Collection<PortInfo>, Map<String, String>, String, String) - Constructor for class com.yahoo.config.model.api.ServiceInfo
 
serviceName - Variable in enum com.yahoo.config.model.api.container.ContainerServiceType
 
SERVICES - Static variable in interface com.yahoo.config.application.api.ApplicationPackage
 
skipAutomaticTenantUpgradeTests - com.yahoo.config.application.api.ValidationId
 
skipOldConfigModels - com.yahoo.config.application.api.ValidationId
 
skipOldConfigModels(Instant) - Method in interface com.yahoo.config.model.api.Model
Returns whether old config models should be loaded (default) or not.
startDownload(String, int, Set<FileReference>) - Method in interface com.yahoo.config.model.api.FileDistribution
Notifies client which file references to download.
status - Variable in class com.yahoo.config.application.api.ApplicationFile.MetaData
 
Step() - Constructor for class com.yahoo.config.application.api.DeploymentSpec.Step
 
steps() - Method in class com.yahoo.config.application.api.DeploymentSpec.Step
Returns any steps nested in this.
steps() - Method in class com.yahoo.config.application.api.DeploymentSpec
Returns the deployment steps of this in the order they will be performed
steps() - Method in class com.yahoo.config.application.api.DeploymentSpec.Steps
 
Steps(List<DeploymentSpec.Step>) - Constructor for class com.yahoo.config.application.api.DeploymentSpec.Steps
 
SuperModel - Class in com.yahoo.config.model.api
The SuperModel contains the ApplicationInfo of all active applications
SuperModel() - Constructor for class com.yahoo.config.model.api.SuperModel
 
SuperModel(Map<ApplicationId, ApplicationInfo>, boolean) - Constructor for class com.yahoo.config.model.api.SuperModel
 
SuperModelListener - Interface in com.yahoo.config.model.api
Interface for those wanting to be notified about changes to the SuperModel.
SuperModelProvider - Interface in com.yahoo.config.model.api
 

T

testerFlavor() - Method in class com.yahoo.config.application.api.DeploymentSpec.DeclaredZone
 
threadPoolSizeFactor() - Method in interface com.yahoo.config.model.api.ModelContext.Properties
 
TimeWindow - Class in com.yahoo.config.application.api
This class represents a window of time for selected hours on selected days.
TlsSecrets - Class in com.yahoo.config.model.api
 
TlsSecrets(EndpointCertificateSecrets) - Constructor for class com.yahoo.config.model.api.TlsSecrets
 
TlsSecrets(String, String) - Constructor for class com.yahoo.config.model.api.TlsSecrets
 
toAllowMessage(ValidationId) - Static method in class com.yahoo.config.application.api.ValidationOverrides
 
toMessageString(Throwable) - Static method in class com.yahoo.config.application.api.DeploymentSpec
 
toString() - Method in class com.yahoo.config.application.api.ApplicationFile
 
toString() - Method in class com.yahoo.config.application.api.ApplicationMetaData
 
toString() - Method in class com.yahoo.config.application.api.ComponentInfo
 
toString() - Method in class com.yahoo.config.application.api.DeploymentInstanceSpec
 
toString() - Method in class com.yahoo.config.application.api.DeploymentSpec.ChangeBlocker
 
toString() - Method in class com.yahoo.config.application.api.DeploymentSpec.DeclaredTest
 
toString() - Method in class com.yahoo.config.application.api.DeploymentSpec.DeclaredZone
 
toString() - Method in class com.yahoo.config.application.api.DeploymentSpec.Delay
 
toString() - Method in class com.yahoo.config.application.api.DeploymentSpec.ParallelSteps
 
toString() - Method in class com.yahoo.config.application.api.DeploymentSpec.Steps
 
toString() - Method in class com.yahoo.config.application.api.Endpoint
 
toString() - Method in class com.yahoo.config.application.api.TimeWindow
 
toString() - Method in enum com.yahoo.config.application.api.ValidationId
 
toString() - Method in class com.yahoo.config.application.api.ValidationOverrides.Allow
 
toString() - Method in class com.yahoo.config.application.api.ValidationOverrides.AllowAllValidationOverrides
 
toString() - Method in class com.yahoo.config.model.api.ApplicationInfo
 
toString() - Method in enum com.yahoo.config.model.api.ConfigChangeAction.Type
 
toString() - Method in class com.yahoo.config.model.api.ContainerEndpoint
 
toString() - Method in class com.yahoo.config.model.api.EndpointCertificateMetadata
 
toValue(Notifications.Role) - Static method in enum com.yahoo.config.application.api.Notifications.Role
 
toValue(Notifications.When) - Static method in enum com.yahoo.config.application.api.Notifications.When
 
TRUE - com.yahoo.config.model.api.ValidationParameters.CheckRouting
 
TRUE - com.yahoo.config.model.api.ValidationParameters.FailOnIncompatibleChange
 
TRUE - com.yahoo.config.model.api.ValidationParameters.IgnoreValidationErrors
 

U

UnparsedConfigDefinition - Interface in com.yahoo.config.application.api
A config definition that has not been parsed.
upgradePolicy() - Method in class com.yahoo.config.application.api.DeploymentInstanceSpec
Returns the upgrade policy of this, which is defaultPolicy if none is specified
useAdaptiveDispatch() - Method in interface com.yahoo.config.model.api.ModelContext.Properties
 
useDedicatedNodeForLogserver() - Method in interface com.yahoo.config.model.api.ModelContext.Properties
 
useDedicatedNodesWhenUnspecified() - Method in interface com.yahoo.config.model.api.ModelContext.Properties
 
useDistributorBtreeDb() - Method in interface com.yahoo.config.model.api.ModelContext.Properties
 
useThreePhaseUpdates() - Method in interface com.yahoo.config.model.api.ModelContext.Properties
 

V

validateIncludeDir(String) - Method in interface com.yahoo.config.application.api.ApplicationPackage
 
validateXML() - Method in interface com.yahoo.config.application.api.ApplicationPackage
 
validateXMLFor(Optional<Version>) - Method in interface com.yahoo.config.application.api.ApplicationPackage
 
VALIDATION_OVERRIDES - Static variable in interface com.yahoo.config.application.api.ApplicationPackage
 
validationId() - Method in exception com.yahoo.config.application.api.ValidationOverrides.ValidationException
Returns the unique id of this validation, which can be used to override it
ValidationId - Enum in com.yahoo.config.application.api
Ids of validations that can be overridden
ValidationOverrides - Class in com.yahoo.config.application.api
A set of allows which suppresses specific validations in limited time periods.
ValidationOverrides(List<ValidationOverrides.Allow>) - Constructor for class com.yahoo.config.application.api.ValidationOverrides
Creates a validation overrides which does not have an xml form
ValidationOverrides.Allow - Class in com.yahoo.config.application.api
A validation override which allows a particular change.
ValidationOverrides.AllowAllValidationOverrides - Class in com.yahoo.config.application.api
 
ValidationOverrides.ValidationException - Exception in com.yahoo.config.application.api
A deployment validation exception.
ValidationParameters - Class in com.yahoo.config.model.api
 
ValidationParameters() - Constructor for class com.yahoo.config.model.api.ValidationParameters
 
ValidationParameters(ValidationParameters.CheckRouting) - Constructor for class com.yahoo.config.model.api.ValidationParameters
 
ValidationParameters(ValidationParameters.IgnoreValidationErrors) - Constructor for class com.yahoo.config.model.api.ValidationParameters
 
ValidationParameters(ValidationParameters.IgnoreValidationErrors, ValidationParameters.FailOnIncompatibleChange, ValidationParameters.CheckRouting) - Constructor for class com.yahoo.config.model.api.ValidationParameters
 
ValidationParameters.CheckRouting - Enum in com.yahoo.config.model.api
 
ValidationParameters.FailOnIncompatibleChange - Enum in com.yahoo.config.model.api
 
ValidationParameters.IgnoreValidationErrors - Enum in com.yahoo.config.model.api
 
value() - Method in enum com.yahoo.config.application.api.ValidationId
 
valueOf(String) - Static method in enum com.yahoo.config.application.api.DeploymentSpec.UpgradePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.yahoo.config.application.api.Notifications.Role
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.yahoo.config.application.api.Notifications.When
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.yahoo.config.application.api.ValidationId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.yahoo.config.model.api.ConfigChangeAction.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.yahoo.config.model.api.container.ContainerServiceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.yahoo.config.model.api.ValidationParameters.CheckRouting
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.yahoo.config.model.api.ValidationParameters.FailOnIncompatibleChange
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.yahoo.config.model.api.ValidationParameters.IgnoreValidationErrors
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.yahoo.config.application.api.DeploymentSpec.UpgradePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yahoo.config.application.api.Notifications.Role
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yahoo.config.application.api.Notifications.When
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yahoo.config.application.api.ValidationId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yahoo.config.model.api.ConfigChangeAction.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yahoo.config.model.api.container.ContainerServiceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yahoo.config.model.api.ValidationParameters.CheckRouting
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yahoo.config.model.api.ValidationParameters.FailOnIncompatibleChange
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yahoo.config.model.api.ValidationParameters.IgnoreValidationErrors
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in class com.yahoo.config.model.api.EndpointCertificateMetadata
 
version() - Method in interface com.yahoo.config.model.api.Model
Returns the version of this model
version() - Method in interface com.yahoo.config.model.api.ModelFactory
Returns the Vespa version of the models this builds.

W

wantedDockerImageRepo() - Method in interface com.yahoo.config.model.api.ModelContext
The Docker image repo we want to use for images for this deployment (optional, will use default if empty)
wantedNodeVespaVersion() - Method in interface com.yahoo.config.model.api.ModelContext
The Vespa version we want nodes to become
window() - Method in class com.yahoo.config.application.api.DeploymentSpec.ChangeBlocker
 
withRegions(Set<String>) - Method in class com.yahoo.config.application.api.Endpoint
 
writeFile(Reader) - Method in class com.yahoo.config.application.api.ApplicationFile
Write the contents from this reader to this file.
writeMetaData() - Method in interface com.yahoo.config.application.api.ApplicationPackage
 

X

xmlForm() - Method in class com.yahoo.config.application.api.DeploymentSpec
Returns the XML form of this spec, or null if it was not created by fromXml, nor is empty
xmlForm() - Method in class com.yahoo.config.application.api.ValidationOverrides.AllowAllValidationOverrides
Returns the XML form of this, or null if it was not created by fromXml, nor is empty
xmlForm() - Method in class com.yahoo.config.application.api.ValidationOverrides
Returns the XML form of this, or null if it was not created by fromXml, nor is empty

Z

zone() - Method in class com.yahoo.config.application.api.TimeWindow
Returns the time zone of this time window
zone() - Method in interface com.yahoo.config.model.api.ModelContext.Properties
 
zones() - Method in class com.yahoo.config.application.api.DeploymentSpec.DeclaredZone
 
zones() - Method in class com.yahoo.config.application.api.DeploymentSpec.Step
Returns the zones deployed to in this step.
zones() - Method in class com.yahoo.config.application.api.DeploymentSpec.Steps
 
ztsUrl() - Method in interface com.yahoo.config.model.api.ModelContext.Properties
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes All Packages