Package com.couchbase.client.core.config
Class ProposedBucketConfigContext
java.lang.Object
com.couchbase.client.core.config.ProposedBucketConfigContext
This context keeps together a bunch of related information needed to turn a raw
config into a parsed one.
- Since:
- 1.5.8
- Author:
- Michael Nitschinger
-
Constructor Summary
ConstructorsConstructorDescriptionProposedBucketConfigContext
(String bucketName, String config, String origin) Creates a new proposed bucket config context. -
Method Summary
-
Constructor Details
-
ProposedBucketConfigContext
Creates a new proposed bucket config context.- Parameters:
bucketName
- the name of the bucket, must not be null.config
- the raw config, must not be null.origin
- the origin of the config, can be null.
-
-
Method Details