Spring for Apache Hadoop

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

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

public class GetStepExecutionReq
extends BaseObject


Field Summary
 JobExecutionType jobExecution
           
 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

jobExecution

public JobExecutionType jobExecution

stepExecutionId

public java.lang.Long stepExecutionId
Constructor Detail

GetStepExecutionReq

public GetStepExecutionReq()

Spring for Apache Hadoop