Package | Description |
---|---|
com.couchbase.client.java |
Holds all classes that are needed for the Couchbase Java SDK.
|
com.couchbase.client.java.view |
Namespace for various view-service related classes.
|
Modifier and Type | Method and Description |
---|---|
ViewResult |
Bucket.viewQuery(String designDoc,
String viewName)
Queries a view on the bucket.
|
ViewResult |
Bucket.viewQuery(String designDoc,
String viewName,
ViewOptions options)
Queries a view on the bucket with custom options.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<ViewResult> |
AsyncBucket.viewQuery(String designDoc,
String viewName) |
CompletableFuture<ViewResult> |
AsyncBucket.viewQuery(String designDoc,
String viewName,
ViewOptions options) |
Modifier and Type | Method and Description |
---|---|
static CompletableFuture<ViewResult> |
ViewAccessor.viewQueryAsync(Core core,
ViewRequest request,
JsonSerializer serializer) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.