Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<ResultSet> |
__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
ResultSet |
all(Handler<AsyncResult<List<com.datastax.driver.core.Row>>> handler) |
boolean |
equals(Object o) |
ResultSet |
fetchMoreResults(Handler<AsyncResult<Void>> handler) |
int |
getAvailableWithoutFetching() |
com.datastax.driver.core.ColumnDefinitions |
getColumnDefinitions() |
ResultSet |
getDelegate() |
int |
hashCode() |
boolean |
isExhausted() |
boolean |
isFullyFetched() |
static ResultSet |
newInstance(ResultSet arg) |
ResultSet |
one(Handler<AsyncResult<com.datastax.driver.core.Row>> handler) |
rx.Single<List<com.datastax.driver.core.Row>> |
rxAll() |
rx.Single<Void> |
rxFetchMoreResults() |
rx.Single<com.datastax.driver.core.Row> |
rxOne() |
String |
toString() |
boolean |
wasApplied() |
public static final io.vertx.lang.rx.TypeArg<ResultSet> __TYPE_ARG
public ResultSet(ResultSet delegate)
public ResultSet getDelegate()
public boolean isExhausted()
public boolean isFullyFetched()
public int getAvailableWithoutFetching()
public ResultSet fetchMoreResults(Handler<AsyncResult<Void>> handler)
handler
- handler called when result is fetchedpublic rx.Single<Void> rxFetchMoreResults()
public boolean wasApplied()
public ResultSet one(Handler<AsyncResult<com.datastax.driver.core.Row>> handler)
handler
- handler called when one row is fetchedpublic rx.Single<com.datastax.driver.core.Row> rxOne()
public ResultSet all(Handler<AsyncResult<List<com.datastax.driver.core.Row>>> handler)
handler
- handler called when all the rows is fetchedpublic rx.Single<List<com.datastax.driver.core.Row>> rxAll()
public com.datastax.driver.core.ColumnDefinitions getColumnDefinitions()
Copyright © 2018 Eclipse. All rights reserved.