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> |
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 one
ViewRow for each row received from the view with the default view timeout. |
Iterator<SpatialViewRow> |
SpatialViewResult.rows(long timeout,
TimeUnit timeUnit)
Emits one
ViewRow for each row received from the view with a custom timeout. |
Copyright © 2015 Couchbase, Inc.