Uses of Interface
com.couchbase.client.core.env.PropertyLoader
| Package | Description |
|---|---|
| com.couchbase.client.core.env |
-
Uses of PropertyLoader in com.couchbase.client.core.env
Classes in com.couchbase.client.core.env that implement PropertyLoader Modifier and Type Class Description classConnectionStringPropertyLoaderThisPropertyLoadertakes a connection string and applies all properties that are supported and it knows about.classSystemPropertyPropertyLoaderMethods in com.couchbase.client.core.env with parameters of type PropertyLoader Modifier and Type Method Description SELFCoreEnvironment.Builder. load(PropertyLoader<CoreEnvironment.Builder> loader)Immediately loads the properties from the given loader into the environment.