| Package | Description |
|---|---|
| com.couchbase.client.java.cluster | |
| com.couchbase.client.java.util.features |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultClusterInfo.checkAvailable(CouchbaseFeature feature) |
boolean |
ClusterInfo.checkAvailable(CouchbaseFeature feature)
Checks the availability of a specified
CouchbaseFeature on the associated Cluster. |
| Modifier and Type | Method and Description |
|---|---|
static CouchbaseFeature |
CouchbaseFeature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CouchbaseFeature[] |
CouchbaseFeature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015 Couchbase, Inc.