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 booleanClusterInfo. checkAvailable(CouchbaseFeature feature)Checks the availability of a specifiedCouchbaseFeatureon the associatedCluster.booleanDefaultClusterInfo. 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 CouchbaseFeatureCouchbaseFeature. 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.
-