public interface StepExecution
Modifier and Type | Method and Description |
---|---|
BatchStatus |
getBatchStatus()
Get batch status of this step execution.
|
Date |
getEndTime()
Get time this step ended.
|
String |
getExitStatus()
Get exit status of step.
|
Metric[] |
getMetrics()
Get step metrics.
|
Serializable |
getPersistentUserData()
Get persistent user data.
|
Date |
getStartTime()
Get time this step started.
|
long |
getStepExecutionId()
Get unique id for this StepExecution.
|
String |
getStepName()
Get step name.
|
long getStepExecutionId()
String getStepName()
BatchStatus getBatchStatus()
Date getStartTime()
Date getEndTime()
String getExitStatus()
Serializable getPersistentUserData()
Get persistent user data.
For a partitioned step, this returns the persistent user data of theStepContext
of the "top-level"
or main thread (the one the PartitionAnalyzer
, etc.
execute on). It does not return the persistent user
data of the partition threads.Metric[] getMetrics()
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.