Uses of Interface
com.yahoo.vespa.config.protocol.JRTClientConfigRequest
Packages that use JRTClientConfigRequest
Package
Description
-
Uses of JRTClientConfigRequest in com.yahoo.config.subscription.impl
Methods in com.yahoo.config.subscription.impl with parameters of type JRTClientConfigRequestModifier and TypeMethodDescriptionprotected voidGenericJRTConfigSubscription.setNewConfig(JRTClientConfigRequest jrtReq) protected voidJRTConfigSubscription.setNewConfig(JRTClientConfigRequest jrtReq) protected voidGenericJRTConfigSubscription.setNewConfigAndGeneration(JRTClientConfigRequest jrtReq) protected voidJRTConfigSubscription.setNewConfigAndGeneration(JRTClientConfigRequest jrtReq) -
Uses of JRTClientConfigRequest in com.yahoo.vespa.config
Methods in com.yahoo.vespa.config with parameters of type JRTClientConfigRequestModifier and TypeMethodDescriptionstatic RawConfigRawConfig.createFromResponseParameters(JRTClientConfigRequest req) Creates a new Config from the given request, with the values in the response parameters. -
Uses of JRTClientConfigRequest in com.yahoo.vespa.config.protocol
Classes in com.yahoo.vespa.config.protocol that implement JRTClientConfigRequestModifier and TypeClassDescriptionfinal classRepresents version 3 config request for config clients.Methods in com.yahoo.vespa.config.protocol that return JRTClientConfigRequestModifier and TypeMethodDescriptionstatic JRTClientConfigRequestJRTClientConfigRequestV3.createFromRaw(RawConfig config, long serverTimeout, Trace trace, CompressionType compressionType, Optional<VespaVersion> vespaVersion) static JRTClientConfigRequestJRTConfigRequestFactory.createFromRaw(RawConfig config, long serverTimeout) static <T extends com.yahoo.config.ConfigInstance>
JRTClientConfigRequestJRTClientConfigRequestV3.createFromSub(JRTConfigSubscription<T> sub, Trace trace, CompressionType compressionType, Optional<VespaVersion> vespaVersion) static <T extends com.yahoo.config.ConfigInstance>
JRTClientConfigRequestJRTConfigRequestFactory.createFromSub(JRTConfigSubscription<T> sub) static JRTClientConfigRequestJRTClientConfigRequestV3.createWithParams(ConfigKey<?> reqKey, DefContent defContent, String hostname, PayloadChecksums payloadChecksums, long generation, long serverTimeout, Trace trace, CompressionType compressionType, Optional<VespaVersion> vespaVersion) JRTClientConfigRequest.nextRequest(long timeout) Create a newJRTClientConfigRequestbased on this request based on the same request parameters, but having the timeout changed.JRTClientConfigRequestV3.nextRequest(long timeout)