Uses of Interface
com.couchbase.client.core.config.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()
Returns the attached configuration provider. -
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 ClusterManagerBucketRefresher(ConfigurationProvider provider, Core core)
GlobalRefresher(ConfigurationProvider provider, Core core)
Creates a new global refresher.KeyValueBucketRefresher(ConfigurationProvider provider, Core core)