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

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

public class StepExecutionType
extends org.springframework.yarn.integration.ip.mind.binding.BaseObject

Binding for StepExecution.

Author:
Janne Valkealahti

Field Summary
 Integer commitCount
           
 Long endTime
           
 ExecutionContextType executionContext
           
 ExitStatus exitStatus
           
 Integer filterCount
           
 Long id
           
 JobExecutionType jobExecution
           
 Long lastUpdated
           
 Integer processSkipCount
           
 Integer readCount
           
 Integer readSkipCount
           
 Integer rollbackCount
           
 Long startTime
           
 BatchStatus status
           
 String stepName
           
 Boolean terminateOnly
           
 Integer version
           
 Integer writeCount
           
 Integer writeSkipCount
           
 
Fields inherited from class org.springframework.yarn.integration.ip.mind.binding.BaseObject
type
 
Constructor Summary
StepExecutionType()
           
 
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

id

public Long id

version

public Integer version

jobExecution

public JobExecutionType jobExecution

stepName

public String stepName

status

public BatchStatus status

readCount

public Integer readCount

writeCount

public Integer writeCount

commitCount

public Integer commitCount

rollbackCount

public Integer rollbackCount

readSkipCount

public Integer readSkipCount

processSkipCount

public Integer processSkipCount

writeSkipCount

public Integer writeSkipCount

startTime

public Long startTime

endTime

public Long endTime

lastUpdated

public Long lastUpdated

executionContext

public ExecutionContextType executionContext

exitStatus

public ExitStatus exitStatus

terminateOnly

public Boolean terminateOnly

filterCount

public Integer filterCount
Constructor Detail

StepExecutionType

public StepExecutionType()