Uses of Enum Class
com.yahoo.vespa.config.protocol.CompressionType
Packages that use CompressionType
-
Uses of CompressionType in com.yahoo.vespa.config.protocol
Methods in com.yahoo.vespa.config.protocol that return CompressionTypeModifier and TypeMethodDescriptionCompressionInfo.getCompressionType()static CompressionTypeJRTConfigRequestFactory.getCompressionType()protected CompressionTypeJRTServerConfigRequestV3.getCompressionType()static CompressionTypestatic CompressionTypeReturns the enum constant of this class with the specified name.static CompressionType[]CompressionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.vespa.config.protocol with parameters of type CompressionTypeModifier and TypeMethodDescriptionstatic CompressionInfoCompressionInfo.create(CompressionType type, int uncompressedSize) static 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) voidConfigResponse.serialize(OutputStream os, CompressionType uncompressed) voidSlimeConfigResponse.serialize(OutputStream os, CompressionType type) Payload.withCompression(CompressionType requestedCompression) Returns a copy of this payload where the data is compressed using the given compressionConstructors in com.yahoo.vespa.config.protocol with parameters of type CompressionTypeModifierConstructorDescriptionprotectedJRTClientConfigRequestV3(ConfigKey<?> key, String hostname, DefContent defSchema, PayloadChecksums payloadChecksums, long generation, long timeout, Trace trace, CompressionType compressionType, Optional<VespaVersion> vespaVersion)