Uses of Class
com.couchbase.client.java.view.Stale
-
Packages that use Stale Package Description com.couchbase.client.java.view -
-
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 SpatialViewQuery
SpatialViewQuery. stale(Stale stale)
Allow the results from a stale view to be used.ViewQuery
ViewQuery. stale(Stale stale)
Allow the results from a stale view to be used.
-