Uses of Class
com.couchbase.client.core.config.ProposedBucketConfigContext
-
Packages that use ProposedBucketConfigContext Package Description com.couchbase.client.core.config com.couchbase.client.core.config.refresher -
-
Uses of ProposedBucketConfigContext in com.couchbase.client.core.config
Methods in com.couchbase.client.core.config with parameters of type ProposedBucketConfigContext Modifier and Type Method Description void
ConfigurationProvider. proposeBucketConfig(ProposedBucketConfigContext ctx)
Propose a new bucket config with surrounding context.void
DefaultConfigurationProvider. proposeBucketConfig(ProposedBucketConfigContext ctx)
-
Uses of ProposedBucketConfigContext in com.couchbase.client.core.config.refresher
Methods in com.couchbase.client.core.config.refresher that return types with arguments of type ProposedBucketConfigContext Modifier and Type Method Description rx.Observable<ProposedBucketConfigContext>
AbstractRefresher. configs()
rx.Observable<ProposedBucketConfigContext>
Refresher. configs()
Returns theObservable
which will push out new configuration updates.Methods in com.couchbase.client.core.config.refresher with parameters of type ProposedBucketConfigContext Modifier and Type Method Description protected void
AbstractRefresher. pushConfig(ProposedBucketConfigContext ctx)
Push aBucketConfig
into the config stream.
-