public class PartitionedStepExecutionEvent
extends org.springframework.yarn.event.AbstractYarnEvent
StepExecution state
has been changed.source| Constructor and Description |
|---|
PartitionedStepExecutionEvent(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.
|
String |
toString() |
getTimestampgetSourcepublic PartitionedStepExecutionEvent(Object source, StepExecution stepExecution)
StepExecution.source - the component that published the event (never null)stepExecution - the Step executionpublic StepExecution getStepExecution()
public String toString()
toString in class EventObject