Uses of Enum
com.couchbase.client.core.config.BucketCapabilities
Packages that use BucketCapabilities
-
Uses of BucketCapabilities in com.couchbase.client.core.config
Methods in com.couchbase.client.core.config that return BucketCapabilitiesModifier and TypeMethodDescriptionstatic BucketCapabilities
Deprecated.Returns the enum constant of this type with the specified name.static BucketCapabilities[]
BucketCapabilities.values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.core.config that return types with arguments of type BucketCapabilitiesModifier and TypeMethodDescriptionAbstractBucketConfig.bucketCapabilities()
Deprecated.BucketConfig.bucketCapabilities()
Deprecated.Returns all the capabilities that are enabled and recognized on this bucket.Constructor parameters in com.couchbase.client.core.config with type arguments of type BucketCapabilitiesModifierConstructorDescriptionprotected
AbstractBucketConfig
(String uuid, String name, BucketNodeLocator locator, String uri, String streamingUri, List<NodeInfo> nodeInfo, Set<BucketCapabilities> bucketCapabilities, Map<ServiceType, Set<ClusterCapabilities>> clusterCapabilities, String origin, List<PortInfo> portInfos, ConfigVersion version, ClusterTopologyWithBucket clusterTopology) Deprecated.A "dumb" constructor that assigns the given values directly to the corresponding fields, without any funny business.