|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netflix.servo.publish.PollRunnable
public class PollRunnable
Runnable that will send updates to a collection of observers.
| Constructor Summary | |
|---|---|
PollRunnable(MetricPoller poller,
MetricFilter filter,
boolean reset,
java.util.Collection<MetricObserver> observers)
Creates a new runnable instance that executes poll with the given filter and sends the metrics to all of the given observers. |
|
PollRunnable(MetricPoller poller,
MetricFilter filter,
java.util.Collection<MetricObserver> observers)
Creates a new runnable instance that executes poll with the given filter and sends the metrics to all of the given observers. |
|
PollRunnable(MetricPoller poller,
MetricFilter filter,
MetricObserver... observers)
Creates a new runnable instance that executes poll with the given filter and sends the metrics to all of the given observers. |
|
| Method Summary | |
|---|---|
void |
run()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PollRunnable(MetricPoller poller,
MetricFilter filter,
java.util.Collection<MetricObserver> observers)
public PollRunnable(MetricPoller poller,
MetricFilter filter,
boolean reset,
java.util.Collection<MetricObserver> observers)
public PollRunnable(MetricPoller poller,
MetricFilter filter,
MetricObserver... observers)
| Method Detail |
|---|
public void run()
run in interface java.lang.Runnable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||