Uses of Class
com.couchbase.client.java.util.features.CouchbaseFeature
-
Packages that use CouchbaseFeature Package Description com.couchbase.client.java.cluster com.couchbase.client.java.util.features -
-
Uses of CouchbaseFeature in com.couchbase.client.java.cluster
Methods in com.couchbase.client.java.cluster with parameters of type CouchbaseFeature Modifier and Type Method Description boolean
ClusterInfo. checkAvailable(CouchbaseFeature feature)
Checks the availability of a specifiedCouchbaseFeature
on the associatedCluster
.boolean
DefaultClusterInfo. checkAvailable(CouchbaseFeature feature)
-
Uses of CouchbaseFeature in com.couchbase.client.java.util.features
Methods in com.couchbase.client.java.util.features that return CouchbaseFeature Modifier and Type Method 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.
-