Uses of Class
co.yellowdog.platform.interaction.pagination.SliceReference
Packages that use SliceReference
Package
Description
Contains general types used within YellowDog Service clients.
Provides the classes needed to interact with the YellowDog Scheduler service.
Provides the classes needed to interact with the YellowDog Usage service Allowances endpoints.
Defines types used in the request/response interactions with the YellowDog Object Store Service.
-
Uses of SliceReference in co.yellowdog.platform.clients
Methods in co.yellowdog.platform.clients with parameters of type SliceReferenceModifier and TypeMethodDescriptionSearchClient.slice
(SliceReference sliceReference) Gets a slice of items at a given point and of a given size defined by aSliceReference
Constructor parameters in co.yellowdog.platform.clients with type arguments of type SliceReferenceModifierConstructorDescriptionSearchClient
(Function<SliceReference, Slice<T>> getNextSliceFunction) SearchIterator
(Function<SliceReference, Slice<T>> getNextSliceFunction) -
Uses of SliceReference in co.yellowdog.platform.clients.cloudinfo
Methods in co.yellowdog.platform.clients.cloudinfo with parameters of type SliceReferenceModifier and TypeMethodDescriptionCloudInfoProxy.findInstanceTypePrices
(InstanceTypePriceSearch search, @NonNull SliceReference sliceReference) CloudInfoProxy.findInstanceTypes
(@NonNull InstanceTypeSearch search, @NonNull SliceReference sliceReference) CloudInfoProxy.findRegions
(@NonNull RegionSearch search, @NonNull SliceReference sliceReference) CloudInfoProxy.findSubRegions
(@NonNull SubRegionSearch search, @NonNull SliceReference sliceReference) -
Uses of SliceReference in co.yellowdog.platform.clients.scheduler
Methods in co.yellowdog.platform.clients.scheduler with parameters of type SliceReferenceModifier and TypeMethodDescriptionWorkerPoolClient.findNodes
(NodeSearch search, SliceReference sliceReference) Deprecated, for removal: This API element is subject to removal in a future version.WorkerPoolClientImpl.findNodes
(@NonNull NodeSearch search, @NonNull SliceReference sliceReference) WorkClient.findTasks
(TaskSearch search, SliceReference sliceReference) Deprecated, for removal: This API element is subject to removal in a future version.useWorkClient.getTasks(TaskSearch)
instead to search tasks.WorkClientImpl.findTasks
(@NonNull TaskSearch search, @NonNull SliceReference sliceReference) -
Uses of SliceReference in co.yellowdog.platform.clients.usage
Methods in co.yellowdog.platform.clients.usage with parameters of type SliceReferenceModifier and TypeMethodDescriptionAllowancesClientProxy.searchAllowances
(@NonNull AllowanceSearch search, @NonNull SliceReference sliceReference) -
Uses of SliceReference in co.yellowdog.platform.clients.web
Methods in co.yellowdog.platform.clients.web with parameters of type SliceReferenceModifier and TypeMethodDescriptionstatic void
ParamUtils.appendParams
(UriBuilder uriBuilder, SliceReference sliceReference) -
Uses of SliceReference in co.yellowdog.platform.interaction.objectstore
Methods in co.yellowdog.platform.interaction.objectstore that return SliceReferenceMethods in co.yellowdog.platform.interaction.objectstore with parameters of type SliceReferenceModifier and TypeMethodDescriptionObjectPathsRequest.sliced
(SliceReference sliceReference) ObjectPathsSliceRequest.Builder.sliceReference
(SliceReference sliceReference) -
Uses of SliceReference in co.yellowdog.platform.interaction.pagination
Subclasses with type arguments of type SliceReference in co.yellowdog.platform.interaction.paginationMethods in co.yellowdog.platform.interaction.pagination that return SliceReferenceModifier and TypeMethodDescriptionSliceReference.Builder.buildUnchecked()
static SliceReference
SliceReference.first()
static SliceReference
static SliceReference
static SliceReference
Method parameters in co.yellowdog.platform.interaction.pagination with type arguments of type SliceReferenceModifier and TypeMethodDescriptionstatic <T> Stream
<T> PaginationUtils.stream
(Function<SliceReference, Slice<T>> sliceLoader) Constructor parameters in co.yellowdog.platform.interaction.pagination with type arguments of type SliceReference
WorkerPoolClient.getNodes(NodeSearch)
instead to search nodes.