public final class BucketConfigParser extends Object
BucketConfig.| Constructor and Description |
|---|
BucketConfigParser() |
| Modifier and Type | Method and Description |
|---|---|
static BucketConfig |
parse(String input,
CoreEnvironment env,
String origin)
Parse a raw configuration into a
BucketConfig. |
public static BucketConfig parse(String input, CoreEnvironment env, String origin)
BucketConfig.input - the raw string input.env - the environment to use.origin - the origin of the configuration. If null / none provided then localhost is assumed.Copyright © 2024 Couchbase, Inc.. All rights reserved.