Uses of Interface
io.vertx.cassandra.CassandraRowStream
Packages that use CassandraRowStream
-
Uses of CassandraRowStream in io.vertx.cassandra
Methods in io.vertx.cassandra that return CassandraRowStreamModifier and TypeMethodDescriptionCassandraRowStream.endHandler(Handler<Void> handler) CassandraRowStream.exceptionHandler(Handler<Throwable> handler) CassandraRowStream.fetch(long l) CassandraRowStream.pause()CassandraRowStream.resume()Methods in io.vertx.cassandra that return types with arguments of type CassandraRowStreamModifier and TypeMethodDescriptionCassandraClient.queryStream(com.datastax.oss.driver.api.core.cql.Statement statement) Executes the given SQL statement which returns the results of the query as a read stream.CassandraClient.queryStream(String sql) Executes the given SQLSELECTstatement which returns the results of the query as a read stream. -
Uses of CassandraRowStream in io.vertx.reactivex.cassandra
Methods in io.vertx.reactivex.cassandra that return CassandraRowStreamMethods in io.vertx.reactivex.cassandra with parameters of type CassandraRowStreamModifier and TypeMethodDescriptionstatic CassandraRowStreamCassandraRowStream.newInstance(CassandraRowStream arg) Constructors in io.vertx.reactivex.cassandra with parameters of type CassandraRowStream -
Uses of CassandraRowStream in io.vertx.rxjava3.cassandra
Methods in io.vertx.rxjava3.cassandra that return CassandraRowStreamMethods in io.vertx.rxjava3.cassandra with parameters of type CassandraRowStreamModifier and TypeMethodDescriptionstatic CassandraRowStreamCassandraRowStream.newInstance(CassandraRowStream arg) Constructors in io.vertx.rxjava3.cassandra with parameters of type CassandraRowStream