Uses of Interface
com.couchbase.client.core.env.PropertyLoader
Packages that use PropertyLoader
-
Uses of PropertyLoader in com.couchbase.client.core.env
Classes in com.couchbase.client.core.env that implement PropertyLoaderModifier and TypeClassDescriptionclass
AbstractMapPropertyLoader<B extends CoreEnvironment.Builder>
Loads properties from a string/string map.class
ThisPropertyLoader
takes a connection string and applies all properties that are supported and it knows about.class
Methods in com.couchbase.client.core.env that return PropertyLoaderModifier and TypeMethodDescriptionstatic <T extends CoreEnvironment.Builder>
PropertyLoader<T> Returns a new property loader that loads the properties from the given map.Methods in com.couchbase.client.core.env with parameters of type PropertyLoaderModifier and TypeMethodDescriptionCoreEnvironment.Builder.load
(PropertyLoader<CoreEnvironment.Builder> loader) Immediately loads the properties from the given loader into the environment.