Uses of Class
com.couchbase.client.protocol.views.ViewResponse

Packages that use ViewResponse
com.couchbase.client   
com.couchbase.client.internal   
com.couchbase.client.protocol.views   
 

Uses of ViewResponse in com.couchbase.client
 

Methods in com.couchbase.client that return ViewResponse
 ViewResponse CouchbaseClient.query(AbstractView view, Query query)
          Queries a Couchbase view and returns the result.
 

Methods in com.couchbase.client that return types with arguments of type ViewResponse
 HttpFuture<ViewResponse> CouchbaseClient.asyncQuery(AbstractView view, Query query)
           
 

Uses of ViewResponse in com.couchbase.client.internal
 

Methods in com.couchbase.client.internal that return ViewResponse
 ViewResponse ViewFuture.get(long duration, java.util.concurrent.TimeUnit units)
           
 

Methods in com.couchbase.client.internal with parameters of type ViewResponse
 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)
           
 

Uses of ViewResponse in com.couchbase.client.protocol.views
 

Subclasses of ViewResponse in com.couchbase.client.protocol.views
 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.
 

Methods in com.couchbase.client.protocol.views that return ViewResponse
 ViewResponse Paginator.next()
          Returns the next ViewResult object to iterate over.
protected abstract  ViewResponse ViewOperationImpl.parseResult(java.lang.String json)
           
 

Methods in com.couchbase.client.protocol.views with parameters of type ViewResponse
 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.