Uses of Class
com.couchbase.client.core.config.BucketType
-
Packages that use BucketType Package Description com.couchbase.client.core.config -
-
Uses of BucketType in com.couchbase.client.core.config
Methods in com.couchbase.client.core.config that return BucketType Modifier and Type Method Description BucketType
BucketConfig. type()
The bucket type.BucketType
CouchbaseBucketConfig. type()
BucketType
MemcachedBucketConfig. type()
static BucketType
BucketType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BucketType[]
BucketType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.couchbase.client.core.config with parameters of type BucketType Constructor Description CouchbaseBucketConfig(long rev, long revEpoch, String uuid, String name, String uri, String streamingUri, PartitionInfo partitionInfo, List<NodeInfo> nodeInfos, List<PortInfo> portInfos, List<BucketCapabilities> bucketCapabilities, Map<String,Set<ClusterCapabilities>> clusterCapabilities, BucketType bucketType, String origin)
Creates a newCouchbaseBucketConfig
.
-