Package org.wildfly.clustering.session
Interface SessionStatistics
- All Known Implementing Classes:
AbstractSessionManager,HotRodSessionManager,InfinispanSessionManager
public interface SessionStatistics
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptiondefault longReturns the identifiers of active sessions managed by this session manager.Returns the identifiers of all sessions managed by this session manager, including passive sessions.
-
Method Details
-
getActiveSessions
-
getSessions
-
getActiveSessionCount
default long getActiveSessionCount()- Returns:
- The number of active sessions
-