Spring for Apache Hadoop

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

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

public class UpdateWithStepExecutionReq
extends BaseObject

Request binding for JobRepository.update(StepExecution).

Author:
Janne Valkealahti

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

UpdateWithStepExecutionReq

public UpdateWithStepExecutionReq()

Spring for Apache Hadoop