Package io.stargate.sdk.doc
Interface CollectionClient.PageSupplier<DOC>
- Type Parameters:
DOC- list items.
- Enclosing class:
CollectionClient
public static interface CollectionClient.PageSupplier<DOC>
find next page during a findAll
- Author:
- Cedrick LUNVEN (@clunven)
-
Method Summary
Modifier and TypeMethodDescriptionGet a page
-
Method Details
-
findPage
Get a page- Parameters:
cc- collection clientq- query- Returns:
- page of results
-