Uses of Interface
com.couchbase.client.java.view.SpatialViewRow
-
Packages that use SpatialViewRow Package Description com.couchbase.client.java.view -
-
Uses of SpatialViewRow in com.couchbase.client.java.view
Classes in com.couchbase.client.java.view that implement SpatialViewRow Modifier and Type Class Description class
DefaultSpatialViewRow
Default implementation of theSpatialViewRow
.Methods in com.couchbase.client.java.view that return types with arguments of type SpatialViewRow Modifier and Type Method Description List<SpatialViewRow>
DefaultSpatialViewResult. allRows()
List<SpatialViewRow>
DefaultSpatialViewResult. allRows(long timeout, TimeUnit timeUnit)
List<SpatialViewRow>
SpatialViewResult. allRows()
Collects all rows received from the view with the default view timeout.List<SpatialViewRow>
SpatialViewResult. allRows(long timeout, TimeUnit timeUnit)
Collects all rows received from the view with the default view timeout.Iterator<SpatialViewRow>
DefaultSpatialViewResult. iterator()
Iterator<SpatialViewRow>
DefaultSpatialViewResult. rows()
Iterator<SpatialViewRow>
DefaultSpatialViewResult. rows(long timeout, TimeUnit timeUnit)
Iterator<SpatialViewRow>
SpatialViewResult. rows()
Emits oneViewRow
for each row received from the view with the default view timeout.Iterator<SpatialViewRow>
SpatialViewResult. rows(long timeout, TimeUnit timeUnit)
Emits oneViewRow
for each row received from the view with a custom timeout.
-