Class UiSessionStatsStatsTableRecord
- java.lang.Object
-
- org.teamapps.uisession.statistics.app.UiSessionStatsStatsTableRecord
-
- All Implemented Interfaces:
SessionStatsTableRecord
public class UiSessionStatsStatsTableRecord extends java.lang.Object implements SessionStatsTableRecord
-
-
Constructor Summary
Constructors Constructor Description UiSessionStatsStatsTableRecord(UiSessionStats uiSessionStats)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientBackPressureInfogetClientBackPressureInfo()UiSessionStatsgetStatistics()UiSessiongetUiSession()
-
-
-
Constructor Detail
-
UiSessionStatsStatsTableRecord
public UiSessionStatsStatsTableRecord(UiSessionStats uiSessionStats)
-
-
Method Detail
-
getUiSession
public UiSession getUiSession()
- Specified by:
getUiSessionin interfaceSessionStatsTableRecord
-
getStatistics
public UiSessionStats getStatistics()
- Specified by:
getStatisticsin interfaceSessionStatsTableRecord
-
getClientBackPressureInfo
public ClientBackPressureInfo getClientBackPressureInfo()
- Specified by:
getClientBackPressureInfoin interfaceSessionStatsTableRecord
-
-