Interface SumStats
- All Known Implementing Classes:
ImmutableUiSessionStats.ImmutableSumStats,TrafficStats
public interface SumStats
-
Method Summary
Modifier and Type Method Description longgetSum()longgetSumLast10Seconds()longgetSumLastMinute()
-
Method Details
-
getSum
long getSum() -
getSumLastMinute
long getSumLastMinute() -
getSumLast10Seconds
long getSumLast10Seconds()
-