Uses of Class
com.yahoo.vespa.config.RawConfig
Packages that use RawConfig
Package
Description
-
Uses of RawConfig in com.yahoo.config.subscription.impl
Methods in com.yahoo.config.subscription.impl that return RawConfigModifier and TypeMethodDescriptionGenericConfigHandle.getRawConfig()GenericJRTConfigSubscription.getRawConfig()Method parameters in com.yahoo.config.subscription.impl with type arguments of type RawConfigModifier and TypeMethodDescriptionGenericConfigSubscriber.subscribe(ConfigKey<RawConfig> key, List<String> defContent, TimingValues timingValues) Subscribes to config without using the class.Constructor parameters in com.yahoo.config.subscription.impl with type arguments of type RawConfigModifierConstructorDescriptionGenericJRTConfigSubscription(ConfigKey<RawConfig> key, List<String> defContent, JRTConfigRequester requester, TimingValues timingValues) -
Uses of RawConfig in com.yahoo.vespa.config
Methods in com.yahoo.vespa.config that return RawConfigModifier and TypeMethodDescriptionstatic RawConfigRawConfig.createFromResponseParameters(JRTClientConfigRequest req) Creates a new Config from the given request, with the values in the response parameters.static RawConfigRawConfig.createFromServerRequest(JRTServerConfigRequest req) Creates a new Config from the given request, with the values in the response parameters.Constructors in com.yahoo.vespa.config with parameters of type RawConfig -
Uses of RawConfig in com.yahoo.vespa.config.protocol
Methods in com.yahoo.vespa.config.protocol with parameters of type RawConfigModifier and TypeMethodDescriptionstatic JRTClientConfigRequestJRTClientConfigRequestV3.createFromRaw(RawConfig config, long serverTimeout, Trace trace, CompressionType compressionType, Optional<VespaVersion> vespaVersion) static JRTClientConfigRequestJRTConfigRequestFactory.createFromRaw(RawConfig config, long serverTimeout)