Uses of Interface
com.couchbase.client.core.config.loader.Loader
-
Packages that use Loader Package Description com.couchbase.client.core.config.loader -
-
Uses of Loader in com.couchbase.client.core.config.loader
Classes in com.couchbase.client.core.config.loader that implement Loader Modifier and Type Class Description class
BaseLoader
TheBaseLoader
contains all common functionality needed for the actual loader implementations.class
ClusterManagerLoader
This loader is responsible for loading a config from the cluster manager.class
KeyValueLoader
This loader is responsible for initially loading a configuration through the kv protocol.
-