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 TypeClassDescriptionclassAbstractMapPropertyLoader<B extends CoreEnvironment.Builder>Loads properties from a string/string map.classThisPropertyLoadertakes a connection string and applies all properties that are supported and it knows about.classMethods 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.