Uses of Class
io.vertx.mutiny.cassandra.ResultSet
Packages that use ResultSet
-
Uses of ResultSet in io.vertx.mutiny.cassandra
Fields in io.vertx.mutiny.cassandra with type parameters of type ResultSetMethods in io.vertx.mutiny.cassandra that return ResultSetModifier and TypeMethodDescriptionResultSet.allAndForget()The method should not be used concurrently with others likefetchNextPage()orone().CassandraClient.executeAndAwait(com.datastax.oss.driver.api.core.cql.Statement statement) Execute the statement and provide a handler for consuming results.CassandraClient.executeAndAwait(String query) Execute the query and provide a handler for consuming results.ResultSet.fetchNextPageAndAwait()Unlike the bare Vert.x variant, this method returns aResultSet.ResultSet.fetchNextPageAndForget()Unlike the bare Vert.x variant, this method ignores theResultSetresult or any failure.static ResultSetResultSet.newInstance(io.vertx.cassandra.ResultSet delegate) Creates a new instance of theResultSet.Methods in io.vertx.mutiny.cassandra that return types with arguments of type ResultSetModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<ResultSet>CassandraClient.execute(com.datastax.oss.driver.api.core.cql.Statement statement) Execute the statement and provide a handler for consuming results.io.smallrye.mutiny.Uni<ResultSet>Execute the query and provide a handler for consuming results.io.smallrye.mutiny.Uni<ResultSet>ResultSet.fetchNextPage()Unlike the bare Vert.x variant, this method returns aUni.