public interface JmxStatisticsExposer
Modifier and Type | Method and Description |
---|---|
boolean |
getStatisticsEnabled()
Returns whether an interceptor's statistics are being captured.
|
void |
resetStatistics()
Resets an interceptor's cache statistics
|
void |
setStatisticsEnabled(boolean enabled)
Enables an interceptor's cache statistics If true, the interceptor will capture statistics and make them available
through the mbean.
|
boolean getStatisticsEnabled()
void setStatisticsEnabled(boolean enabled)
enabled
- true if statistics should be capturedvoid resetStatistics()
Copyright © 2021 JBoss by Red Hat. All rights reserved.