Class SearchClient<T>
java.lang.Object
co.yellowdog.platform.clients.SearchClient<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIterable that iterates over all items, only loading slices of items when required.listAll()Lists all items.slice(SliceReference sliceReference) Gets a slice of items at a given point and of a given size defined by aSliceReferenceStreams all items.
-
Constructor Details
-
SearchClient
-
-
Method Details
-
slice
Gets a slice of items at a given point and of a given size defined by aSliceReference- Parameters:
sliceReference- the slice reference.- Returns:
- the slice.
-
streamAll
-
listAll
-
iterateAll
-