Package | Description |
---|---|
com.couchbase.client | |
com.couchbase.client.protocol.views |
Modifier and Type | Method and Description |
---|---|
View |
CouchbaseClient.getView(java.lang.String designDocumentName,
java.lang.String viewName)
Gets access to a view contained in a design document from the cluster.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ViewFetcherOperation.ViewFetcherCallback.gotData(View view) |
Constructor and Description |
---|
Paginator(CouchbaseClient client,
View view,
Query query,
int numDocs)
Create a new Paginator.
|
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.