public class JSONIteratorWrapper extends Object implements Iterator<String>, AsyncAware
| Constructor and Description |
|---|
JSONIteratorWrapper(CompletableFuture<ResultSet> futureRS,
StatementWrapper statementWrapper,
CassandraOptions cassandraOptions) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionInfo |
getExecutionInfo() |
boolean |
hasNext() |
String |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removeextractCauseFromExecutionExceptionpublic JSONIteratorWrapper(CompletableFuture<ResultSet> futureRS, StatementWrapper statementWrapper, CassandraOptions cassandraOptions)
Copyright © 2012-2021. All Rights Reserved.