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 ConfigVersionConfigVersion.ZEROA synthetic version, older than anything the server could send.Methods in com.couchbase.client.core.config that return ConfigVersionModifier and TypeMethodDescriptionAbstractBucketConfig.version()BucketConfig.version()GlobalConfig.version()Methods in com.couchbase.client.core.config with parameters of type ConfigVersionModifier and TypeMethodDescriptionintConfigVersion.compareTo(ConfigVersion o) booleanConfigVersion.isLessThanOrEqualTo(ConfigVersion other) -
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)