Class AbstractBucketConfig
java.lang.Object
com.couchbase.client.dcp.core.config.AbstractBucketConfig
- All Implemented Interfaces:
BucketConfig
- Direct Known Subclasses:
CouchbaseBucketConfig,MemcachedBucketConfig
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractBucketConfig(String name, String uuid, Set<BucketCapability> capabilities) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.couchbase.client.dcp.core.config.BucketConfig
hasCapability
-
Constructor Details
-
AbstractBucketConfig
-
-
Method Details
-
name
Description copied from interface:BucketConfigReturns the name of the bucket.- Specified by:
namein interfaceBucketConfig
-
uuid
Description copied from interface:BucketConfigReturns the UUID of the bucket.The UUID is an opaque value assigned when the bucket is created. If the bucket is deleted and a new bucket is created with the same name, the new bucket will have a different UUID.
- Specified by:
uuidin interfaceBucketConfig
-
capabilities
- Specified by:
capabilitiesin interfaceBucketConfig
-