Package | Description |
---|---|
com.datastax.oss.driver.api.core.paging |
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.
|
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.