Class RateSampler
- java.lang.Object
-
- org.apache.activemq.artemis.cli.commands.messages.perf.RateSampler
-
- All Implemented Interfaces:
java.lang.Runnable
public final class RateSampler extends java.lang.Object implements java.lang.Runnable
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetLastSample()static RateSamplerof(java.util.function.LongSupplier sampling)longreportRate(long reportIntervalNs)voidrun()
-
-
-
Method Detail
-
run
public void run()
- Specified by:
runin interfacejava.lang.Runnable
-
getLastSample
public long getLastSample()
-
reportRate
public long reportRate(long reportIntervalNs)
-
of
public static RateSampler of(java.util.function.LongSupplier sampling)
-
-