Uses of Class
com.couchbase.client.java.view.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 reactor.core.publisher.Flux<ViewRow>
ReactiveViewResult. rows()
Returns theViewRows
in a non-blocking, streaming fashion.List<ViewRow>
ViewResult. rows()
Returns all view rows.