Interface InactiveSessionStatistics

All Known Subinterfaces:
RecordableInactiveSessionStatistics
All Known Implementing Classes:
DistributableInactiveSessionStatistics

public interface InactiveSessionStatistics
Statistics for inactive sessions.
Author:
Paul Ferraro
  • Method Details

    • getExpiredSessionCount

      long getExpiredSessionCount()
      Returns:
      The number of expired sessions
    • getMaxSessionLifetime

      Duration getMaxSessionLifetime()
      Returns:
      The longest a session has been alive, as a time duration
    • getMeanSessionLifetime

      Duration getMeanSessionLifetime()
      Returns:
      The average session lifetime, as a time duration