Interface CountStats

All Known Implementing Classes:
ImmutableUiSessionStats.ImmutableCountStats

public interface CountStats
  • Method Details

    • getCount

      long getCount()
    • getCountLastMinute

      long getCountLastMinute()
    • getCountLast10Seconds

      long getCountLast10Seconds()
    • getCountByClass

      it.unimi.dsi.fastutil.objects.Object2LongMap<Class<?>> getCountByClass()