Uses of Enum Class
jakarta.batch.runtime.Metric.MetricType
Packages that use Metric.MetricType
Package
Description
Provides APIs for viewing the detailed outcomes and metrics of Batch job executions.
-
Uses of Metric.MetricType in jakarta.batch.runtime
Subclasses with type arguments of type Metric.MetricType in jakarta.batch.runtimeModifier and TypeClassDescriptionstatic enumThe enum defining the specification-defined metric types.Methods in jakarta.batch.runtime that return Metric.MetricTypeModifier and TypeMethodDescriptionMetric.getType()The getName method returns the metric type.static Metric.MetricTypeReturns the enum constant of this class with the specified name.static Metric.MetricType[]Metric.MetricType.values()Returns an array containing the constants of this enum class, in the order they are declared.