Package | Description |
---|---|
com.couchbase.client | |
com.couchbase.client.internal | |
com.couchbase.client.protocol.views |
Modifier and Type | Method and Description |
---|---|
ViewResponse |
CouchbaseClientIF.query(AbstractView view,
Query query) |
ViewResponse |
CouchbaseClient.query(AbstractView view,
Query query)
Queries a Couchbase view and returns the result.
|
Modifier and Type | Method and Description |
---|---|
HttpFuture<ViewResponse> |
CouchbaseClientIF.asyncQuery(AbstractView view,
Query query) |
HttpFuture<ViewResponse> |
CouchbaseClient.asyncQuery(AbstractView view,
Query query) |
Modifier and Type | Method and Description |
---|---|
ViewResponse |
ViewFuture.get(long duration,
java.util.concurrent.TimeUnit units) |
Modifier and Type | Method and Description |
---|---|
void |
ViewFuture.set(ViewResponse viewResponse,
net.spy.memcached.internal.BulkFuture<java.util.Map<java.lang.String,java.lang.Object>> oper,
net.spy.memcached.ops.OperationStatus s) |
Modifier and Type | Class and Description |
---|---|
class |
ViewResponseNoDocs
Holds the response of a view query where the map function was
called and the documents are excluded.
|
class |
ViewResponseReduced
Holds the response of a view query where the map and reduce
function were called.
|
class |
ViewResponseWithDocs
Holds the response of a view query where the map function was
called and the documents are included.
|
Modifier and Type | Method and Description |
---|---|
ViewResponse |
Paginator.next()
Returns the next
ViewResponse . |
protected abstract ViewResponse |
ViewOperationImpl.parseResult(java.lang.String json) |
Modifier and Type | Method and Description |
---|---|
void |
ViewOperation.ViewCallback.gotData(ViewResponse response) |
void |
ReducedOperation.ReducedCallback.gotData(ViewResponse response) |
void |
NoDocsOperation.NoDocsCallback.gotData(ViewResponse response) |
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.