| Package | Description |
|---|---|
| com.couchbase.client.java.view |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSpatialViewRow
Default implementation of the
SpatialViewRow. |
| Modifier and Type | Method and Description |
|---|---|
List<SpatialViewRow> |
SpatialViewResult.allRows()
Collects all rows received from the view with the default view timeout.
|
List<SpatialViewRow> |
DefaultSpatialViewResult.allRows() |
List<SpatialViewRow> |
SpatialViewResult.allRows(long timeout,
TimeUnit timeUnit)
Collects all rows received from the view with the default view timeout.
|
List<SpatialViewRow> |
DefaultSpatialViewResult.allRows(long timeout,
TimeUnit timeUnit) |
Iterator<SpatialViewRow> |
DefaultSpatialViewResult.iterator() |
Iterator<SpatialViewRow> |
SpatialViewResult.rows()
Emits one
ViewRow for each row received from the view with the default view timeout. |
Iterator<SpatialViewRow> |
DefaultSpatialViewResult.rows() |
Iterator<SpatialViewRow> |
SpatialViewResult.rows(long timeout,
TimeUnit timeUnit)
Emits one
ViewRow for each row received from the view with a custom timeout. |
Iterator<SpatialViewRow> |
DefaultSpatialViewResult.rows(long timeout,
TimeUnit timeUnit) |
Copyright © 2015 Couchbase, Inc.