C D H I P S T

C

com.netflix.hystrix.contrib.metrics.eventstream - package com.netflix.hystrix.contrib.metrics.eventstream
 

D

doGet(HttpServletRequest, HttpServletResponse) - Method in class com.netflix.hystrix.contrib.metrics.eventstream.HystrixMetricsStreamServlet
Handle incoming GETs

H

handleJsonMetric(String) - Method in interface com.netflix.hystrix.contrib.metrics.eventstream.HystrixMetricsPoller.MetricsAsJsonPollerListener
 
HystrixMetricsPoller - Class in com.netflix.hystrix.contrib.metrics.eventstream
Polls Hystrix metrics and output JSON strings for each metric to a MetricsPollerListener.
HystrixMetricsPoller(HystrixMetricsPoller.MetricsAsJsonPollerListener, int) - Constructor for class com.netflix.hystrix.contrib.metrics.eventstream.HystrixMetricsPoller
Allocate resources to begin polling.
HystrixMetricsPoller.MetricsAsJsonPollerListener - Interface in com.netflix.hystrix.contrib.metrics.eventstream
 
HystrixMetricsPoller.UnitTest - Class in com.netflix.hystrix.contrib.metrics.eventstream
 
HystrixMetricsPoller.UnitTest() - Constructor for class com.netflix.hystrix.contrib.metrics.eventstream.HystrixMetricsPoller.UnitTest
 
HystrixMetricsStreamServlet - Class in com.netflix.hystrix.contrib.metrics.eventstream
Streams Hystrix metrics in text/event-stream format.
HystrixMetricsStreamServlet() - Constructor for class com.netflix.hystrix.contrib.metrics.eventstream.HystrixMetricsStreamServlet
 

I

isRunning() - Method in class com.netflix.hystrix.contrib.metrics.eventstream.HystrixMetricsPoller
 

P

pause() - Method in class com.netflix.hystrix.contrib.metrics.eventstream.HystrixMetricsPoller
Pause (stop) polling.

S

shutdown() - Method in class com.netflix.hystrix.contrib.metrics.eventstream.HystrixMetricsPoller
Stops polling and shuts down the ExecutorService.
start() - Method in class com.netflix.hystrix.contrib.metrics.eventstream.HystrixMetricsPoller
Start polling.

T

testStartStopStart() - Method in class com.netflix.hystrix.contrib.metrics.eventstream.HystrixMetricsPoller.UnitTest
 

C D H I P S T