パッケージ twitter4j.management
インタフェース InvocationStatistics
- 既知のサブインタフェースのリスト:
APIStatisticsMBean
- 既知の実装クラスのリスト:
APIStatistics
,InvocationStatisticsCalculator
public interface InvocationStatistics
InvocationStatistics
-
メソッドの詳細
-
getName
String getName()return name- 戻り値:
- name
-
getCallCount
long getCallCount()return call count- 戻り値:
- call count
-
getErrorCount
long getErrorCount()return error count- 戻り値:
- error count
-
getTotalTime
long getTotalTime()returns total time- 戻り値:
- total time
-
getAverageTime
long getAverageTime()return average time- 戻り値:
- average time
-
reset
void reset()reset statistics
-