Package | Description |
---|---|
com.google.api.services.dataflow.model |
Modifier and Type | Method and Description |
---|---|
RuntimeUpdatableParams |
RuntimeUpdatableParams.clone() |
RuntimeUpdatableParams |
Job.getRuntimeUpdatableParams()
This field may ONLY be modified at runtime using the projects.jobs.update method to adjust job
behavior.
|
RuntimeUpdatableParams |
RuntimeUpdatableParams.set(String fieldName,
Object value) |
RuntimeUpdatableParams |
RuntimeUpdatableParams.setMaxNumWorkers(Integer maxNumWorkers)
The maximum number of workers to cap autoscaling at.
|
RuntimeUpdatableParams |
RuntimeUpdatableParams.setMinNumWorkers(Integer minNumWorkers)
The minimum number of workers to scale down to.
|
RuntimeUpdatableParams |
RuntimeUpdatableParams.setWorkerUtilizationHint(Double workerUtilizationHint)
Target worker utilization, compared against the aggregate utilization of the worker pool by
autoscaler, to determine upscaling and downscaling when absent other constraints such as
backlog.
|
Modifier and Type | Method and Description |
---|---|
Job |
Job.setRuntimeUpdatableParams(RuntimeUpdatableParams runtimeUpdatableParams)
This field may ONLY be modified at runtime using the projects.jobs.update method to adjust job
behavior.
|
Copyright © 2011–2024 Google. All rights reserved.