Package | Description |
---|---|
com.couchbase.client.core.env | |
com.couchbase.client.core.io.netty.kv |
Modifier and Type | Method and Description |
---|---|
CompressionConfig |
CompressionConfig.Builder.build() |
CompressionConfig |
CoreEnvironment.compressionConfig()
Returns the current compression configuration.
|
static CompressionConfig |
CompressionConfig.create()
Creates a
CompressionConfig with default arguments. |
Modifier and Type | Method and Description |
---|---|
CompressionConfig |
KeyValueChannelContext.compressionConfig() |
Constructor and 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) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.