Uses of Class
com.couchbase.client.core.config.LoaderType
-
Packages that use LoaderType Package Description com.couchbase.client.core.config com.couchbase.client.core.config.loader -
-
Uses of LoaderType in com.couchbase.client.core.config
Methods in com.couchbase.client.core.config that return LoaderType Modifier and Type Method Description static LoaderType
LoaderType. valueOf(String name)
Returns the enum constant of this type with the specified name.static LoaderType[]
LoaderType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in com.couchbase.client.core.config with type arguments of type LoaderType Constructor Description DefaultConfigurationProvider(ClusterFacade cluster, CoreEnvironment environment, List<Loader> loaderChain, Map<LoaderType,Refresher> refreshers)
Create a newDefaultConfigurationProvider
. -
Uses of LoaderType in com.couchbase.client.core.config.loader
Methods in com.couchbase.client.core.config.loader that return types with arguments of type LoaderType Modifier and Type Method Description rx.Observable<Tuple2<LoaderType,BucketConfig>>
AbstractLoader. loadConfig(String seedNode, String bucket, String password)
Initiate the config loading process.rx.Observable<Tuple2<LoaderType,BucketConfig>>
AbstractLoader. loadConfig(String seedNode, String bucket, String username, String password)
Initiate the config loading process.rx.Observable<Tuple2<LoaderType,BucketConfig>>
Loader. loadConfig(String seedNode, String bucket, String password)
Deprecated.rx.Observable<Tuple2<LoaderType,BucketConfig>>
Loader. loadConfig(String seedNode, String bucket, String username, String password)
Constructors in com.couchbase.client.core.config.loader with parameters of type LoaderType Constructor Description AbstractLoader(LoaderType loaderType, ServiceType serviceType, ClusterFacade cluster, CoreEnvironment environment)
Create a newAbstractLoader
.
-