Uses of Class
com.couchbase.client.clustermanager.BucketType

Packages that use BucketType
com.couchbase.client   
com.couchbase.client.clustermanager   
 

Uses of BucketType in com.couchbase.client
 

Methods in com.couchbase.client with parameters of type BucketType
 void ClusterManager.createDefaultBucket(BucketType type, int memorySizeMB, int replicas, boolean flushEnabled)
          Creates the default bucket.
 void ClusterManager.createNamedBucket(BucketType type, java.lang.String name, int memorySizeMB, int replicas, java.lang.String authPassword, boolean flushEnabled)
          Creates a named bucket with a given password for SASL authentication.
 void ClusterManager.createPortBucket(BucketType type, java.lang.String name, int memorySizeMB, int replicas, int port, boolean flush)
          Creates the a sasl bucket.
 

Uses of BucketType in com.couchbase.client.clustermanager
 

Methods in com.couchbase.client.clustermanager that return BucketType
static BucketType BucketType.valueOf(java.lang.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.
 



Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.