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