| Package | Description |
|---|---|
| com.couchbase.client.java.view |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
ViewQuery |
ViewQuery.stale(Stale stale)
Allow the results from a stale view to be used.
|
SpatialViewQuery |
SpatialViewQuery.stale(Stale stale)
Allow the results from a stale view to be used.
|
Copyright © 2015 Couchbase, Inc.