public class StepSummary extends Object implements Serializable, Cloneable
The summary of the cluster step.
| Constructor and Description | 
|---|
| StepSummary() | 
| Modifier and Type | Method and Description | 
|---|---|
| StepSummary | clone() | 
| boolean | equals(Object obj) | 
| String | getActionOnFailure()This specifies what action to take when the cluster step fails. | 
| HadoopStepConfig | getConfig()The Hadoop job configuration of the cluster step. | 
| String | getId()The identifier of the cluster step. | 
| String | getName()The name of the cluster step. | 
| StepStatus | getStatus()The current execution status details of the cluster step. | 
| int | hashCode() | 
| void | setActionOnFailure(ActionOnFailure actionOnFailure)This specifies what action to take when the cluster step fails. | 
| void | setActionOnFailure(String actionOnFailure)This specifies what action to take when the cluster step fails. | 
| void | setConfig(HadoopStepConfig config)The Hadoop job configuration of the cluster step. | 
| void | setId(String id)The identifier of the cluster step. | 
| void | setName(String name)The name of the cluster step. | 
| void | setStatus(StepStatus status)The current execution status details of the cluster step. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| StepSummary | withActionOnFailure(ActionOnFailure actionOnFailure)This specifies what action to take when the cluster step fails. | 
| StepSummary | withActionOnFailure(String actionOnFailure)This specifies what action to take when the cluster step fails. | 
| StepSummary | withConfig(HadoopStepConfig config)The Hadoop job configuration of the cluster step. | 
| StepSummary | withId(String id)The identifier of the cluster step. | 
| StepSummary | withName(String name)The name of the cluster step. | 
| StepSummary | withStatus(StepStatus status)The current execution status details of the cluster step. | 
public String getId()
public void setId(String id)
id - The identifier of the cluster step.public StepSummary withId(String id)
Returns a reference to this object so that method calls can be chained together.
id - The identifier of the cluster step.public String getName()
public void setName(String name)
name - The name of the cluster step.public StepSummary withName(String name)
Returns a reference to this object so that method calls can be chained together.
name - The name of the cluster step.public HadoopStepConfig getConfig()
public void setConfig(HadoopStepConfig config)
config - The Hadoop job configuration of the cluster step.public StepSummary withConfig(HadoopStepConfig config)
Returns a reference to this object so that method calls can be chained together.
config - The Hadoop job configuration of the cluster step.public String getActionOnFailure()
 Constraints:
 Allowed Values: TERMINATE_JOB_FLOW, TERMINATE_CLUSTER, CANCEL_AND_WAIT, CONTINUE
ActionOnFailurepublic void setActionOnFailure(String actionOnFailure)
 Constraints:
 Allowed Values: TERMINATE_JOB_FLOW, TERMINATE_CLUSTER, CANCEL_AND_WAIT, CONTINUE
actionOnFailure - This specifies what action to take when the cluster step fails.
         Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE.ActionOnFailurepublic StepSummary withActionOnFailure(String actionOnFailure)
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Allowed Values: TERMINATE_JOB_FLOW, TERMINATE_CLUSTER, CANCEL_AND_WAIT, CONTINUE
actionOnFailure - This specifies what action to take when the cluster step fails.
         Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE.ActionOnFailurepublic void setActionOnFailure(ActionOnFailure actionOnFailure)
 Constraints:
 Allowed Values: TERMINATE_JOB_FLOW, TERMINATE_CLUSTER, CANCEL_AND_WAIT, CONTINUE
actionOnFailure - This specifies what action to take when the cluster step fails.
         Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE.ActionOnFailurepublic StepSummary withActionOnFailure(ActionOnFailure actionOnFailure)
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Allowed Values: TERMINATE_JOB_FLOW, TERMINATE_CLUSTER, CANCEL_AND_WAIT, CONTINUE
actionOnFailure - This specifies what action to take when the cluster step fails.
         Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE.ActionOnFailurepublic StepStatus getStatus()
public void setStatus(StepStatus status)
status - The current execution status details of the cluster step.public StepSummary withStatus(StepStatus status)
Returns a reference to this object so that method calls can be chained together.
status - The current execution status details of the cluster step.public String toString()
toString in class ObjectObject.toString()public StepSummary clone()
Copyright © 2015. All rights reserved.