Package | Description |
---|---|
com.couchbase.client.java | |
com.couchbase.client.java.view |
Modifier and Type | Method and Description |
---|---|
ViewResult |
Bucket.query(ViewQuery query)
Queries a Couchbase Server
View with the default view timeout . |
ViewResult |
CouchbaseBucket.query(ViewQuery query) |
ViewResult |
Bucket.query(ViewQuery query,
long timeout,
TimeUnit timeUnit)
Queries a Couchbase Server
View with a custom timeout. |
ViewResult |
CouchbaseBucket.query(ViewQuery query,
long timeout,
TimeUnit timeUnit) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultViewResult |
Copyright © 2015 Couchbase, Inc.