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 classAbstractMapPropertyLoader<B extends CoreEnvironment.Builder>Loads properties from a string/string map.classConnectionStringPropertyLoaderThisPropertyLoadertakes a connection string and applies all properties that are supported and it knows about.classSystemPropertyPropertyLoaderMethods in com.couchbase.client.core.env that return PropertyLoader Modifier and Type Method Description static <T extends CoreEnvironment.Builder>
PropertyLoader<T>PropertyLoader. fromMap(Map<String,String> properties)Returns a new property loader that loads the properties from the given map.Methods 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.
-