Interface JmxStatisticsExposer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
    • Method Detail

      • getStatisticsEnabled

        boolean getStatisticsEnabled()
        Returns whether an interceptor's statistics are being captured.
        Returns:
        true if statistics are captured
      • setStatisticsEnabled

        void setStatisticsEnabled​(boolean enabled)
        Enables an interceptor's cache statistics If true, the interceptor will capture statistics and make them available through the mbean.
        Parameters:
        enabled - true if statistics should be captured
      • resetStatistics

        void resetStatistics()
        Resets an interceptor's cache statistics