org.springframework.yarn.batch.listener
Class CompositePartitionedStepExecutionStateListener
java.lang.Object
org.springframework.yarn.listener.AbstractCompositeListener<PartitionedStepExecutionStateListener>
org.springframework.yarn.batch.listener.CompositePartitionedStepExecutionStateListener
- All Implemented Interfaces:
- PartitionedStepExecutionStateListener
public class CompositePartitionedStepExecutionStateListener
- extends org.springframework.yarn.listener.AbstractCompositeListener<PartitionedStepExecutionStateListener>
- implements PartitionedStepExecutionStateListener
Composite listener for handling partitioned step state events.
- Author:
- Janne Valkealahti
| Methods inherited from class org.springframework.yarn.listener.AbstractCompositeListener |
getListeners, register, setListeners |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositePartitionedStepExecutionStateListener
public CompositePartitionedStepExecutionStateListener()
state
public void state(PartitionedStepExecutionStateListener.PartitionedStepExecutionState state,
StepExecution stepExecution)
- Description copied from interface:
PartitionedStepExecutionStateListener
- Invoked when partitioned step state is changing.
- Specified by:
state in interface PartitionedStepExecutionStateListener
- Parameters:
state - the AppmasterStateListener.AppmasterStatestepExecution - the step execution