|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDebugCounter
Method Summary | |
---|---|
long |
getCounterValue()
Retrieve the value of the counter from the global counter store |
void |
updateCounterNoFlush()
Increments the counter by 1 thread-locally. |
void |
updateCounterNoFlush(int incr)
Increments the counter thread-locally by the 'incr' specified. |
void |
updateCounterWithFlush()
Increments the counter by 1 thread-locally, and immediately flushes to the global counter storage. |
void |
updateCounterWithFlush(int incr)
Increments the counter thread-locally by the 'incr' specified, and immediately flushes to the global counter storage. |
Method Detail |
---|
void updateCounterWithFlush()
void updateCounterNoFlush()
void updateCounterWithFlush(int incr)
void updateCounterNoFlush(int incr)
long getCounterValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |