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 |
ContinuousAsyncResultSet
The result of an asynchronous
continuous paging query.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncPagingIterable<ElementT,SelfT extends AsyncPagingIterable<ElementT,SelfT>>
An iterable of elements which are fetched asynchronously by the driver, possibly in multiple
requests.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MappedAsyncPagingIterable<ElementT>
The result of calling
map(Function) on another async iterable. |
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncResultSet
The result of an asynchronous CQL query.
|
Modifier and Type | Method and Description |
---|---|
<ElementT,IterableT extends AsyncPagingIterable<ElementT,IterableT>> |
OffsetPager.getPage(IterableT iterable,
int targetPageNumber)
Extracts a page from an asynchronous result set, by skipping rows until we get to the requested
offset.
|
Copyright © 2017–2024. All rights reserved.