| Package | Description |
|---|---|
| com.google.api.services.dataflow.model |
| Modifier and Type | Method and Description |
|---|---|
WorkerDetails |
WorkerDetails.clone() |
WorkerDetails |
WorkerDetails.set(String fieldName,
Object value) |
WorkerDetails |
WorkerDetails.setWorkerName(String workerName)
Name of this worker
|
WorkerDetails |
WorkerDetails.setWorkItems(List<WorkItemDetails> workItems)
Work items processed by this worker, sorted by time.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkerDetails> |
StageExecutionDetails.getWorkers()
Workers that have done work on the stage.
|
| Modifier and Type | Method and Description |
|---|---|
StageExecutionDetails |
StageExecutionDetails.setWorkers(List<WorkerDetails> workers)
Workers that have done work on the stage.
|
Copyright © 2011–2021 Google. All rights reserved.