| Package | Description |
|---|---|
| com.google.api.services.dataflow.model |
| Modifier and Type | Method and Description |
|---|---|
StageSummary |
StageSummary.clone() |
StageSummary |
StageSummary.set(String fieldName,
Object value) |
StageSummary |
StageSummary.setEndTime(String endTime)
End time of this stage.
|
StageSummary |
StageSummary.setMetrics(List<MetricUpdate> metrics)
Metrics for this stage.
|
StageSummary |
StageSummary.setProgress(ProgressTimeseries progress)
Progress for this stage.
|
StageSummary |
StageSummary.setStageId(String stageId)
ID of this stage
|
StageSummary |
StageSummary.setStartTime(String startTime)
Start time of this stage.
|
StageSummary |
StageSummary.setState(String state)
State of this stage.
|
StageSummary |
StageSummary.setStragglerSummary(StragglerSummary stragglerSummary)
Straggler summary for this stage.
|
| Modifier and Type | Method and Description |
|---|---|
List<StageSummary> |
JobExecutionDetails.getStages()
The stages of the job execution.
|
| Modifier and Type | Method and Description |
|---|---|
JobExecutionDetails |
JobExecutionDetails.setStages(List<StageSummary> stages)
The stages of the job execution.
|
Copyright © 2011–2025 Google. All rights reserved.