Uses of Interface
com.couchbase.client.java.view.ViewRow
-
Packages that use 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 class
DefaultViewRow
Methods 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 oneViewRow
for each row received from the view with the default view timeout.Iterator<ViewRow>
ViewResult. rows(long timeout, TimeUnit timeUnit)
Emits oneViewRow
for each row received from the view with a custom timeout.
-