Spring for Apache Hadoop

org.springframework.yarn.batch.repository.bindings.repo
Class AddWithStepExecutionReq

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

public class AddWithStepExecutionReq
extends BaseObject

Request binding for JobRepository.add(StepExecution).

Author:
Janne Valkealahti

Field Summary
 StepExecutionType stepExecution
           
 
Fields inherited from class org.springframework.yarn.integration.ip.mind.binding.BaseObject
type
 
Constructor Summary
AddWithStepExecutionReq()
           
 
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

AddWithStepExecutionReq

public AddWithStepExecutionReq()

Spring for Apache Hadoop