Interface APIStatisticsMBean

All Superinterfaces:
InvocationStatistics
All Known Implementing Classes:
APIStatistics

public interface APIStatisticsMBean extends InvocationStatistics
Simple MBean interface for APIStatistics. Method-level statistics are exposed as a Map of formatted strings
See Also:
  • Method Details

    • getMethodLevelSummariesAsString

      Map<String,String> getMethodLevelSummariesAsString()
      Returns:
      method level summaries
    • getMethodLevelSummary

      String getMethodLevelSummary(String methodName)
      Parameters:
      methodName - method name
      Returns:
      method level summary
    • getInvocationStatistics

      Iterable<? extends InvocationStatistics> getInvocationStatistics()
      Returns:
      InvocationStatistics