public class StreamingViewResult extends Object implements Serializable, Iterable<ViewResult.Row>, Closeable
| Constructor and Description |
|---|
StreamingViewResult(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
HttpResponse httpResponse,
boolean ignoreNotFound) |
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
void |
close() |
int |
getOffset() |
int |
getTotalRows() |
Iterator<ViewResult.Row> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic StreamingViewResult(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
HttpResponse httpResponse,
boolean ignoreNotFound)
public int getOffset()
public int getTotalRows()
public Iterator<ViewResult.Row> iterator()
iterator in interface Iterable<ViewResult.Row>public void abort()
public void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2017. All rights reserved.