public static class CQLKeyColumnValueStore.CQLResultSetIterator extends Object implements RecordIterator<io.vavr.Tuple3<StaticBuffer,StaticBuffer,com.datastax.oss.driver.api.core.cql.Row>>
| Constructor and Description |
|---|
CQLResultSetIterator(com.datastax.oss.driver.api.core.cql.ResultSet rs) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
io.vavr.Tuple3<StaticBuffer,StaticBuffer,com.datastax.oss.driver.api.core.cql.Row> |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic CQLResultSetIterator(com.datastax.oss.driver.api.core.cql.ResultSet rs)
public boolean hasNext()
hasNext in interface Iterator<io.vavr.Tuple3<StaticBuffer,StaticBuffer,com.datastax.oss.driver.api.core.cql.Row>>public io.vavr.Tuple3<StaticBuffer,StaticBuffer,com.datastax.oss.driver.api.core.cql.Row> next()
next in interface Iterator<io.vavr.Tuple3<StaticBuffer,StaticBuffer,com.datastax.oss.driver.api.core.cql.Row>>public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2012–2022. All rights reserved.