Package | Description |
---|---|
io.vertx.rxjava.cassandra |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<ResultSet> |
ResultSet.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
ResultSet |
ResultSet.all(Handler<AsyncResult<List<com.datastax.driver.core.Row>>> handler) |
ResultSet |
ResultSet.fetchMoreResults(Handler<AsyncResult<Void>> handler) |
static ResultSet |
ResultSet.newInstance(ResultSet arg) |
ResultSet |
ResultSet.one(Handler<AsyncResult<com.datastax.driver.core.Row>> handler) |
Modifier and Type | Method and Description |
---|---|
rx.Single<ResultSet> |
CassandraClient.rxExecute(com.datastax.driver.core.Statement statement)
Execute the statement and provide a handler for consuming results.
|
rx.Single<ResultSet> |
CassandraClient.rxExecute(String query)
Execute the query and provide a handler for consuming results.
|
Modifier and Type | Method and Description |
---|---|
CassandraClient |
CassandraClient.execute(com.datastax.driver.core.Statement statement,
Handler<AsyncResult<ResultSet>> resultHandler)
Execute the statement and provide a handler for consuming results.
|
CassandraClient |
CassandraClient.execute(String query,
Handler<AsyncResult<ResultSet>> resultHandler)
Execute the query and provide a handler for consuming results.
|
Copyright © 2018 Eclipse. All rights reserved.