Package com.couchbase.client.core.env
Class ConnectionStringPropertyLoader
java.lang.Object
com.couchbase.client.core.env.ConnectionStringPropertyLoader
- All Implemented Interfaces:
PropertyLoader<CoreEnvironment.Builder>
public class ConnectionStringPropertyLoader extends Object implements PropertyLoader<CoreEnvironment.Builder>
This
PropertyLoader
takes a connection string and applies all properties
that are supported and it knows about.- Since:
- 2.0.0
-
Constructor Summary
Constructors Constructor Description ConnectionStringPropertyLoader(String connectionString)
-
Method Summary
Modifier and Type Method Description void
load(CoreEnvironment.Builder builder)
-
Constructor Details
-
ConnectionStringPropertyLoader
-
-
Method Details
-
load
- Specified by:
load
in interfacePropertyLoader<CoreEnvironment.Builder>
-