Uses of Class
com.datastax.astra.client.model.PageableIterable
Package
Description
Domain model classes with
Requests
, Results
, Options
and Iterables
.-
Uses of PageableIterable in com.datastax.astra.client.model
Modifier and TypeClassDescriptionclass
DistinctIterable<T,
F> Iterator to get all distinct value for a particular field.class
FindIterable<T>
Represents the result of a 'find' command executed on a collection, providing an iterable interface to navigate through the result set.ModifierConstructorDescriptionDistinctIterator
(PageableIterable<T> findIterable, String fieldName, Class<F> fieldClass) Starting the cursor on an iterable to fetch more pages.FindIterator
(PageableIterable<T> findIterable) Starting the cursor on an iterable to fetch more pages.