Package | Description |
---|---|
com.couchbase.client | |
com.couchbase.client.clustermanager |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.