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
Modifier and Type Method Description booleanequals(java.lang.Object o)ClientBackPressureInfogetClientBackPressureInfo()UiSessionStatsgetStatistics()UiSessiongetUiSession()inthashCode()
-
Constructor Details
-
Method Details
-
getUiSession
- Specified by:
getUiSessionin interfaceSessionStatsTableRecord
-
getStatistics
- Specified by:
getStatisticsin interfaceSessionStatsTableRecord
-
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
-