|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResettableMonitor<T>
Used to indicate a monitor that should be reset after sampling. If there
are multiple pollers reading the value only one of them should be configured
to reset the value. The Monitor.getValue()
call will not reset
the value so it can be sample many times.
Method Summary | |
---|---|
T |
getAndResetValue()
|
Methods inherited from interface com.netflix.servo.monitor.Monitor |
---|
getConfig, getValue |
Method Detail |
---|
T getAndResetValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |