Uses of Class
com.couchbase.client.dcp.util.Version
Packages that use Version
Package
Description
-
Uses of Version in com.couchbase.client.dcp.config
Methods in com.couchbase.client.dcp.config with parameters of type VersionModifier and TypeMethodDescriptionDcpControl.compression(Version version) Returns the requested compression mode, or the fallback mode if the server does not support the requested mode.abstract CompressionModeCompressionMode.effectiveMode(Version serverVersion) DcpControl.getControls(Version serverVersion) Returns the control settings, adjusted for the actual Couchbase Server version.CompressionMode.getDcpControls(Version serverVersion) CompressionMode.getHelloFeatures(Version serverVersion) -
Uses of Version in com.couchbase.client.dcp.transport.netty
Methods in com.couchbase.client.dcp.transport.netty that return VersionModifier and TypeMethodDescriptionstatic VersionDcpConnectHandler.getServerVersion(com.couchbase.client.core.deps.io.netty.channel.Channel channel) Returns the Couchbase Server version associated with the given channel. -
Uses of Version in com.couchbase.client.dcp.util
Methods in com.couchbase.client.dcp.util that return VersionMethods in com.couchbase.client.dcp.util with parameters of type Version