| Package | Description |
|---|---|
| com.couchbase.client.dcp | |
| com.couchbase.client.dcp.config |
| Modifier and Type | Method and Description |
|---|---|
Client.Builder |
Client.Builder.compression(CompressionMode compressionMode)
Sets the compression mode for message values sent by Couchbase Server.
|
| Modifier and Type | Method and Description |
|---|---|
CompressionMode |
DcpControl.compression(Version version)
Returns the requested compression mode, or the fallback mode if the
server does not support the requested mode.
|
abstract CompressionMode |
CompressionMode.effectiveMode(Version serverVersion) |
static CompressionMode |
CompressionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressionMode[] |
CompressionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DcpControl.compression(CompressionMode compressionMode)
Set the compression mode to use.
|
Copyright © 2021 Couchbase, Inc.. All rights reserved.