Package com.couchbase.client.core.config
Class GlobalConfigParser
java.lang.Object
com.couchbase.client.core.config.GlobalConfigParser
Deprecated.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic GlobalConfig
Deprecated.Parse a raw configuration into aGlobalConfig
.
-
Constructor Details
-
GlobalConfigParser
public GlobalConfigParser()Deprecated.
-
-
Method Details
-
parse
Deprecated.Parse a raw configuration into aGlobalConfig
.- Parameters:
input
- the raw string input.origin
- the origin of the configuration. If null / none provided then localhost is assumed.- Returns:
- the parsed bucket configuration.
-
TopologyParser