Uses of Class
co.yellowdog.platform.interaction.pagination.Slice
Packages that use Slice
Package
Description
Contains general types used within YellowDog Service clients.
Provides the classes needed to interact with the YellowDog Object Store service.
Provides the classes needed to interact with the YellowDog Scheduler service.
Provides the classes needed to interact with the YellowDog Usage service Allowances endpoints.
-
Uses of Slice in co.yellowdog.platform.clients
Methods in co.yellowdog.platform.clients that return SliceModifier 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 SliceModifierConstructorDescriptionSearchClient
(Function<SliceReference, Slice<T>> getNextSliceFunction) SearchIterator
(Function<SliceReference, Slice<T>> getNextSliceFunction) -
Uses of Slice in co.yellowdog.platform.clients.cloudinfo
Methods in co.yellowdog.platform.clients.cloudinfo that return SliceModifier 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 Slice in co.yellowdog.platform.clients.objectstore
Methods in co.yellowdog.platform.clients.objectstore that return SliceModifier and TypeMethodDescriptionObjectStoreClient.getNamespaceObjectPaths
(ObjectPathsSliceRequest request) ObjectStoreClientImpl.getNamespaceObjectPaths
(@NonNull ObjectPathsSliceRequest request) -
Uses of Slice in co.yellowdog.platform.clients.scheduler
Methods in co.yellowdog.platform.clients.scheduler that return SliceModifier 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 Slice in co.yellowdog.platform.clients.usage
Methods in co.yellowdog.platform.clients.usage that return SliceModifier and TypeMethodDescriptionAllowancesClientProxy.searchAllowances
(@NonNull AllowanceSearch search, @NonNull SliceReference sliceReference) -
Uses of Slice in co.yellowdog.platform.clients.web
Methods in co.yellowdog.platform.clients.web that return SliceModifier and TypeMethodDescription<T> Slice
<T> AbstractHttpRequestBuilder.requestJsonSlice
(@NonNull Class<T> responseClass) -
Uses of Slice in co.yellowdog.platform.interaction.pagination
Methods in co.yellowdog.platform.interaction.pagination that return SliceModifier and TypeMethodDescriptionstatic <T> Slice
<T> Slice.empty()
static <T> Slice
<T> static <T> Slice
<T> Method parameters in co.yellowdog.platform.interaction.pagination with type arguments of type SliceModifier 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 Slice
WorkerPoolClient.getNodes(NodeSearch)
instead to search nodes.