|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netflix.servo.monitor.Pollers
public final class Pollers
Poller configuration. Our resettable monitors need to be aware of all pollers so they can deal with calls that reset their values. This class provides the mechanism they use to know how many pollers will be used, and at their estimated polling intervals.
| Field Summary | |
|---|---|
static int |
NUM_POLLERS
Number of pollers that will run. |
static java.lang.String |
POLLERS
A comma separated list of longs indicating the frequency of the pollers. |
| Method Summary | |
|---|---|
static java.util.List<java.lang.Long> |
getPollingIntervals()
Get list of polling intervals in milliseconds. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String POLLERS
60000, 10000
public static final int NUM_POLLERS
| Method Detail |
|---|
public static java.util.List<java.lang.Long> getPollingIntervals()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||