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(HostAndPort origin, String rawConfig, ConfigRevision rev) voidBucketConfigSink.accept(HostAndPort origin, String rawConfig, ConfigRevision rev) -
Uses of ConfigRevision in com.couchbase.client.dcp.core.config
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()CouchbaseBucketConfig.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, NetworkResolution network)