Modifier and Type | Interface and Description |
---|---|
public interface | JobExecution
Provides a view of a job execution to the JobOperator. |
public interface | JobInstance
Provides a view of a job instance to the JobOperator. |
public interface | Metric
The Metric interface defines job metrics recorded by the batch runtime. |
public interface | StepExecution
Provides a view of a step execution to the JobOperator. |
Modifier and Type | Class and Description |
---|---|
public class | BatchRuntime
BatchRuntime represents the Jakarta Batch Runtime. |
Modifier and Type | Enum and Description |
---|---|
public enum | BatchStatus
BatchStatus enum defines the batch status values possible for a job. |