|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |