|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocalCountDownLatchOperationStats
Method Summary | |
---|---|
long |
getNumberOfAwaits()
Returns the number of await operations in this period. |
long |
getNumberOfAwaitsReleased()
Returns the number of awaits released in this period from gate openings. |
long |
getNumberOfCountDowns()
Returns the number of countDown operations in this period. |
long |
getNumberOfGatesOpened()
Returns the number of times the count reached zero from a countdown operation in this period. |
long |
getNumberOfOthers()
Returns the number of operations other than await or countDown in this period. |
long |
getTotalAwaitLatency()
Returns the total latency of await operations in this period. |
long |
getTotalCountDownLatency()
Returns the total latency of countdown operations in this period. |
long |
getTotalOtherLatency()
Returns the total latency of operations other than await or countdown in this period. |
Methods inherited from interface com.hazelcast.monitor.LocalInstanceOperationStats |
---|
getPeriodEnd, getPeriodStart |
Methods inherited from interface com.hazelcast.nio.DataSerializable |
---|
readData, writeData |
Method Detail |
---|
long getNumberOfCountDowns()
long getNumberOfAwaits()
long getNumberOfOthers()
long getTotalAwaitLatency()
To get the average latency, divide by the number of awaits.
long getTotalCountDownLatency()
To get the average latency, divide by the number of countdowns.
long getTotalOtherLatency()
To get the average latency, divide by the number of others.
long getNumberOfGatesOpened()
long getNumberOfAwaitsReleased()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |