Uses of Interface
com.couchbase.client.core.env.PropertyLoader
-
Packages that use 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 class
ConnectionStringPropertyLoader
ThisPropertyLoader
takes a connection string and applies all properties that are supported and it knows about.class
SystemPropertyPropertyLoader
Methods in com.couchbase.client.core.env with parameters of type PropertyLoader Modifier and Type Method Description SELF
CoreEnvironment.Builder. load(PropertyLoader<CoreEnvironment.Builder> loader)
Immediately loads the properties from the given loader into the environment.
-