Uses of Class
com.couchbase.client.java.view.ViewResult
Packages that use ViewResult
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
Namespace for various view-service related classes.
- 
Uses of ViewResult in com.couchbase.client.javaMethods in com.couchbase.client.java that return ViewResultModifier and TypeMethodDescriptionQueries a view on the bucket.Bucket.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 ViewResultModifier and TypeMethodDescriptionAsyncBucket.viewQuery(String designDoc, String viewName, ViewOptions options) 
- 
Uses of ViewResult in com.couchbase.client.java.viewMethods in com.couchbase.client.java.view that return types with arguments of type ViewResultModifier and TypeMethodDescriptionstatic CompletableFuture<ViewResult> ViewAccessor.viewQueryAsync(Core core, ViewRequest request, JsonSerializer serializer)