Class RestMetric


  • public class RestMetric
    extends Object
    • Constructor Detail

      • RestMetric

        public RestMetric()
      • RestMetric

        public RestMetric​(javax.batch.runtime.Metric.MetricType type,
                          long value)
    • Method Detail

      • setType

        public void setType​(javax.batch.runtime.Metric.MetricType type)
      • setValue

        public void setValue​(long value)
      • getType

        public javax.batch.runtime.Metric.MetricType getType()
      • getValue

        public long getValue()
      • wrap

        public static RestMetric wrap​(javax.batch.runtime.Metric m)