Class JmxStatsCommandInterceptor

    • Constructor Detail

      • JmxStatsCommandInterceptor

        public JmxStatsCommandInterceptor()
    • Method Detail

      • checkStatisticsUsed

        public void checkStatisticsUsed()
      • getStatisticsEnabled

        public boolean getStatisticsEnabled()
        Returns whether an interceptor's statistics are being captured.
        Specified by:
        getStatisticsEnabled in interface JmxStatisticsExposer
        Returns:
        true if statistics are captured
      • setStatisticsEnabled

        public void setStatisticsEnabled​(boolean enabled)
        Description copied from interface: JmxStatisticsExposer
        Enables an interceptor's cache statistics If true, the interceptor will capture statistics and make them available through the mbean.
        Specified by:
        setStatisticsEnabled in interface JmxStatisticsExposer
        Parameters:
        enabled - whether gathering statistics for JMX are enabled.
      • resetStatistics

        public void resetStatistics()
        Resets statistics gathered. Is a no-op, and should be overridden if it is to be meaningful.
        Specified by:
        resetStatistics in interface JmxStatisticsExposer