Uses of Enum Class
com.couchbase.client.dcp.core.config.BucketCapability
Packages that use BucketCapability
-
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 BucketCapabilityMethods in com.couchbase.client.dcp.core.config with parameters of type BucketCapabilityModifier and TypeMethodDescriptionbooleanCouchbaseBucketConfig.hasCapability(BucketCapability capability) Constructor parameters in com.couchbase.client.dcp.core.config with type arguments of type BucketCapabilityModifierConstructorDescriptionCouchbaseBucketConfig(ClusterConfig clusterConfig, String name, String uuid, Set<BucketCapability> capabilities, boolean ephemeral, int replicas, PartitionMap partitions, PartitionMap partitionsForward)