Uses of Class
com.couchbase.client.java.view.ViewRow
-
Packages that use ViewRow Package Description com.couchbase.client.java.view Namespace for various view-service related classes. -
-
Uses of ViewRow in com.couchbase.client.java.view
Methods in com.couchbase.client.java.view that return types with arguments of type ViewRow Modifier and Type Method Description List<ViewRow>
ViewResult. allRows()
Convenience method to collect allViewResult.rows()
into aList
.Flux<ViewRow>
ReactiveViewResult. rows()
Returns theViewRows
in a non-blocking, streaming fashion.Stream<ViewRow>
ViewResult. rows()
Returns theViewRows
in a blocking, but streaming fashion.
-