Package org.infinispan.stats.container
Class StatisticsSnapshot
- java.lang.Object
-
- org.infinispan.stats.container.StatisticsSnapshot
-
public class StatisticsSnapshot extends Object
A Statistic Snapshot;- Since:
- 6.0
- Author:
- Pedro Ruivo
-
-
Constructor Summary
Constructors Constructor Description StatisticsSnapshot(double[] snapshot)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getLastResetTime()
double
getLocal(ExtendedStatistic stat)
double
getRemote(ExtendedStatistic stat)
-
-
-
Method Detail
-
getRemote
public final double getRemote(ExtendedStatistic stat)
-
getLocal
public final double getLocal(ExtendedStatistic stat)
-
getLastResetTime
public final long getLastResetTime()
-
-