public class DistributableSessionManagerStatistics extends Object implements RecordableSessionManagerStatistics
| Constructor and Description |
|---|
DistributableSessionManagerStatistics(ActiveSessionStatistics activeSessionStatistics,
InactiveSessionStatistics inactiveSessionStatistics,
int maxActiveSessions) |
| Modifier and Type | Method and Description |
|---|---|
long |
getActiveSessionCount() |
long |
getAverageSessionAliveTime() |
long |
getCreatedSessionCount() |
long |
getExpiredSessionCount() |
long |
getMaxActiveSessions() |
long |
getMaxSessionAliveTime() |
long |
getRejectedSessions() |
long |
getStartTime() |
void |
record(io.undertow.server.session.Session object) |
void |
reset() |
public DistributableSessionManagerStatistics(ActiveSessionStatistics activeSessionStatistics, InactiveSessionStatistics inactiveSessionStatistics, int maxActiveSessions)
public void record(io.undertow.server.session.Session object)
record in interface org.wildfly.clustering.ee.Recordable<io.undertow.server.session.Session>public void reset()
reset in interface org.wildfly.clustering.ee.Recordable<io.undertow.server.session.Session>public long getCreatedSessionCount()
getCreatedSessionCount in interface io.undertow.server.session.SessionManagerStatisticspublic long getMaxActiveSessions()
getMaxActiveSessions in interface io.undertow.server.session.SessionManagerStatisticspublic long getActiveSessionCount()
getActiveSessionCount in interface io.undertow.server.session.SessionManagerStatisticspublic long getExpiredSessionCount()
getExpiredSessionCount in interface io.undertow.server.session.SessionManagerStatisticspublic long getRejectedSessions()
getRejectedSessions in interface io.undertow.server.session.SessionManagerStatisticspublic long getMaxSessionAliveTime()
getMaxSessionAliveTime in interface io.undertow.server.session.SessionManagerStatisticspublic long getAverageSessionAliveTime()
getAverageSessionAliveTime in interface io.undertow.server.session.SessionManagerStatisticspublic long getStartTime()
getStartTime in interface io.undertow.server.session.SessionManagerStatisticsCopyright © 2019 JBoss by Red Hat. All rights reserved.