Package | Description |
---|---|
com.couchbase.client.java.view |
Namespace for various view-service related classes.
|
Modifier and Type | Method and Description |
---|---|
List<ViewRow> |
ViewResult.rows()
Returns all view rows.
|
Flux<ViewRow> |
ReactiveViewResult.rows()
Returns the
ViewRows in a non-blocking, streaming fashion. |
Copyright © 2020 Couchbase, Inc.. All rights reserved.