Spring for Apache Hadoop

org.springframework.yarn.batch.repository.bindings.exp
Class GetStepExecutionReq

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

public class GetStepExecutionReq
extends BaseObject

Request binding for JobExplorer.getStepExecution(Long, Long).

Author:
Janne Valkealahti

Field Summary
 java.lang.Long jobExecutionId
           
 java.lang.Long stepExecutionId
           
 
Fields inherited from class org.springframework.yarn.integration.ip.mind.binding.BaseObject
type
 
Constructor Summary
GetStepExecutionReq()
           
 
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

jobExecutionId

public java.lang.Long jobExecutionId

stepExecutionId

public java.lang.Long stepExecutionId
Constructor Detail

GetStepExecutionReq

public GetStepExecutionReq()

Spring for Apache Hadoop