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 BucketTypeBucketConfig. type()The bucket type.BucketTypeCouchbaseBucketConfig. type()BucketTypeMemcachedBucketConfig. type()static BucketTypeBucketType. 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.
-