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