Package | Description |
---|---|
io.vertx.cassandra | |
io.vertx.reactivex.cassandra | |
io.vertx.rxjava.cassandra |
Modifier and Type | Method and Description |
---|---|
CassandraRowStream |
CassandraRowStream.endHandler(Handler<Void> handler) |
CassandraRowStream |
CassandraRowStream.exceptionHandler(Handler<Throwable> handler) |
CassandraRowStream |
CassandraRowStream.fetch(long l) |
CassandraRowStream |
CassandraRowStream.handler(Handler<com.datastax.driver.core.Row> handler) |
CassandraRowStream |
CassandraRowStream.pause() |
CassandraRowStream |
CassandraRowStream.resume() |
Modifier and Type | Method and Description |
---|---|
CassandraClient |
CassandraClient.queryStream(com.datastax.driver.core.Statement statement,
Handler<AsyncResult<CassandraRowStream>> rowStreamHandler)
Executes the given SQL statement which returns the results of the query as a read stream.
|
CassandraClient |
CassandraClient.queryStream(String sql,
Handler<AsyncResult<CassandraRowStream>> rowStreamHandler)
Executes the given SQL
SELECT statement which returns the results of the query as a read stream. |
Modifier and Type | Method and Description |
---|---|
CassandraRowStream |
CassandraRowStream.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static CassandraRowStream |
CassandraRowStream.newInstance(CassandraRowStream arg) |
Constructor and Description |
---|
CassandraRowStream(CassandraRowStream delegate) |
Modifier and Type | Method and Description |
---|---|
CassandraRowStream |
CassandraRowStream.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static CassandraRowStream |
CassandraRowStream.newInstance(CassandraRowStream arg) |
Constructor and Description |
---|
CassandraRowStream(CassandraRowStream delegate) |
Copyright © 2023 Eclipse. All rights reserved.