Uses of Class
com.couchbase.client.core.env.CompressionConfig
Packages that use CompressionConfig
-
Uses of CompressionConfig in com.couchbase.client.core.env
Methods in com.couchbase.client.core.env that return CompressionConfigModifier and TypeMethodDescriptionCompressionConfig.Builder.build()
CoreEnvironment.compressionConfig()
Returns the current compression configuration.static CompressionConfig
CompressionConfig.create()
Creates aCompressionConfig
with default arguments. -
Uses of CompressionConfig in com.couchbase.client.core.io.netty.kv
Methods in com.couchbase.client.core.io.netty.kv that return CompressionConfigConstructors in com.couchbase.client.core.io.netty.kv with parameters of type CompressionConfigModifierConstructorDescriptionKeyValueChannelContext
(CompressionConfig compression, Optional<String> bucket, CollectionMap collectionMap, com.couchbase.client.core.deps.io.netty.channel.ChannelId channelId, Set<ServerFeature> features)