Uses of Interface
com.couchbase.client.java.view.ViewRow
| Package | Description |
|---|---|
| com.couchbase.client.java.view |
-
Uses of ViewRow in com.couchbase.client.java.view
Classes in com.couchbase.client.java.view that implement ViewRow Modifier and Type Class Description classDefaultViewRowMethods in com.couchbase.client.java.view that return types with arguments of type ViewRow Modifier and Type Method Description List<ViewRow>DefaultViewResult. allRows()List<ViewRow>DefaultViewResult. allRows(long timeout, TimeUnit timeUnit)List<ViewRow>ViewResult. allRows()Collects all rows received from the view with the default view timeout.List<ViewRow>ViewResult. allRows(long timeout, TimeUnit timeUnit)Collects all rows received from the view with the default view timeout.Iterator<ViewRow>DefaultViewResult. iterator()Iterator<ViewRow>DefaultViewResult. rows()Iterator<ViewRow>DefaultViewResult. rows(long timeout, TimeUnit timeUnit)Iterator<ViewRow>ViewResult. rows()Emits oneViewRowfor each row received from the view with the default view timeout.Iterator<ViewRow>ViewResult. rows(long timeout, TimeUnit timeUnit)Emits oneViewRowfor each row received from the view with a custom timeout.