Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
WorkflowRunStatistics |
WorkflowRunStatistics.clone() |
WorkflowRunStatistics |
WorkflowRun.getStatistics()
The statistics of the run.
|
WorkflowRunStatistics |
WorkflowRunStatistics.withErroredActions(Integer erroredActions)
Indicates the count of job runs in the ERROR state in the workflow run.
|
WorkflowRunStatistics |
WorkflowRunStatistics.withFailedActions(Integer failedActions)
Total number of Actions that have failed.
|
WorkflowRunStatistics |
WorkflowRunStatistics.withRunningActions(Integer runningActions)
Total number Actions in running state.
|
WorkflowRunStatistics |
WorkflowRunStatistics.withStoppedActions(Integer stoppedActions)
Total number of Actions that have stopped.
|
WorkflowRunStatistics |
WorkflowRunStatistics.withSucceededActions(Integer succeededActions)
Total number of Actions that have succeeded.
|
WorkflowRunStatistics |
WorkflowRunStatistics.withTimeoutActions(Integer timeoutActions)
Total number of Actions that timed out.
|
WorkflowRunStatistics |
WorkflowRunStatistics.withTotalActions(Integer totalActions)
Total number of Actions in the workflow run.
|
WorkflowRunStatistics |
WorkflowRunStatistics.withWaitingActions(Integer waitingActions)
Indicates the count of job runs in WAITING state in the workflow run.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowRun.setStatistics(WorkflowRunStatistics statistics)
The statistics of the run.
|
WorkflowRun |
WorkflowRun.withStatistics(WorkflowRunStatistics statistics)
The statistics of the run.
|
Copyright © 2023. All rights reserved.