Package jetbrains.buildServer.metrics
Class NoOpCounter
- java.lang.Object
-
- jetbrains.buildServer.metrics.NoOpCounter
-
-
Constructor Summary
Constructors Constructor Description NoOpCounter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
increment(double value)
Stoppable
startMsecsTimer()
Allows reporting value as msecs interval-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jetbrains.buildServer.metrics.Counter
doubleValue
-
-
-
-
Method Detail
-
increment
public void increment(double value)
-
startMsecsTimer
@NotNull public Stoppable startMsecsTimer()
Description copied from interface:Counter
Allows reporting value as msecs interval- Specified by:
startMsecsTimer
in interfaceCounter
-
-