Class GlobalConfigParser

java.lang.Object
com.couchbase.client.core.config.GlobalConfigParser

@Deprecated public class GlobalConfigParser extends Object
Deprecated.
In favor of TopologyParser
See Also:
  • Constructor Details

    • GlobalConfigParser

      public GlobalConfigParser()
      Deprecated.
  • Method Details

    • parse

      public static GlobalConfig parse(String input, String origin)
      Deprecated.
      Parse a raw configuration into a GlobalConfig.
      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.