Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<ResultSet> |
__TYPE_ARG |
Constructor and Description |
---|
ResultSet(Object delegate) |
ResultSet(ResultSet delegate) |
public static final io.vertx.lang.rx.TypeArg<ResultSet> __TYPE_ARG
public ResultSet(ResultSet delegate)
public ResultSet(Object delegate)
public ResultSet getDelegate()
public int remaining()
public boolean hasMorePages()
public void fetchNextPage(Handler<AsyncResult<ResultSet>> handler)
fetchNextPage(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.cassandra.ResultSet>>)
but with a direct callback.handler
- public void fetchNextPage()
fetchNextPage(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.cassandra.ResultSet>>)
but with a direct callback.public Single<ResultSet> rxFetchNextPage()
fetchNextPage(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.cassandra.ResultSet>>)
but with a direct callback.public boolean wasApplied()
public ResultSet all(Handler<AsyncResult<List<com.datastax.oss.driver.api.core.cql.Row>>> handler)
fetchNextPage(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.cassandra.ResultSet>>)
or .
This may lead to unexpected result.handler
- handler called when all the rows is fetchedpublic ResultSet all()
fetchNextPage(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.cassandra.ResultSet>>)
or .
This may lead to unexpected result.public Single<List<com.datastax.oss.driver.api.core.cql.Row>> rxAll()
fetchNextPage(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.cassandra.ResultSet>>)
or .
This may lead to unexpected result.public com.datastax.oss.driver.api.core.cql.ColumnDefinitions getColumnDefinitions()
public com.datastax.oss.driver.api.core.cql.ExecutionInfo getExecutionInfo()
public Iterable<com.datastax.oss.driver.api.core.cql.Row> currentPage()
public com.datastax.oss.driver.api.core.cql.Row one()
Copyright © 2021 Eclipse. All rights reserved.