Class CouchbaseBucketConfigParser
java.lang.Object
com.couchbase.client.dcp.core.config.CouchbaseBucketConfigParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CouchbaseBucketConfigparse(byte[] json, String originHost, PortSelector portSelector, NetworkSelector networkSelector)
-
Constructor Details
-
CouchbaseBucketConfigParser
public CouchbaseBucketConfigParser()
-
-
Method Details
-
parse
public static CouchbaseBucketConfig parse(byte[] json, String originHost, PortSelector portSelector, NetworkSelector networkSelector) - Parameters:
originHost- Hostname or IP literal of the address this config was retrieved from. Must not include a port. If it's an IPv6 literal, must not include square brackets.portSelector- TLS or non-TLS?networkSelector- A pre-determined network? Or auto-detect based on the seed nodes?
-