Class TrafficStats
- java.lang.Object
-
- org.teamapps.uisession.statistics.TrafficStats
-
-
Constructor Summary
Constructors Constructor Description TrafficStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(long size)voidflush()longgetSum()longgetSumLast10Seconds()longgetSumLastMinute()ImmutableUiSessionStats.ImmutableSumStatstoImmutable()
-
-
-
Method Detail
-
add
public void add(long size)
-
flush
public void flush()
-
getSumLastMinute
public long getSumLastMinute()
- Specified by:
getSumLastMinutein interfaceSumStats
-
getSumLast10Seconds
public long getSumLast10Seconds()
- Specified by:
getSumLast10Secondsin interfaceSumStats
-
toImmutable
public ImmutableUiSessionStats.ImmutableSumStats toImmutable()
-
-