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