Uses of Interface
com.couchbase.client.core.config.ConfigurationProvider
Packages that use ConfigurationProvider
Package
Description
-
Uses of ConfigurationProvider in com.couchbase.client.core
Methods in com.couchbase.client.core that return ConfigurationProviderModifier and TypeMethodDescriptionCore.configurationProvider()Returns the attached configuration provider. -
Uses of ConfigurationProvider in com.couchbase.client.core.config
Classes in com.couchbase.client.core.config that implement ConfigurationProviderModifier and TypeClassDescriptionclassThe standardConfigurationProviderthat 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 ConfigurationProviderModifierConstructorDescriptionClusterManagerBucketRefresher(ConfigurationProvider provider, Core core) GlobalRefresher(ConfigurationProvider provider, Core core) Creates a new global refresher.KeyValueBucketRefresher(ConfigurationProvider provider, Core core)