Uses of Class
io.vertx.reactivex.cassandra.CassandraRowStream
Packages that use CassandraRowStream
-
Uses of CassandraRowStream in io.vertx.reactivex.cassandra
Fields in io.vertx.reactivex.cassandra with type parameters of type CassandraRowStreamModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<CassandraRowStream> CassandraRowStream.__TYPE_ARGMethods in io.vertx.reactivex.cassandra that return CassandraRowStreamModifier and TypeMethodDescriptionCassandraRowStream.endHandler(Handler<Void> handler) CassandraRowStream.exceptionHandler(Handler<Throwable> handler) CassandraRowStream.fetch(long l) static CassandraRowStreamCassandraRowStream.newInstance(CassandraRowStream arg) CassandraRowStream.pause()CassandraRowStream.resume()Methods in io.vertx.reactivex.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.CassandraClient.rxQueryStream(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.rxQueryStream(String sql) Executes the given SQLSELECTstatement which returns the results of the query as a read stream.