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 BucketCapabilityReturns 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 booleanBucketTopology.hasCapability(BucketCapability capability) 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, PartitionMap partitionsForward) MemcachedBucketTopology(String uuid, String name, Set<BucketCapability> capabilities, List<HostAndServicePorts> nodes, KetamaRing<HostAndServicePorts> ketamaRing, MemcachedHashingStrategy hashingStrategy)