| Package | Description |
|---|---|
| com.couchbase.client.dcp.config | |
| com.couchbase.client.dcp.transport.netty | |
| com.couchbase.client.dcp.util |
| 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) |
Map<String,String> |
DcpControl.getControls(Version serverVersion)
Returns the control settings, adjusted for the actual Couchbase Server version.
|
abstract Map<String,String> |
CompressionMode.getDcpControls(Version serverVersion) |
Set<HelloFeature> |
CompressionMode.getHelloFeatures(Version serverVersion) |
| Modifier and Type | Method and Description |
|---|---|
static Version |
DcpConnectHandler.getServerVersion(io.netty.channel.Channel channel)
Returns the Couchbase Server version associated with the given channel.
|
| Modifier and Type | Method and Description |
|---|---|
static Version |
Version.parseVersion(String versionString)
|
| Modifier and Type | Method and Description |
|---|---|
int |
Version.compareTo(Version o) |
boolean |
Version.isAtLeast(Version other) |
Copyright © 2021 Couchbase, Inc.. All rights reserved.