Uses of Enum
com.couchbase.client.core.topology.BucketCapability
-
Uses of BucketCapability in com.couchbase.client.core.topology
Modifier and TypeMethodDescriptionstatic BucketCapability
Returns the enum constant of this type with the specified name.static BucketCapability[]
BucketCapability.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptiondefault boolean
BucketTopology.hasCapability
(BucketCapability capability) ModifierConstructorDescriptionCouchbaseBucketTopology
(String name, String uuid, Set<BucketCapability> capabilities, List<HostAndServicePorts> nodes, boolean ephemeral, int replicas, PartitionMap partitions, PartitionMap partitionsForward) MemcachedBucketTopology
(String uuid, String name, Set<BucketCapability> capabilities, List<HostAndServicePorts> nodes, KetamaRing<HostAndServicePorts> ketamaRing, MemcachedHashingStrategy hashingStrategy)