Class DistributableSessionManagerStatistics

    • Method Detail

      • getCreatedSessionCount

        public long getCreatedSessionCount()
        Specified by:
        getCreatedSessionCount in interface io.undertow.server.session.SessionManagerStatistics
      • getMaxActiveSessions

        public long getMaxActiveSessions()
        Specified by:
        getMaxActiveSessions in interface io.undertow.server.session.SessionManagerStatistics
      • getActiveSessionCount

        public long getActiveSessionCount()
        Specified by:
        getActiveSessionCount in interface io.undertow.server.session.SessionManagerStatistics
      • getExpiredSessionCount

        public long getExpiredSessionCount()
        Specified by:
        getExpiredSessionCount in interface io.undertow.server.session.SessionManagerStatistics
      • getRejectedSessions

        public long getRejectedSessions()
        Specified by:
        getRejectedSessions in interface io.undertow.server.session.SessionManagerStatistics
      • getMaxSessionAliveTime

        public long getMaxSessionAliveTime()
        Specified by:
        getMaxSessionAliveTime in interface io.undertow.server.session.SessionManagerStatistics
      • getAverageSessionAliveTime

        public long getAverageSessionAliveTime()
        Specified by:
        getAverageSessionAliveTime in interface io.undertow.server.session.SessionManagerStatistics
      • getStartTime

        public long getStartTime()
        Specified by:
        getStartTime in interface io.undertow.server.session.SessionManagerStatistics