Uses of Interface
com.couchbase.client.dcp.core.config.BucketConfig
Packages that use BucketConfig
Package
Description
-
Uses of BucketConfig in com.couchbase.client.dcp.core.config
Subinterfaces of BucketConfig in com.couchbase.client.dcp.core.configModifier and TypeInterfaceDescriptioninterfaceA configuration representing the couchbase bucket.Classes in com.couchbase.client.dcp.core.config that implement BucketConfigMethods in com.couchbase.client.dcp.core.config that return BucketConfigModifier and TypeMethodDescriptionSetter to inject the password manually into the config.Set user authorized for the bucket access. -
Uses of BucketConfig in com.couchbase.client.dcp.core.config.parser
Methods in com.couchbase.client.dcp.core.config.parser that return BucketConfigModifier and TypeMethodDescriptionstatic BucketConfigBucketConfigParser.parse(String input, HostAndPort origin) Parse a raw configuration into aBucketConfig.