Uses of Class
com.couchbase.client.java.view.Stale
-
Packages that use Stale Package Description com.couchbase.client.java.view Namespace for various view-service related classes. -
-
Uses of Stale in com.couchbase.client.java.view
Methods in com.couchbase.client.java.view that return Stale Modifier and Type Method Description static Stale
Stale. valueOf(String name)
Returns the enum constant of this type with the specified name.static Stale[]
Stale. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.java.view with parameters of type Stale Modifier and Type Method Description ViewOptions
ViewOptions. stale(Stale stale)
Allow the results from a stale view to be used.
-