Interface OperationStatsMXBean

All Known Implementing Classes:
OperationStatsBean

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

    • reset Link icon

      void reset()
    • getDistinctOperationCount Link icon

      int getDistinctOperationCount()
    • getDistinctOperationExecutionCount Link icon

      int getDistinctOperationExecutionCount()
    • getTotalOperationExecutionCount Link icon

      int getTotalOperationExecutionCount()
    • getTotalFailedOperationExecutionCount Link icon

      int getTotalFailedOperationExecutionCount()
    • getTotalOperationExecutionTime Link icon

      long getTotalOperationExecutionTime()
    • getAggregatedOperationStats Link icon

      List<AggregatedOperationStats> getAggregatedOperationStats()