Interface RecordableSessionManagerStatistics
- All Superinterfaces:
Recordable<org.wildfly.clustering.session.ImmutableSessionMetaData>,io.undertow.server.session.SessionManagerStatistics
- All Known Implementing Classes:
DistributableSessionManagerStatistics
public interface RecordableSessionManagerStatistics
extends io.undertow.server.session.SessionManagerStatistics, Recordable<org.wildfly.clustering.session.ImmutableSessionMetaData>
Recordable
SessionManagerStatistics.- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionRecordable<org.wildfly.clustering.session.ImmutableSessionMetaData>Methods inherited from interface org.wildfly.clustering.web.undertow.session.Recordable
record, resetMethods inherited from interface io.undertow.server.session.SessionManagerStatistics
getActiveSessionCount, getAverageSessionAliveTime, getCreatedSessionCount, getExpiredSessionCount, getHighestSessionCount, getMaxActiveSessions, getMaxSessionAliveTime, getRejectedSessions, getStartTime
-
Method Details
-
getInactiveSessionRecorder
Recordable<org.wildfly.clustering.session.ImmutableSessionMetaData> getInactiveSessionRecorder()
-