Class StatisticsCounter
java.lang.Object
org.red5.server.api.statistics.support.StatisticsCounter
Counts numbers used by the statistics. Keeps track of current and total numbers.
- Author:
- The Red5 Project, Joachim Bauch (jojo@struktur.de)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StatisticsCounter
public StatisticsCounter()
-
-
Method Details
-
increment
public void increment()Increment statistics by one. -
decrement
public void decrement()Decrement statistics by one. -
getCurrent
public int getCurrent()Get current number.- Returns:
- current number
-
getTotal
public int getTotal()Get total number.- Returns:
- total
-
getMax
public int getMax()Get maximum number. Use total instead.- Returns:
- max
-
toString
-