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.java
Methods in com.couchbase.client.java that return ViewResultModifier and TypeMethodDescriptionDeprecated.Views are deprecated in Couchbase Server 7.0+, and will be removed from a future server version.Bucket.viewQuery(String designDoc, String viewName, ViewOptions options) Deprecated.See the deprecation notice onBucket.viewQuery(String, String)Methods in com.couchbase.client.java that return types with arguments of type ViewResultModifier and TypeMethodDescriptionDeprecated.See the deprecation notice onBucket.viewQuery(String, String)AsyncBucket.viewQuery(String designDoc, String viewName, ViewOptions options) Deprecated.See the deprecation notice onBucket.viewQuery(String, String) -
Uses of ViewResult in com.couchbase.client.java.view
Methods 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)