Spring for Apache Hadoop

org.springframework.yarn.batch.repository.bindings
Class PartitionedStepExecutionStatusReq

java.lang.Object
  extended by org.springframework.yarn.integration.ip.mind.binding.BaseObject
      extended by org.springframework.yarn.batch.repository.bindings.PartitionedStepExecutionStatusReq

public class PartitionedStepExecutionStatusReq
extends BaseObject

Request binding used to notify status of remote step execution.

Author:
Janne Valkealahti

Field Summary
 StepExecutionType stepExecution
           
 
Fields inherited from class org.springframework.yarn.integration.ip.mind.binding.BaseObject
type
 
Constructor Summary
PartitionedStepExecutionStatusReq()
           
 
Method Summary
 
Methods inherited from class org.springframework.yarn.integration.ip.mind.binding.BaseObject
getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stepExecution

public StepExecutionType stepExecution
Constructor Detail

PartitionedStepExecutionStatusReq

public PartitionedStepExecutionStatusReq()

Spring for Apache Hadoop