Package | Description |
---|---|
com.couchbase.client | |
com.couchbase.client.internal | |
com.couchbase.client.protocol.views |
Modifier and Type | Method and Description |
---|---|
HttpFuture<ViewResponse> |
CouchbaseClient.asyncQuery(AbstractView view,
Query query) |
ViewResponse |
CouchbaseClient.query(AbstractView view,
Query query)
Queries a Couchbase view and returns the result.
|
Constructor and Description |
---|
ViewFuture(java.util.concurrent.CountDownLatch latch,
long timeout,
AbstractView view) |
Modifier and Type | Class and Description |
---|---|
class |
SpatialView
Holds information about a spatial view that can be queried in
Couchbase Server.
|
class |
View
Represents a View definition inside the Couchbase cluster.
|
Modifier and Type | Method and Description |
---|---|
AbstractView |
ViewOperationImpl.getView() |
Constructor and Description |
---|
DocsOperationImpl(org.apache.http.HttpRequest r,
AbstractView view,
ViewOperation.ViewCallback cb) |
NoDocsOperationImpl(org.apache.http.HttpRequest r,
AbstractView view,
ViewOperation.ViewCallback cb) |
ReducedOperationImpl(org.apache.http.HttpRequest r,
AbstractView view,
ViewOperation.ViewCallback cb) |
ViewOperationImpl(org.apache.http.HttpRequest r,
AbstractView view,
net.spy.memcached.ops.OperationCallback cb) |
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.