Class CouchbaseClusterService

All Implemented Interfaces:
ConfigurableComponent, ControllerService, CouchbaseClusterControllerService

@CapabilityDescription("Provides a centralized Couchbase connection and bucket passwords management. Bucket passwords can be specified via dynamic properties.") @Tags({"nosql","couchbase","database","connection"}) @DynamicProperty(name="Bucket Password for BUCKET_NAME", value="bucket password", description="Specify bucket password if necessary. Couchbase Server 5.0 or later should use \'User Name\' and \'User Password\' instead.") public class CouchbaseClusterService extends AbstractControllerService implements CouchbaseClusterControllerService
Provides a centralized Couchbase connection and bucket passwords management.