Spring for Apache Hadoop

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

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

public class GetLastStepExecutionReq
extends BaseObject

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

Author:
Janne Valkealahti

Field Summary
 JobInstanceType jobInstance
           
 java.lang.String stepName
           
 
Fields inherited from class org.springframework.yarn.integration.ip.mind.binding.BaseObject
type
 
Constructor Summary
GetLastStepExecutionReq()
           
 
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

jobInstance

public JobInstanceType jobInstance

stepName

public java.lang.String stepName
Constructor Detail

GetLastStepExecutionReq

public GetLastStepExecutionReq()

Spring for Apache Hadoop