com.ibm.jbatch.container.context.impl
Class MetricImpl
java.lang.Object
com.ibm.jbatch.container.context.impl.MetricImpl
- All Implemented Interfaces:
- Metric
public class MetricImpl
- extends Object
- implements Metric
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetricImpl
public MetricImpl(Metric.MetricType name,
long value)
getType
public Metric.MetricType getType()
- Specified by:
getType in interface Metric
getValue
public long getValue()
- Specified by:
getValue in interface Metric
incValue
public void incValue()
incValueBy
public void incValueBy(long incValue)
Copyright © 2013. All Rights Reserved.