| Package | Description |
|---|---|
| com.couchbase.client.core.config | |
| com.couchbase.client.core.config.loader |
| Modifier and Type | Method and 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 and Description |
|---|
DefaultConfigurationProvider(ClusterFacade cluster,
CoreEnvironment environment,
List<Loader> loaderChain,
Map<LoaderType,Refresher> refreshers)
Create a new
DefaultConfigurationProvider. |
| Modifier and Type | Method and Description |
|---|---|
Observable<Tuple2<LoaderType,BucketConfig>> |
Loader.loadConfig(InetAddress seedNode,
String bucket,
String password) |
Observable<Tuple2<LoaderType,BucketConfig>> |
AbstractLoader.loadConfig(InetAddress seedNode,
String bucket,
String password)
Initiate the config loading process.
|
| Constructor and Description |
|---|
AbstractLoader(LoaderType loaderType,
ServiceType serviceType,
ClusterFacade cluster,
CoreEnvironment environment)
Create a new
AbstractLoader. |
Copyright © 2016 Couchbase, Inc.. All rights reserved.