Uses of Class
com.yahoo.vespa.config.protocol.VespaVersion
Packages that use VespaVersion
-
Uses of VespaVersion in com.yahoo.vespa.config
Methods in com.yahoo.vespa.config that return types with arguments of type VespaVersionModifier and TypeMethodDescriptionGetConfigRequest.getVespaVersion()Get Vespa version for this GetConfigRequestRawConfig.getVespaVersion()Constructor parameters in com.yahoo.vespa.config with type arguments of type VespaVersionModifierConstructorDescriptionRawConfig(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 VespaVersion in com.yahoo.vespa.config.protocol
Methods in com.yahoo.vespa.config.protocol that return VespaVersionMethods in com.yahoo.vespa.config.protocol that return types with arguments of type VespaVersionModifier and TypeMethodDescriptionJRTClientConfigRequestV3.getVespaVersion()JRTConfigRequest.getVespaVersion()Returns the Vespa version of the client that initiated the requestJRTServerConfigRequestV3.getVespaVersion()Method parameters in com.yahoo.vespa.config.protocol with type arguments of type VespaVersionModifier and TypeMethodDescriptionstatic JRTClientConfigRequestJRTClientConfigRequestV3.createFromRaw(RawConfig config, long serverTimeout, Trace trace, CompressionType compressionType, Optional<VespaVersion> vespaVersion) static <T extends com.yahoo.config.ConfigInstance>
JRTClientConfigRequestJRTClientConfigRequestV3.createFromSub(JRTConfigSubscription<T> sub, Trace trace, CompressionType compressionType, Optional<VespaVersion> vespaVersion) static JRTClientConfigRequestJRTClientConfigRequestV3.createWithParams(ConfigKey<?> reqKey, DefContent defContent, String hostname, PayloadChecksums payloadChecksums, long generation, long serverTimeout, Trace trace, CompressionType compressionType, Optional<VespaVersion> vespaVersion) Constructor parameters in com.yahoo.vespa.config.protocol with type arguments of type VespaVersionModifierConstructorDescriptionprotectedJRTClientConfigRequestV3(ConfigKey<?> key, String hostname, DefContent defSchema, PayloadChecksums payloadChecksums, long generation, long timeout, Trace trace, CompressionType compressionType, Optional<VespaVersion> vespaVersion)