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

Packages that use View
com.couchbase.client   
com.couchbase.client.protocol.views   
 

Uses of View in com.couchbase.client
 

Methods in com.couchbase.client that return View
 View CouchbaseClient.getView(java.lang.String designDocumentName, java.lang.String viewName)
          Gets access to a view contained in a design document from the cluster.
 

Methods in com.couchbase.client that return types with arguments of type View
 HttpFuture<View> CouchbaseClient.asyncGetView(java.lang.String designDocumentName, java.lang.String viewName)
          Gets access to a view contained in a design document from the cluster.
 

Methods in com.couchbase.client with parameters of type View
 Paginator CouchbaseClient.paginatedQuery(View view, Query query, int docsPerPage)
          A paginated query allows the user to get the results of a large query in small chunks allowing for better performance.
 

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

Methods in com.couchbase.client.protocol.views with parameters of type View
 void ViewFetcherOperation.ViewFetcherCallback.gotData(View view)
           
 

Constructors in com.couchbase.client.protocol.views with parameters of type View
Paginator(CouchbaseClient client, View view, Query query, int numDocs)
          Create a new Paginator.
 



Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.