Uses of Class
com.couchbase.client.core.config.ConfigVersion
Packages that use ConfigVersion
-
Uses of ConfigVersion in com.couchbase.client.core.config
Fields in com.couchbase.client.core.config declared as ConfigVersionModifier and TypeFieldDescriptionstatic final ConfigVersion
ConfigVersion.ZERO
Deprecated.A synthetic version, older than anything the server could send.Methods in com.couchbase.client.core.config that return ConfigVersionModifier and TypeMethodDescriptionstatic ConfigVersion
LegacyConfigHelper.toLegacy
(TopologyRevision revision) AbstractBucketConfig.version()
Deprecated.BucketConfig.version()
Deprecated.GlobalConfig.version()
Deprecated.Methods in com.couchbase.client.core.config with parameters of type ConfigVersionModifier and TypeMethodDescriptionint
ConfigVersion.compareTo
(ConfigVersion o) Deprecated.boolean
ConfigVersion.isLessThanOrEqualTo
(ConfigVersion other) Deprecated.Constructors in com.couchbase.client.core.config with parameters of type ConfigVersionModifierConstructorDescriptionprotected
AbstractBucketConfig
(String uuid, String name, BucketNodeLocator locator, String uri, String streamingUri, List<NodeInfo> nodeInfo, Set<BucketCapabilities> bucketCapabilities, Map<ServiceType, Set<ClusterCapabilities>> clusterCapabilities, String origin, List<PortInfo> portInfos, ConfigVersion version, ClusterTopologyWithBucket clusterTopology) Deprecated.A "dumb" constructor that assigns the given values directly to the corresponding fields, without any funny business. -
Uses of ConfigVersion in com.couchbase.client.core.msg.kv
Constructors in com.couchbase.client.core.msg.kv with parameters of type ConfigVersionModifierConstructorDescriptionCarrierBucketConfigRequest
(Duration timeout, CoreContext ctx, CollectionIdentifier collectionIdentifier, RetryStrategy retryStrategy, NodeIdentifier target, ConfigVersion ifNewerThan) CarrierGlobalConfigRequest
(Duration timeout, CoreContext ctx, RetryStrategy retryStrategy, NodeIdentifier target, ConfigVersion ifNewerThan)