Uses of Interface
com.couchbase.client.core.config.ConfigurationProvider
-
Packages that use ConfigurationProvider Package Description com.couchbase.client.core com.couchbase.client.core.config com.couchbase.client.core.config.refresher -
-
Uses of ConfigurationProvider in com.couchbase.client.core
Methods in com.couchbase.client.core that return ConfigurationProvider Modifier and Type Method Description ConfigurationProvider
Core. configurationProvider()
-
Uses of ConfigurationProvider in com.couchbase.client.core.config
Classes in com.couchbase.client.core.config that implement ConfigurationProvider Modifier and Type Class Description class
DefaultConfigurationProvider
The standardConfigurationProvider
that is used by default. -
Uses of ConfigurationProvider in com.couchbase.client.core.config.refresher
Constructors in com.couchbase.client.core.config.refresher with parameters of type ConfigurationProvider Constructor Description ClusterManagerRefresher(ConfigurationProvider provider, Core core)
KeyValueRefresher(ConfigurationProvider provider, Core core)
-