Package | Description |
---|---|
io.vertx.rxjava.cassandra |
Modifier and Type | Field and Description |
---|---|
static TypeArg<ResultSet> |
ResultSet.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
ResultSet |
ResultSet.all()
The method should not be used concurrently with others like
fetchNextPage() or . |
ResultSet |
ResultSet.all(io.vertx.core.Handler<io.vertx.core.AsyncResult<List<com.datastax.oss.driver.api.core.cql.Row>>> handler)
The method should not be used concurrently with others like
fetchNextPage() or . |
static ResultSet |
ResultSet.newInstance(ResultSet arg) |
Modifier and Type | Method and Description |
---|---|
Future<ResultSet> |
ResultSet.fetchNextPage() |
rx.Single<ResultSet> |
CassandraClient.rxExecute(com.datastax.oss.driver.api.core.cql.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.oss.driver.api.core.cql.Statement statement,
io.vertx.core.Handler<io.vertx.core.AsyncResult<ResultSet>> resultHandler)
Execute the statement and provide a handler for consuming results.
|
CassandraClient |
CassandraClient.execute(String query,
io.vertx.core.Handler<io.vertx.core.AsyncResult<ResultSet>> resultHandler)
Execute the query and provide a handler for consuming results.
|
Copyright © 2020 Eclipse. All rights reserved.