Interface OperationStatsMXBean

  • All Known Implementing Classes:
    OperationStatsBean

    public interface OperationStatsMXBean
    Since:
    4.0.0
    Author:
    Florian Kleedorfer
    • Method Detail

      • reset

        void reset()
      • getDistinctOperationCount

        int getDistinctOperationCount()
      • getDistinctOperationExecutionCount

        int getDistinctOperationExecutionCount()
      • getTotalOperationExecutionCount

        int getTotalOperationExecutionCount()
      • getTotalFailedOperationExecutionCount

        int getTotalFailedOperationExecutionCount()
      • getTotalOperationExecutionTime

        long getTotalOperationExecutionTime()