protected final class AbstractQueryApi.FluxRecordIterator extends Object implements Iterator<FluxRecord>, Closeable, Consumer<okhttp3.ResponseBody>
| Constructor and Description |
|---|
FluxRecordIterator(retrofit2.Call<okhttp3.ResponseBody> call,
Consumer<? super Throwable> onError) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(okhttp3.ResponseBody body) |
void |
close() |
boolean |
hasNext() |
FluxRecord |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic boolean hasNext()
hasNext in interface Iterator<FluxRecord>public FluxRecord next()
next in interface Iterator<FluxRecord>public void accept(okhttp3.ResponseBody body)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2018–2022 InfluxData, Inc.. All rights reserved.