|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.red5.server.api.statistics.support.StatisticsCounter
public class StatisticsCounter
Counts numbers used by the statistics. Keeps track of current, maximum and total numbers.
| Constructor Summary | |
|---|---|
StatisticsCounter()
|
|
| Method Summary | |
|---|---|
void |
decrement()
Decrement statistics by one. |
int |
getCurrent()
Get current number. |
int |
getMax()
Get maximum number. |
int |
getTotal()
Get total number. |
void |
increment()
Increment statistics by one. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatisticsCounter()
| Method Detail |
|---|
public void increment()
public void decrement()
public int getCurrent()
public int getTotal()
public int getMax()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||