Class UiSessionSessionStatsTableRecord
- java.lang.Object
-
- org.teamapps.uisession.statistics.app.UiSessionSessionStatsTableRecord
-
- All Implemented Interfaces:
SessionStatsTableRecord
public class UiSessionSessionStatsTableRecord extends java.lang.Object implements SessionStatsTableRecord
-
-
Constructor Summary
Constructors Constructor Description UiSessionSessionStatsTableRecord(UiSession uiSession)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)ClientBackPressureInfogetClientBackPressureInfo()UiSessionStatsgetStatistics()UiSessiongetUiSession()inthashCode()
-
-
-
Constructor Detail
-
UiSessionSessionStatsTableRecord
public UiSessionSessionStatsTableRecord(UiSession uiSession)
-
-
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
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-