Spring for Apache Hadoop

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

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

public class GetLastStepExecutionRes
extends BaseResponseObject

Response binding for JobRepository.getLastStepExecution(JobInstance, String).

Author:
Janne Valkealahti

Field Summary
 StepExecutionType stepExecution
           
 
Fields inherited from class org.springframework.yarn.integration.ip.mind.binding.BaseResponseObject
resmsg, resstate
 
Fields inherited from class org.springframework.yarn.integration.ip.mind.binding.BaseObject
type
 
Constructor Summary
GetLastStepExecutionRes()
           
 
Method Summary
 
Methods inherited from class org.springframework.yarn.integration.ip.mind.binding.BaseResponseObject
getResmsg, getResstate, setResmsg, setResstate
 
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

GetLastStepExecutionRes

public GetLastStepExecutionRes()

Spring for Apache Hadoop