Uses of Class
com.yahoo.vespa.config.ConfigKey
Packages that use ConfigKey
Package
Description
Classes for subscribing to Vespa config.
-
Uses of ConfigKey in com.yahoo.config.subscription
Methods in com.yahoo.config.subscription with parameters of type ConfigKeyModifier and TypeMethodDescriptionbooleanReturns true if this set contains a config instance matching the given keycom.yahoo.config.ConfigInstance.BuilderReturns a Builder matching the given key, or null if no matchstatic voidprotected voidConfigSubscriber.subscribeAndHandleErrors(ConfigSubscription<?> sub, ConfigKey<?> configKey, ConfigHandle<?> handle, TimingValues timingValues) -
Uses of ConfigKey in com.yahoo.config.subscription.impl
Fields in com.yahoo.config.subscription.impl declared as ConfigKeyMethods in com.yahoo.config.subscription.impl that return ConfigKeyModifier and TypeMethodDescriptionConfigSubscription.getKey()The config key which this subscription uses to identify its configMethods in com.yahoo.config.subscription.impl with parameters of type ConfigKeyModifier and TypeMethodDescriptionstatic <T extends com.yahoo.config.ConfigInstance>
ConfigSubscription<T>ConfigSubscription.get(ConfigKey<T> key, JrtConfigRequesters requesters, ConfigSource source, TimingValues timingValues) Correct type of ConfigSubscription instance based on type of source or form of config idGenericConfigSubscriber.subscribe(ConfigKey<RawConfig> key, List<String> defContent, TimingValues timingValues) Subscribes to config without using the class.Constructors in com.yahoo.config.subscription.impl with parameters of type ConfigKeyModifierConstructorDescriptionGenericJRTConfigSubscription(ConfigKey<RawConfig> key, List<String> defContent, JRTConfigRequester requester, TimingValues timingValues) JRTConfigSubscription(ConfigKey<T> key, JRTConfigRequester requester, TimingValues timingValues) -
Uses of ConfigKey in com.yahoo.vespa.config
Methods in com.yahoo.vespa.config that return ConfigKeyModifier and TypeMethodDescriptionstatic ConfigKey<?>ConfigKey.createFull(String name, String configId, String namespace) ConfigKey<?>GetConfigRequest.getConfigKey()Returns the ConfigKey for this request.ConfigKey<?>ConfigCacheKey.getKey()ConfigKey<?>RawConfig.getKey()Methods in com.yahoo.vespa.config with parameters of type ConfigKeyModifier and TypeMethodDescriptionintComparison sort order: namespace, name, configId.Constructors in com.yahoo.vespa.config with parameters of type ConfigKeyModifierConstructorDescriptionConfigCacheKey(ConfigKey<?> key, String defMd5) Constructs a new server key based on the contents of the givenConfigKeyand the def md5 sum.ConfigDefinitionKey(ConfigKey<?> key) Constructor for an empty config (not yet resolved).RawConfig(ConfigKey<?> key, String defMd5, Payload payload, PayloadChecksums payloadChecksums, long generation, boolean applyOnRestart, int errorCode, List<String> defContent, Optional<VespaVersion> vespaVersion) RawConfig(ConfigKey<?> key, String defMd5, Payload payload, PayloadChecksums payloadChecksums, long generation, boolean applyOnRestart, List<String> defContent, Optional<VespaVersion> vespaVersion) -
Uses of ConfigKey in com.yahoo.vespa.config.protocol
Methods in com.yahoo.vespa.config.protocol that return ConfigKeyModifier and TypeMethodDescriptionConfigKey<?>JRTClientConfigRequestV3.getConfigKey()ConfigKey<?>JRTConfigRequest.getConfigKey()Returns the config key of the config request.ConfigKey<?>JRTServerConfigRequestV3.getConfigKey()Methods in com.yahoo.vespa.config.protocol with parameters of type ConfigKeyModifier and TypeMethodDescriptionstatic JRTClientConfigRequestJRTClientConfigRequestV3.createWithParams(ConfigKey<?> reqKey, DefContent defContent, String hostname, PayloadChecksums payloadChecksums, long generation, long serverTimeout, Trace trace, CompressionType compressionType, Optional<VespaVersion> vespaVersion) Constructors in com.yahoo.vespa.config.protocol with parameters of type ConfigKeyModifierConstructorDescriptionprotectedJRTClientConfigRequestV3(ConfigKey<?> key, String hostname, DefContent defSchema, PayloadChecksums payloadChecksums, long generation, long timeout, Trace trace, CompressionType compressionType, Optional<VespaVersion> vespaVersion)