Uses of Class
com.datastax.astra.client.model.Page
Packages that use Page
Package
Description
Entrypoint and core classes for the client.
Domain model classes with
Requests
, Results
, Options
and Iterables
.-
Uses of Page in com.datastax.astra.client
Methods in com.datastax.astra.client that return PageModifier and TypeMethodDescriptionCollection.findPage
(Filter filter, FindOptions options) Executes a paginated 'find' query on the collection using the specified filter and find options.Methods in com.datastax.astra.client that return types with arguments of type PageModifier and TypeMethodDescriptionCollection.findPageASync
(Filter filter, FindOptions options) Executes a paginated 'find' query on the collection using the specified filter and find options asynchronously. -
Uses of Page in com.datastax.astra.client.model
Fields in com.datastax.astra.client.model declared as Page