Interface OperationStatsMXBean

All Known Implementing Classes:
OperationStatsBean

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

    • reset

      void reset()
    • getDistinctOperationCount

      int getDistinctOperationCount()
    • getDistinctOperationExecutionCount

      int getDistinctOperationExecutionCount()
    • getTotalOperationExecutionCount

      int getTotalOperationExecutionCount()
    • getTotalFailedOperationExecutionCount

      int getTotalFailedOperationExecutionCount()
    • getTotalOperationExecutionTime

      long getTotalOperationExecutionTime()
    • getAggregatedOperationStats

      List<AggregatedOperationStats> getAggregatedOperationStats()