Uses of Interface
io.vertx.cassandra.ResultSet
-
Packages that use ResultSet Package Description io.vertx.cassandra io.vertx.reactivex.cassandra io.vertx.rxjava3.cassandra -
-
Uses of ResultSet in io.vertx.cassandra
Methods in io.vertx.cassandra that return types with arguments of type ResultSet Modifier and Type Method Description Future<ResultSet>
CassandraClient. execute(com.datastax.oss.driver.api.core.cql.Statement statement)
Execute the statement and provide a handler for consuming results.Future<ResultSet>
CassandraClient. execute(String query)
Execute the query and provide a handler for consuming results.Future<ResultSet>
ResultSet. fetchNextPage()
-
Uses of ResultSet in io.vertx.reactivex.cassandra
Methods in io.vertx.reactivex.cassandra that return ResultSet Modifier and Type Method Description ResultSet
ResultSet. getDelegate()
Methods in io.vertx.reactivex.cassandra with parameters of type ResultSet Modifier and Type Method Description static ResultSet
ResultSet. newInstance(ResultSet arg)
Constructors in io.vertx.reactivex.cassandra with parameters of type ResultSet Constructor Description ResultSet(ResultSet delegate)
-
Uses of ResultSet in io.vertx.rxjava3.cassandra
Methods in io.vertx.rxjava3.cassandra that return ResultSet Modifier and Type Method Description ResultSet
ResultSet. getDelegate()
Methods in io.vertx.rxjava3.cassandra with parameters of type ResultSet Modifier and Type Method Description static ResultSet
ResultSet. newInstance(ResultSet arg)
Constructors in io.vertx.rxjava3.cassandra with parameters of type ResultSet Constructor Description ResultSet(ResultSet delegate)
-