Uses of Class
co.yellowdog.platform.model.ConfiguredWorkerPool
Packages that use ConfiguredWorkerPool
Package
Description
Provides the classes needed to interact with the YellowDog Scheduler service.
Defines types used in the request/response interactions with the YellowDog Scheduler Service.
Provides the types that define the YellowDog Platform data model.
-
Uses of ConfiguredWorkerPool in co.yellowdog.platform.clients.scheduler
Methods in co.yellowdog.platform.clients.scheduler with parameters of type ConfiguredWorkerPoolModifier and TypeMethodDescriptionWorkerPoolClient.getConfiguredWorkerPoolToken(ConfiguredWorkerPool workerPool) Get a configured worker pool token.WorkerPoolClientImpl.getConfiguredWorkerPoolToken(@NonNull ConfiguredWorkerPool workerPool) WorkerPoolClient.refreshConfiguredWorkerPoolToken(ConfiguredWorkerPool workerPool) Refresh a configured worker pool token with an unlimited time-to-live.WorkerPoolClient.refreshConfiguredWorkerPoolToken(ConfiguredWorkerPool workerPool, Duration tokenTtl) Refresh a configured worker pool token with the specified time-to-live.WorkerPoolClientImpl.refreshConfiguredWorkerPoolToken(@NonNull ConfiguredWorkerPool workerPool) WorkerPoolClientImpl.refreshConfiguredWorkerPoolToken(@NonNull ConfiguredWorkerPool workerPool, Duration tokenTtl) WorkerPoolClient.regenerateConfiguredWorkerPoolToken(ConfiguredWorkerPool workerPool) Regenerate a configured worker pool token with an unlimited time-to-live.WorkerPoolClient.regenerateConfiguredWorkerPoolToken(ConfiguredWorkerPool workerPool, Duration tokenTtl) Regenerate a configured worker pool token with the specified time-to-live.WorkerPoolClientImpl.regenerateConfiguredWorkerPoolToken(@NonNull ConfiguredWorkerPool workerPool) WorkerPoolClientImpl.regenerateConfiguredWorkerPoolToken(@NonNull ConfiguredWorkerPool workerPool, Duration tokenTtl) -
Uses of ConfiguredWorkerPool in co.yellowdog.platform.interaction.scheduler
Methods in co.yellowdog.platform.interaction.scheduler that return ConfiguredWorkerPoolMethods in co.yellowdog.platform.interaction.scheduler with parameters of type ConfiguredWorkerPoolModifier and TypeMethodDescriptionvoidAddConfiguredWorkerPoolResponse.setWorkerPool(ConfiguredWorkerPool workerPool) AddConfiguredWorkerPoolResponse.Builder.workerPool(ConfiguredWorkerPool workerPool) -
Uses of ConfiguredWorkerPool in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return ConfiguredWorkerPool