|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.netflix.hystrix.contrib.metrics.eventstream.HystrixMetricsPoller
public class HystrixMetricsPoller
Polls Hystrix metrics and output JSON strings for each metric to a MetricsPollerListener.
| Nested Class Summary | |
|---|---|
static interface |
HystrixMetricsPoller.MetricsAsJsonPollerListener
|
| Constructor Summary | |
|---|---|
HystrixMetricsPoller(int delay)
|
|
| Method Summary | |
|---|---|
boolean |
isRunning()
|
void |
start(HystrixMetricsPoller.MetricsAsJsonPollerListener listener)
|
void |
stop()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HystrixMetricsPoller(int delay)
| Method Detail |
|---|
public void start(HystrixMetricsPoller.MetricsAsJsonPollerListener listener)
public void stop()
public boolean isRunning()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||