|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractView | |
---|---|
com.couchbase.client | |
com.couchbase.client.internal | |
com.couchbase.client.protocol.views |
Uses of AbstractView in com.couchbase.client |
---|
Methods in com.couchbase.client with parameters of type AbstractView | |
---|---|
HttpFuture<ViewResponse> |
CouchbaseClient.asyncQuery(AbstractView view,
Query query)
|
ViewResponse |
CouchbaseClient.query(AbstractView view,
Query query)
Queries a Couchbase view and returns the result. |
Uses of AbstractView in com.couchbase.client.internal |
---|
Constructors in com.couchbase.client.internal with parameters of type AbstractView | |
---|---|
ViewFuture(java.util.concurrent.CountDownLatch latch,
long timeout,
AbstractView view)
|
Uses of AbstractView in com.couchbase.client.protocol.views |
---|
Subclasses of AbstractView in com.couchbase.client.protocol.views | |
---|---|
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. |
Methods in com.couchbase.client.protocol.views that return AbstractView | |
---|---|
AbstractView |
ViewOperationImpl.getView()
|
Constructors in com.couchbase.client.protocol.views with parameters of type AbstractView | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |