Uses of Interface
javax.batch.runtime.Metric
-
Packages that use Metric Package Description javax.batch.runtime Provides APIs for viewing the detailed outcomes and metrics of Batch job executions.javax.batch.runtime.context Provides APIs for context classes allowing data sharing across Batch artifacts within a job instance and within a step. -
-
Uses of Metric in javax.batch.runtime
Methods in javax.batch.runtime that return Metric Modifier and Type Method Description Metric[]
StepExecution. getMetrics()
Get step metrics -
Uses of Metric in javax.batch.runtime.context
Methods in javax.batch.runtime.context that return Metric Modifier and Type Method Description Metric[]
StepContext. getMetrics()
The getMetrics method returns an array of step level metrics.
-