public interface Metric
The Metric interface defines job metrics recorded by
 the batch runtime.
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe enum defining the specification-defined metric types. - 
Method Summary
 
- 
Method Details
- 
getType
 - 
getValue
long getValue()The getValue method returns the metric value.- Returns:
 - metric value.
 
 
 -