Uses of Class
jakarta.batch.runtime.Metric.MetricType
-
Packages that use Metric.MetricType Package Description jakarta.batch.runtime Provides APIs for viewing the detailed outcomes and metrics of Batch job executions. -
-
Uses of Metric.MetricType in jakarta.batch.runtime
Methods in jakarta.batch.runtime that return Metric.MetricType Modifier and Type Method Description Metric.MetricType
Metric. getType()
The getName method returns the metric type.static Metric.MetricType
Metric.MetricType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Metric.MetricType[]
Metric.MetricType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-