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

Packages that use Paginator
com.couchbase.client   
 

Uses of Paginator in com.couchbase.client
 

Methods in com.couchbase.client that return Paginator
 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.
 



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