Package | Description |
---|---|
com.datastax.dse.driver.api.core.cql.continuous | |
com.datastax.oss.driver.api.core |
The core API of the driver, that deals with query execution and cluster metadata.
|
com.datastax.oss.driver.api.core.cql | |
com.datastax.oss.driver.api.core.paging |
Modifier and Type | Interface and Description |
---|---|
interface |
ContinuousResultSet
The result of a synchronous
continuous paging query.
|
Modifier and Type | Method and Description |
---|---|
default <TargetElementT> |
PagingIterable.map(Function<? super ElementT,? extends TargetElementT> elementMapper)
Creates a new instance by transforming each element of this iterable with the provided
function.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ResultSet
The result of a synchronous CQL query.
|
Modifier and Type | Method and Description |
---|---|
<ElementT> OffsetPager.Page<ElementT> |
OffsetPager.getPage(PagingIterable<ElementT> iterable,
int targetPageNumber)
Extracts a page from a synchronous result set, by skipping rows until we get to the requested
offset.
|
Copyright © 2017–2024. All rights reserved.