public class ResultSet extends Object
AsyncResultSet
, but adapted for Vert.x.
NOTE: This class has been automatically generated from the original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<ResultSet> |
__TYPE_ARG |
Constructor and Description |
---|
ResultSet(Object delegate) |
ResultSet(io.vertx.cassandra.ResultSet delegate) |
Modifier and Type | Method and Description |
---|---|
io.reactivex.rxjava3.core.Single<List<com.datastax.oss.driver.api.core.cql.Row>> |
all()
The method should not be used concurrently with others like
fetchNextPage() or . |
Iterable<com.datastax.oss.driver.api.core.cql.Row> |
currentPage() |
boolean |
equals(Object o) |
io.reactivex.rxjava3.core.Single<ResultSet> |
fetchNextPage()
Like
fetchNextPage() but with a direct callback. |
com.datastax.oss.driver.api.core.cql.ColumnDefinitions |
getColumnDefinitions() |
io.vertx.cassandra.ResultSet |
getDelegate() |
com.datastax.oss.driver.api.core.cql.ExecutionInfo |
getExecutionInfo() |
int |
hashCode() |
boolean |
hasMorePages() |
static ResultSet |
newInstance(io.vertx.cassandra.ResultSet arg) |
com.datastax.oss.driver.api.core.cql.Row |
one() |
int |
remaining() |
io.reactivex.rxjava3.core.Single<List<com.datastax.oss.driver.api.core.cql.Row>> |
rxAll()
The method should not be used concurrently with others like
fetchNextPage() or . |
io.reactivex.rxjava3.core.Single<ResultSet> |
rxFetchNextPage()
Like
fetchNextPage() but with a direct callback. |
String |
toString() |
boolean |
wasApplied() |
public ResultSet(io.vertx.cassandra.ResultSet delegate)
public ResultSet(Object delegate)
public io.vertx.cassandra.ResultSet getDelegate()
public int remaining()
public boolean hasMorePages()
public io.reactivex.rxjava3.core.Single<ResultSet> fetchNextPage()
fetchNextPage()
but with a direct callback.public io.reactivex.rxjava3.core.Single<ResultSet> rxFetchNextPage()
fetchNextPage()
but with a direct callback.public boolean wasApplied()
public io.reactivex.rxjava3.core.Single<List<com.datastax.oss.driver.api.core.cql.Row>> all()
fetchNextPage()
or .
This may lead to unexpected result.public io.reactivex.rxjava3.core.Single<List<com.datastax.oss.driver.api.core.cql.Row>> rxAll()
fetchNextPage()
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()
public static ResultSet newInstance(io.vertx.cassandra.ResultSet arg)
Copyright © 2021 Eclipse. All rights reserved.