Uses of Enum
com.couchbase.client.core.topology.BucketCapability
Packages that use BucketCapability
-
Uses of BucketCapability in com.couchbase.client.core.topology
Methods in com.couchbase.client.core.topology that return BucketCapabilityModifier 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.Methods in com.couchbase.client.core.topology that return types with arguments of type BucketCapabilityMethods in com.couchbase.client.core.topology with parameters of type BucketCapabilityModifier and TypeMethodDescriptiondefault boolean
BucketTopology.hasCapability
(BucketCapability capability) Method parameters in com.couchbase.client.core.topology with type arguments of type BucketCapabilityModifier and TypeMethodDescriptionClusterTopologyBuilder.CouchbaseBucketTopologyBuilder.capabilities
(Set<BucketCapability> capabilities) Constructor parameters in com.couchbase.client.core.topology with type arguments of type BucketCapabilityModifierConstructorDescriptionCouchbaseBucketTopology
(String name, String uuid, Set<BucketCapability> capabilities, List<HostAndServicePorts> nodes, boolean ephemeral, int replicas, PartitionMap partitions, @Nullable PartitionMap partitionsForward) MemcachedBucketTopology
(String uuid, String name, Set<BucketCapability> capabilities, List<HostAndServicePorts> nodes, KetamaRing<HostAndServicePorts> ketamaRing, MemcachedHashingStrategy hashingStrategy)