Uses of Class
com.couchbase.client.core.config.ConfigVersion
-
Uses of ConfigVersion in com.couchbase.client.core.config
Modifier and TypeFieldDescriptionstatic final ConfigVersion
ConfigVersion.ZERO
Deprecated.A synthetic version, older than anything the server could send.Modifier and TypeMethodDescriptionstatic ConfigVersion
LegacyConfigHelper.toLegacy
(TopologyRevision revision) AbstractBucketConfig.version()
Deprecated.BucketConfig.version()
Deprecated.GlobalConfig.version()
Deprecated.Modifier and TypeMethodDescriptionint
ConfigVersion.compareTo
(ConfigVersion o) Deprecated.boolean
ConfigVersion.isLessThanOrEqualTo
(ConfigVersion other) Deprecated.ModifierConstructorDescriptionprotected
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) 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
ModifierConstructorDescriptionCarrierBucketConfigRequest
(Duration timeout, CoreContext ctx, CollectionIdentifier collectionIdentifier, RetryStrategy retryStrategy, NodeIdentifier target, ConfigVersion ifNewerThan) CarrierGlobalConfigRequest
(Duration timeout, CoreContext ctx, RetryStrategy retryStrategy, NodeIdentifier target, ConfigVersion ifNewerThan)