Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Classes modeling the various types represented by AmazonElasticMapReduce.
|
Modifier and Type | Method and Description |
---|---|
StepStatus |
Step.getStatus()
The current execution status details of the cluster step.
|
StepStatus |
StepSummary.getStatus()
The current execution status details of the cluster step.
|
StepStatus |
StepStatus.withState(StepState state)
The execution state of the cluster step.
|
StepStatus |
StepStatus.withState(String state)
The execution state of the cluster step.
|
StepStatus |
StepStatus.withStateChangeReason(StepStateChangeReason stateChangeReason)
The reason for the step execution status change.
|
StepStatus |
StepStatus.withTimeline(StepTimeline timeline)
The timeline of the cluster step status over time.
|
Modifier and Type | Method and Description |
---|---|
void |
Step.setStatus(StepStatus status)
The current execution status details of the cluster step.
|
void |
StepSummary.setStatus(StepStatus status)
The current execution status details of the cluster step.
|
Step |
Step.withStatus(StepStatus status)
The current execution status details of the cluster step.
|
StepSummary |
StepSummary.withStatus(StepStatus status)
The current execution status details of the cluster step.
|
Copyright © 2014. All rights reserved.