public interface SessionStatsMXBean
Modifier and Type | Method and Description |
---|---|
long |
getActiveCount()
The number of concurrently active sessions.
|
long |
getCreateCount()
The number of sessions that were created
|
long |
getInvalidatedCount()
The number of sessions that were invalidated
|
long |
getInvalidatedCountbyTimeout()
The number of sessions that were invalidated caused by timeout
|
long |
getLiveCount()
The number of local sessions that are currently cached in memory
from the time at which this metric is enabled
|
long getActiveCount()
long getLiveCount()
long getCreateCount()
long getInvalidatedCountbyTimeout()
long getInvalidatedCount()