Class ImmutableUiSessionStats.ImmutableCountStats

java.lang.Object
org.teamapps.uisession.statistics.ImmutableUiSessionStats.ImmutableCountStats
All Implemented Interfaces:
CountStats
Enclosing class:
ImmutableUiSessionStats

public static class ImmutableUiSessionStats.ImmutableCountStats
extends java.lang.Object
implements CountStats
  • Constructor Summary

    Constructors 
    Constructor Description
    ImmutableCountStats​(long count, long countLastMinute, long countLast10Seconds, it.unimi.dsi.fastutil.objects.Object2LongMap<java.lang.Class<?>> countByClass)  
  • Method Summary

    Modifier and Type Method Description
    long getCount()  
    it.unimi.dsi.fastutil.objects.Object2LongMap<java.lang.Class<?>> getCountByClass()  
    long getCountLast10Seconds()  
    long getCountLastMinute()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait