Class ResultSet
java.lang.Object
io.vertx.rxjava3.cassandra.ResultSet
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionall()The method should not be used concurrently with others likefetchNextPage()orone().Iterable<com.datastax.oss.driver.api.core.cql.Row> booleancom.datastax.oss.driver.api.core.cql.ColumnDefinitionscom.datastax.oss.driver.api.core.cql.ExecutionInfointhashCode()booleanstatic ResultSetnewInstance(ResultSet arg) com.datastax.oss.driver.api.core.cql.Rowone()intrxAll()The method should not be used concurrently with others likefetchNextPage()orone().toString()boolean
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
ResultSet
-
ResultSet
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
remaining
public int remaining()- Returns:
-
hasMorePages
public boolean hasMorePages()- Returns:
-
fetchNextPage
-
rxFetchNextPage
-
wasApplied
public boolean wasApplied()- Returns:
-
all
The method should not be used concurrently with others likefetchNextPage()orone(). This may lead to unexpected result.- Returns:
- a future notified all the rows are fetched
-
rxAll
The method should not be used concurrently with others likefetchNextPage()orone(). This may lead to unexpected result.- Returns:
- a future notified all the rows are fetched
-
getColumnDefinitions
public com.datastax.oss.driver.api.core.cql.ColumnDefinitions getColumnDefinitions()- Returns:
-
getExecutionInfo
public com.datastax.oss.driver.api.core.cql.ExecutionInfo getExecutionInfo()- Returns:
-
currentPage
- Returns:
-
one
public com.datastax.oss.driver.api.core.cql.Row one()- Returns:
-
newInstance
-