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 TypeMethodDescriptionCassandraClient.executeAndAwait(com.datastax.oss.driver.api.core.cql.Statement statement) Blocking variant ofCassandraClient.execute(Statement).CassandraClient.executeAndAwait(String query) Blocking variant ofCassandraClient.execute(String).ResultSet.fetchNextPageAndAwait()Blocking variant offetchNextPage().static ResultSetResultSet.newInstance(io.vertx.cassandra.ResultSet arg) 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()LikefetchNextPage()but with a direct callback.