Uses of Enum Class
com.couchbase.client.dcp.core.config.BucketCapability
Packages that use BucketCapability
Package
Description
-
Uses of BucketCapability in com.couchbase.client.dcp.buffer
Methods in com.couchbase.client.dcp.buffer with parameters of type BucketCapabilityModifier and TypeMethodDescriptionbooleanDcpBucketConfig.hasCapability(BucketCapability capability) -
Uses of BucketCapability in com.couchbase.client.dcp.conductor
Methods in com.couchbase.client.dcp.conductor with parameters of type BucketCapabilityMethod parameters in com.couchbase.client.dcp.conductor with type arguments of type BucketCapabilityModifier and TypeMethodDescriptionbooleanConductor.hasCapabilities(Collection<BucketCapability> capabilities) -
Uses of BucketCapability in com.couchbase.client.dcp.core.config
Methods in com.couchbase.client.dcp.core.config that return BucketCapabilityModifier and TypeMethodDescriptionstatic BucketCapabilityReturns the enum constant of this class with the specified name.static BucketCapability[]BucketCapability.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.couchbase.client.dcp.core.config that return types with arguments of type BucketCapabilityModifier and TypeMethodDescriptionAbstractBucketConfig.capabilities()BucketConfig.capabilities()Methods in com.couchbase.client.dcp.core.config with parameters of type BucketCapabilityModifier and TypeMethodDescriptiondefault booleanBucketConfig.hasCapability(BucketCapability capability) Constructor parameters in com.couchbase.client.dcp.core.config with type arguments of type BucketCapabilityModifierConstructorDescriptionAbstractBucketConfig(String name, String uuid, Set<BucketCapability> capabilities) CouchbaseBucketConfig(String name, String uuid, Set<BucketCapability> capabilities, boolean ephemeral, int replicas, PartitionMap partitions, PartitionMap partitionsForward) MemcachedBucketConfig(String uuid, String name, Set<BucketCapability> capabilities, KetamaRing<NodeInfo> ketamaRing) -
Uses of BucketCapability in com.couchbase.client.dcp.message
Methods in com.couchbase.client.dcp.message that return types with arguments of type BucketCapability