Class exposing the various available management operations that can be performed on a cluster.
package |
Couchbase |
---|
listBuckets() : mixed
mixed
createBucket(string $name, array $opts = array()) : mixed
string
The bucket name.
array
The options for this bucket.
mixed
removeBucket(string $name) : mixed
string
mixed
info() : mixed
Returns an associative array of status information as seen on the cluster. The exact structure of the returned data can be seen in the Couchbase Manual by looking at the cluster /info endpoint.
throws | |
---|---|
mixed
The status information.