Uses of Interface
javax.batch.runtime.Metric
Packages that use Metric
Package
Description
Provides APIs for viewing the detailed outcomes and metrics of Batch job executions.
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 -
Uses of Metric in javax.batch.runtime.context
Methods in javax.batch.runtime.context that return MetricModifier and TypeMethodDescriptionMetric[]
StepContext.getMetrics()
The getMetrics method returns an array of step level metrics.