Uses of Class
com.couchbase.client.dcp.core.config.ConfigRevision
Packages that use ConfigRevision
Package
Description
-
Uses of ConfigRevision in com.couchbase.client.dcp.buffer
Methods in com.couchbase.client.dcp.buffer that return ConfigRevision -
Uses of ConfigRevision in com.couchbase.client.dcp.conductor
Methods in com.couchbase.client.dcp.conductor with parameters of type ConfigRevisionModifier and TypeMethodDescriptionvoidBucketConfigArbiter.accept(com.couchbase.client.core.util.HostAndPort origin, String rawConfig, ConfigRevision rev) voidBucketConfigSink.accept(com.couchbase.client.core.util.HostAndPort origin, String rawConfig, ConfigRevision rev) -
Uses of ConfigRevision in com.couchbase.client.dcp.core.config
Fields in com.couchbase.client.dcp.core.config declared as ConfigRevisionModifier and TypeFieldDescriptionstatic final ConfigRevisionConfigRevision.ZEROA synthetic revision, older than anything the server could send.Methods in com.couchbase.client.dcp.core.config that return ConfigRevisionModifier and TypeMethodDescriptionstatic ConfigRevisionConfigRevision.parse(com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode json) ClusterConfig.revision()Methods in com.couchbase.client.dcp.core.config with parameters of type ConfigRevisionModifier and TypeMethodDescriptionintConfigRevision.compareTo(ConfigRevision o) booleanConfigRevision.newerThan(ConfigRevision other) Constructors in com.couchbase.client.dcp.core.config with parameters of type ConfigRevisionModifierConstructorDescriptionClusterConfig(ConfigRevision revision, List<NodeInfo> nodes, Set<ClusterCapability> capabilities, com.couchbase.client.core.env.NetworkResolution network, BucketConfig bucket)