Package | Description |
---|---|
io.vertx.rxjava3.cassandra |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<ResultSet> |
ResultSet.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static ResultSet |
ResultSet.newInstance(ResultSet arg) |
Modifier and Type | Method and Description |
---|---|
Single<ResultSet> |
CassandraClient.execute(com.datastax.oss.driver.api.core.cql.Statement statement)
Execute the statement and provide a handler for consuming results.
|
Single<ResultSet> |
CassandraClient.execute(String query)
Execute the query and provide a handler for consuming results.
|
Single<ResultSet> |
ResultSet.fetchNextPage()
Like
fetchNextPage() but with a direct callback. |
Single<ResultSet> |
CassandraClient.rxExecute(com.datastax.oss.driver.api.core.cql.Statement statement)
Execute the statement and provide a handler for consuming results.
|
Single<ResultSet> |
CassandraClient.rxExecute(String query)
Execute the query and provide a handler for consuming results.
|
Single<ResultSet> |
ResultSet.rxFetchNextPage()
Like
fetchNextPage() but with a direct callback. |
Copyright © 2023 Eclipse. All rights reserved.