Package com.yahoo.vespa.config
@ExportPackage
package com.yahoo.vespa.config
-
ClassDescriptionA ConfigKey that also uses the def MD5 sum.Represents one legal def file, or (internally) one array or inner array definition in a def file.An array def is a ConfigDefinition with only one other type of scalar def.A Default specification where instances _may_ have a default value.The type is called 'double' in .def files, but it is a 64-bit IEE 754 double, which means it must be represented as a double in Java.An InnerArray def is a ConfigDefinition with n scalar types of defs, and maybe sub-InnerArraysDef of a myMap{} int.A value which may be either an url or a path.A ConfigDefinition that represents a struct, e.g.Def of a myMap{}.myInt int.String based ("untyped") type specification used by parser and arrays.Compares def-versions.Builds a ConfigDefinition from a tree of CNodes.A config definition key: name, namespace)ConfigKey<CONFIGCLASS extends com.yahoo.config.ConfigInstance>Class for holding the key when doing cache look-ups and other management of config instances.A config payload.ConfigPayloadApplier<T extends com.yahoo.config.ConfigInstance.Builder>A utility class that can be used to apply a payload to a config builder.Helper class for building Slime config payloads, while supporting referring to payloads with their indices.ConfigTransformer<T extends com.yahoo.config.ConfigInstance>A utility class that can be used to transform config from one format to another.Workaround since FileAcquirer is in a separate module that depends on config.Applies default values of a given config definition to a slime payload.Interface for counters.A generic config with an internal generic builder that mimics a real config builder in order to support builders when we don't have the schema.Interface for getConfig requests.A JRT connection to a config server or config proxy.A pool of JRT connections to a config source (either a config server or a config proxy).Defines methods used for RPC config requests.Wrapper for LZ4 compression that selects compression level based on properties.Checksums of config definition payload or config payload, md5 and xxhash64 are the supported types at the moment.Checksums for config payload, typically 1 for each PayloadChecksum type (md5 and xxhash64).Encapsulates config, usually associated with a
JRTConfigRequest
.Timeouts, delays and retries used in RPC config protocol.Used when a config model does not recognize a config id