JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
H
I
P
S
C
com.netflix.hystrix.contrib.metrics.eventstream
- package com.netflix.hystrix.contrib.metrics.eventstream
D
destroy()
- Method in class com.netflix.hystrix.contrib.metrics.eventstream.
HystrixMetricsStreamServlet
Handle servlet being undeployed by gracefully releasing connections so poller threads stop.
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
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
init()
- Method in class com.netflix.hystrix.contrib.metrics.eventstream.
HystrixMetricsStreamServlet
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.
shutdown()
- Static method in class com.netflix.hystrix.contrib.metrics.eventstream.
HystrixMetricsStreamServlet
WebSphere won't shutdown a servlet until after a 60 second timeout if there is an instance of the servlet executing a request.
start()
- Method in class com.netflix.hystrix.contrib.metrics.eventstream.
HystrixMetricsPoller
Start polling.
C
D
H
I
P
S
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes