RowStream<Row> |
PreparedQuery.createStream(int fetch,
Tuple args)
Execute the prepared query with a cursor and createStream the result.
|
RowStream<T> |
RowStream.endHandler(Handler<Void> endHandler) |
RowStream<T> |
RowStream.exceptionHandler(Handler<Throwable> handler) |
RowStream<T> |
RowStream.handler(Handler<T> handler) |
static <T> RowStream<T> |
RowStream.newInstance(RowStream arg) |
static <T> RowStream<T> |
RowStream.newInstance(RowStream arg,
TypeArg<T> __typeArg_T) |
RowStream<T> |
RowStream.pause() |
RowStream<T> |
RowStream.resume() |