パッケージ twitter4j.management

インタフェース APIStatisticsMBean

すべてのスーパーインタフェース:
InvocationStatistics
既知の実装クラスのリスト:
APIStatistics

public interface APIStatisticsMBean extends InvocationStatistics
Simple MBean interface for APIStatistics. Method-level statistics are exposed as a Map of formatted strings
関連項目:
  • メソッドの詳細

    • getMethodLevelSummariesAsString

      Map<String,String> getMethodLevelSummariesAsString()
      戻り値:
      method level summaries
    • getMethodLevelSummary

      String getMethodLevelSummary(String methodName)
      パラメータ:
      methodName - method name
      戻り値:
      method level summary
    • getInvocationStatistics

      Iterable<? extends InvocationStatistics> getInvocationStatistics()
      戻り値:
      InvocationStatistics