Uses of Class
com.couchbase.client.core.env.CompressionConfig
-
Packages that use CompressionConfig Package Description com.couchbase.client.core.env com.couchbase.client.core.io.netty.kv -
-
Uses of CompressionConfig in com.couchbase.client.core.env
Methods in com.couchbase.client.core.env that return CompressionConfig Modifier and Type Method Description CompressionConfig
CompressionConfig.Builder. build()
CompressionConfig
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 CompressionConfig Modifier and Type Method Description CompressionConfig
KeyValueChannelContext. compressionConfig()
Constructors in com.couchbase.client.core.io.netty.kv with parameters of type CompressionConfig Constructor Description KeyValueChannelContext(CompressionConfig compression, boolean collections, boolean mutationTokens, Optional<String> bucket, boolean syncReplication, boolean vattrEnabled, boolean altRequest, CollectionMap collectionMap, com.couchbase.client.core.deps.io.netty.channel.ChannelId channelId, boolean createAsDeleted, boolean preserveTtl)
-