Uses of Interface
com.couchbase.client.core.env.PropertyLoader
-
Uses of PropertyLoader in com.couchbase.client.core.env
Modifier 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
Modifier and TypeMethodDescriptionstatic <T extends CoreEnvironment.Builder>
PropertyLoader<T>Returns a new property loader that loads the properties from the given map.Modifier and TypeMethodDescriptionCoreEnvironment.Builder.load
(PropertyLoader<CoreEnvironment.Builder> loader) Immediately loads the properties from the given loader into the environment.