public class PartitionedStepExecutionEvent
extends org.springframework.yarn.event.AbstractYarnEvent
StepExecution state
has been changed.| Constructor and Description |
|---|
PartitionedStepExecutionEvent(java.lang.Object source,
StepExecution stepExecution)
Constructs event with the given
StepExecution. |
| Modifier and Type | Method and Description |
|---|---|
StepExecution |
getStepExecution()
Gets the step execution for this event.
|
java.lang.String |
toString() |
getTimestamppublic PartitionedStepExecutionEvent(java.lang.Object source,
StepExecution stepExecution)
StepExecution.source - the component that published the event (never null)stepExecution - the Step executionpublic StepExecution getStepExecution()
public java.lang.String toString()
toString in class java.util.EventObject