Uses of Class
com.couchbase.client.java.view.ViewResult
-
Packages that use ViewResult 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. -
-
Uses of ViewResult in com.couchbase.client.java
Methods in com.couchbase.client.java that return ViewResult Modifier and Type Method Description ViewResultBucket. viewQuery(String designDoc, String viewName)Queries a view on the bucket.ViewResultBucket. viewQuery(String designDoc, String viewName, ViewOptions options)Queries a view on the bucket with custom options.Methods in com.couchbase.client.java that return types with arguments of type ViewResult Modifier and Type Method Description CompletableFuture<ViewResult>AsyncBucket. viewQuery(String designDoc, String viewName)CompletableFuture<ViewResult>AsyncBucket. viewQuery(String designDoc, String viewName, ViewOptions options) -
Uses of ViewResult in com.couchbase.client.java.view
Methods in com.couchbase.client.java.view that return types with arguments of type ViewResult Modifier and Type Method Description static CompletableFuture<ViewResult>ViewAccessor. viewQueryAsync(Core core, ViewRequest request, JsonSerializer serializer)
-