Uses of Class
co.yellowdog.platform.model.WorkerPoolToken
Packages that use WorkerPoolToken
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 WorkerPoolToken in co.yellowdog.platform.clients.scheduler
Methods in co.yellowdog.platform.clients.scheduler that return WorkerPoolTokenModifier and TypeMethodDescriptionWorkerPoolClient.getConfiguredWorkerPoolToken(ConfiguredWorkerPool workerPool) Get a configured worker pool token.WorkerPoolClient.getConfiguredWorkerPoolToken(String workerPoolId) Get a configured worker pool token.WorkerPoolClientImpl.getConfiguredWorkerPoolToken(@NonNull ConfiguredWorkerPool workerPool) WorkerPoolClientImpl.getConfiguredWorkerPoolToken(@NonNull String workerPoolId) 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.WorkerPoolClient.refreshConfiguredWorkerPoolToken(String workerPoolId) Refresh a configured worker pool token with an unlimited time-to-live.WorkerPoolClient.refreshConfiguredWorkerPoolToken(String workerPoolId, 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) WorkerPoolClientImpl.refreshConfiguredWorkerPoolToken(@NonNull String workerPoolId) WorkerPoolClientImpl.refreshConfiguredWorkerPoolToken(@NonNull String workerPoolId, 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.WorkerPoolClient.regenerateConfiguredWorkerPoolToken(String workerPoolId) Regenerate a configured worker pool token with an unlimited time-to-live.WorkerPoolClient.regenerateConfiguredWorkerPoolToken(String workerPoolId, 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) WorkerPoolClientImpl.regenerateConfiguredWorkerPoolToken(@NonNull String workerPoolId) WorkerPoolClientImpl.regenerateConfiguredWorkerPoolToken(@NonNull String workerPoolId, Duration tokenTtl)  - 
Uses of WorkerPoolToken in co.yellowdog.platform.interaction.scheduler
Methods in co.yellowdog.platform.interaction.scheduler that return WorkerPoolTokenMethods in co.yellowdog.platform.interaction.scheduler with parameters of type WorkerPoolTokenModifier and TypeMethodDescriptionvoidAddConfiguredWorkerPoolResponse.setToken(WorkerPoolToken token) AddConfiguredWorkerPoolResponse.Builder.token(WorkerPoolToken token)  - 
Uses of WorkerPoolToken in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return WorkerPoolToken