C D G H I O P S 

C

com.netflix.hystrix.contrib.metrics.eventstream - package com.netflix.hystrix.contrib.metrics.eventstream
 
com.netflix.hystrix.contrib.requests.stream - package com.netflix.hystrix.contrib.requests.stream
 
com.netflix.hystrix.contrib.sample.stream - package com.netflix.hystrix.contrib.sample.stream
 
convertRequestsToJson(Collection<HystrixRequestEvents>) - Static method in class com.netflix.hystrix.contrib.requests.stream.HystrixRequestEventsJsonStream
 
convertRequestToJson(HystrixRequestEvents) - Static method in class com.netflix.hystrix.contrib.requests.stream.HystrixRequestEventsJsonStream
 
convertToJson(HystrixUtilization) - Static method in class com.netflix.hystrix.contrib.sample.stream.HystrixUtilizationJsonStream
 
convertToString(HystrixConfiguration) - Method in class com.netflix.hystrix.contrib.sample.stream.HystrixConfigSseServlet
 
convertToString(HystrixConfiguration) - Static method in class com.netflix.hystrix.contrib.sample.stream.HystrixConfigurationJsonStream
 
convertToString(SampleData) - Method in class com.netflix.hystrix.contrib.sample.stream.HystrixSampleSseServlet
 
convertToString(HystrixUtilization) - Method in class com.netflix.hystrix.contrib.sample.stream.HystrixUtilizationSseServlet
 

D

decrementCurrentConcurrentConnections() - Method in class com.netflix.hystrix.contrib.sample.stream.HystrixConfigSseServlet
 
decrementCurrentConcurrentConnections() - Method in class com.netflix.hystrix.contrib.sample.stream.HystrixSampleSseServlet
 
decrementCurrentConcurrentConnections() - Method in class com.netflix.hystrix.contrib.sample.stream.HystrixUtilizationSseServlet
 
destroy() - Method in class com.netflix.hystrix.contrib.metrics.eventstream.HystrixMetricsStreamServlet
Handle servlet being undeployed by gracefully releasing connections so poller threads stop.
destroy() - Method in class com.netflix.hystrix.contrib.requests.stream.HystrixRequestEventsSseServlet
Handle servlet being undeployed by gracefully releasing connections so poller threads stop.
destroy() - Method in class com.netflix.hystrix.contrib.sample.stream.HystrixSampleSseServlet
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
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.netflix.hystrix.contrib.requests.stream.HystrixRequestEventsSseServlet
Handle incoming GETs
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.netflix.hystrix.contrib.sample.stream.HystrixSampleSseServlet
Handle incoming GETs

G

getStream() - Method in class com.netflix.hystrix.contrib.requests.stream.HystrixRequestEventsJsonStream
 
getStream(int) - Method in class com.netflix.hystrix.contrib.sample.stream.HystrixConfigSseServlet
 
getStream(int) - Method in class com.netflix.hystrix.contrib.sample.stream.HystrixSampleSseServlet
 
getStream(int) - Method in class com.netflix.hystrix.contrib.sample.stream.HystrixUtilizationSseServlet
 

H

handleJsonMetric(String) - Method in interface com.netflix.hystrix.contrib.metrics.eventstream.HystrixMetricsPoller.MetricsAsJsonPollerListener
 
HystrixConfigSseServlet - Class in com.netflix.hystrix.contrib.sample.stream
Streams Hystrix config in text/event-stream format.
HystrixConfigSseServlet() - Constructor for class com.netflix.hystrix.contrib.sample.stream.HystrixConfigSseServlet
 
HystrixConfigurationJsonStream - Class in com.netflix.hystrix.contrib.sample.stream
Links HystrixConfigurationStream and JSON encoding.
HystrixConfigurationJsonStream() - Constructor for class com.netflix.hystrix.contrib.sample.stream.HystrixConfigurationJsonStream
 
HystrixConfigurationJsonStream(Func1<Integer, Observable<HystrixConfiguration>>) - Constructor for class com.netflix.hystrix.contrib.sample.stream.HystrixConfigurationJsonStream
 
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
 
HystrixRequestEventsJsonStream - Class in com.netflix.hystrix.contrib.requests.stream
 
HystrixRequestEventsJsonStream() - Constructor for class com.netflix.hystrix.contrib.requests.stream.HystrixRequestEventsJsonStream
 
HystrixRequestEventsSseServlet - Class in com.netflix.hystrix.contrib.requests.stream
 
HystrixRequestEventsSseServlet() - Constructor for class com.netflix.hystrix.contrib.requests.stream.HystrixRequestEventsSseServlet
 
HystrixSampleSseServlet<SampleData> - Class in com.netflix.hystrix.contrib.sample.stream
 
HystrixSampleSseServlet() - Constructor for class com.netflix.hystrix.contrib.sample.stream.HystrixSampleSseServlet
 
HystrixUtilizationJsonStream - Class in com.netflix.hystrix.contrib.sample.stream
Links HystrixUtilizationStream and JSON encoding.
HystrixUtilizationJsonStream() - Constructor for class com.netflix.hystrix.contrib.sample.stream.HystrixUtilizationJsonStream
 
HystrixUtilizationJsonStream(Func1<Integer, Observable<HystrixUtilization>>) - Constructor for class com.netflix.hystrix.contrib.sample.stream.HystrixUtilizationJsonStream
 
HystrixUtilizationSseServlet - Class in com.netflix.hystrix.contrib.sample.stream
Streams Hystrix config in text/event-stream format.
HystrixUtilizationSseServlet() - Constructor for class com.netflix.hystrix.contrib.sample.stream.HystrixUtilizationSseServlet
 

I

incrementAndGetCurrentConcurrentConnections() - Method in class com.netflix.hystrix.contrib.sample.stream.HystrixConfigSseServlet
 
incrementAndGetCurrentConcurrentConnections() - Method in class com.netflix.hystrix.contrib.sample.stream.HystrixSampleSseServlet
 
incrementAndGetCurrentConcurrentConnections() - Method in class com.netflix.hystrix.contrib.sample.stream.HystrixUtilizationSseServlet
 
init() - Method in class com.netflix.hystrix.contrib.metrics.eventstream.HystrixMetricsStreamServlet
 
init() - Method in class com.netflix.hystrix.contrib.requests.stream.HystrixRequestEventsSseServlet
 
init() - Method in class com.netflix.hystrix.contrib.sample.stream.HystrixSampleSseServlet
 
isRunning() - Method in class com.netflix.hystrix.contrib.metrics.eventstream.HystrixMetricsPoller
 

O

observe(int) - Method in class com.netflix.hystrix.contrib.sample.stream.HystrixConfigurationJsonStream
 
observe(int) - Method in class com.netflix.hystrix.contrib.sample.stream.HystrixUtilizationJsonStream
 
observeJson(int) - Method in class com.netflix.hystrix.contrib.sample.stream.HystrixConfigurationJsonStream
 
observeJson(int) - Method in class com.netflix.hystrix.contrib.sample.stream.HystrixUtilizationJsonStream
 

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.
shutdown() - Static method in class com.netflix.hystrix.contrib.requests.stream.HystrixRequestEventsSseServlet
WebSphere won't shutdown a servlet until after a 60 second timeout if there is an instance of the servlet executing a request.
shutdown() - Static method in class com.netflix.hystrix.contrib.sample.stream.HystrixSampleSseServlet
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 G H I O P S