Skip navigation links
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
Deprecated.
 
convertRequestToJson(HystrixRequestEvents) - Static method in class com.netflix.hystrix.contrib.requests.stream.HystrixRequestEventsJsonStream
Deprecated.
 
convertToJson(HystrixUtilization) - Static method in class com.netflix.hystrix.contrib.sample.stream.HystrixUtilizationJsonStream
Deprecated.
 
convertToString(HystrixConfiguration) - Static method in class com.netflix.hystrix.contrib.sample.stream.HystrixConfigurationJsonStream
Deprecated.
 

D

decrementCurrentConcurrentConnections() - Method in class com.netflix.hystrix.contrib.metrics.eventstream.HystrixMetricsStreamServlet
 
decrementCurrentConcurrentConnections() - Method in class com.netflix.hystrix.contrib.requests.stream.HystrixRequestEventsSseServlet
 
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
 
DEFAULT_PAUSE_POLLER_THREAD_DELAY_IN_MS - Static variable in class com.netflix.hystrix.contrib.sample.stream.HystrixSampleSseServlet
 
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.sample.stream.HystrixSampleSseServlet
Handle incoming GETs

G

getMaxNumberConcurrentConnectionsAllowed() - Method in class com.netflix.hystrix.contrib.metrics.eventstream.HystrixMetricsStreamServlet
 
getMaxNumberConcurrentConnectionsAllowed() - Method in class com.netflix.hystrix.contrib.requests.stream.HystrixRequestEventsSseServlet
 
getMaxNumberConcurrentConnectionsAllowed() - Method in class com.netflix.hystrix.contrib.sample.stream.HystrixConfigSseServlet
 
getMaxNumberConcurrentConnectionsAllowed() - Method in class com.netflix.hystrix.contrib.sample.stream.HystrixSampleSseServlet
 
getMaxNumberConcurrentConnectionsAllowed() - Method in class com.netflix.hystrix.contrib.sample.stream.HystrixUtilizationSseServlet
 
getNumberCurrentConnections() - Method in class com.netflix.hystrix.contrib.metrics.eventstream.HystrixMetricsStreamServlet
 
getNumberCurrentConnections() - Method in class com.netflix.hystrix.contrib.requests.stream.HystrixRequestEventsSseServlet
 
getNumberCurrentConnections() - Method in class com.netflix.hystrix.contrib.sample.stream.HystrixConfigSseServlet
 
getNumberCurrentConnections() - Method in class com.netflix.hystrix.contrib.sample.stream.HystrixSampleSseServlet
 
getNumberCurrentConnections() - Method in class com.netflix.hystrix.contrib.sample.stream.HystrixUtilizationSseServlet
 
getStream() - Method in class com.netflix.hystrix.contrib.requests.stream.HystrixRequestEventsJsonStream
Deprecated.
 

H

handleJsonMetric(String) - Method in interface com.netflix.hystrix.contrib.metrics.eventstream.HystrixMetricsPoller.MetricsAsJsonPollerListener
Deprecated.
 
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
Deprecated.
Instead, prefer mapping your preferred serialization on top of HystrixConfigurationStream#observe().
HystrixConfigurationJsonStream() - Constructor for class com.netflix.hystrix.contrib.sample.stream.HystrixConfigurationJsonStream
Deprecated.
HystrixConfigurationJsonStream(<any>) - Constructor for class com.netflix.hystrix.contrib.sample.stream.HystrixConfigurationJsonStream
Deprecated.
HystrixMetricsPoller - Class in com.netflix.hystrix.contrib.metrics.eventstream
Deprecated.
Prefer com.netflix.hystrix.metric.consumer.HystrixDashboardStream
HystrixMetricsPoller(HystrixMetricsPoller.MetricsAsJsonPollerListener, int) - Constructor for class com.netflix.hystrix.contrib.metrics.eventstream.HystrixMetricsPoller
Deprecated.
Allocate resources to begin polling.
HystrixMetricsPoller.MetricsAsJsonPollerListener - Interface in com.netflix.hystrix.contrib.metrics.eventstream
Deprecated.
 
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
Deprecated.
Instead, prefer mapping your preferred serialization on top of HystrixRequestEventsStream#observe().
HystrixRequestEventsJsonStream() - Constructor for class com.netflix.hystrix.contrib.requests.stream.HystrixRequestEventsJsonStream
Deprecated.
 
HystrixRequestEventsSseServlet - Class in com.netflix.hystrix.contrib.requests.stream
Servlet that writes SSE JSON every time a request is made
HystrixRequestEventsSseServlet() - Constructor for class com.netflix.hystrix.contrib.requests.stream.HystrixRequestEventsSseServlet
 
HystrixSampleSseServlet - Class in com.netflix.hystrix.contrib.sample.stream
 
HystrixSampleSseServlet(<any>) - Constructor for class com.netflix.hystrix.contrib.sample.stream.HystrixSampleSseServlet
 
HystrixSampleSseServlet(<any>, int) - Constructor for class com.netflix.hystrix.contrib.sample.stream.HystrixSampleSseServlet
 
HystrixUtilizationJsonStream - Class in com.netflix.hystrix.contrib.sample.stream
Deprecated.
Instead, prefer mapping your preferred serialization on top of HystrixUtilizationStream#observe().
HystrixUtilizationJsonStream() - Constructor for class com.netflix.hystrix.contrib.sample.stream.HystrixUtilizationJsonStream
Deprecated.
HystrixUtilizationJsonStream(<any>) - Constructor for class com.netflix.hystrix.contrib.sample.stream.HystrixUtilizationJsonStream
Deprecated.
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.metrics.eventstream.HystrixMetricsStreamServlet
 
incrementAndGetCurrentConcurrentConnections() - Method in class com.netflix.hystrix.contrib.requests.stream.HystrixRequestEventsSseServlet
 
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.sample.stream.HystrixSampleSseServlet
 
isRunning() - Method in class com.netflix.hystrix.contrib.metrics.eventstream.HystrixMetricsPoller
Deprecated.
 

O

observe(int) - Method in class com.netflix.hystrix.contrib.sample.stream.HystrixConfigurationJsonStream
Deprecated.
Not for public use. Using the delay param prevents streams from being efficiently shared. Please use HystrixConfigurationStream#observe()
observe(int) - Method in class com.netflix.hystrix.contrib.sample.stream.HystrixUtilizationJsonStream
Deprecated.
Not for public use. Using the delay param prevents streams from being efficiently shared. Please use HystrixUtilizationStream#observe()
observeJson(int) - Method in class com.netflix.hystrix.contrib.sample.stream.HystrixConfigurationJsonStream
Deprecated.
Not for public use. Using the delay param prevents streams from being efficiently shared. Please use HystrixConfigurationStream#observe() and you can map to JSON string via HystrixConfigurationJsonStream.convertToString(HystrixConfiguration)
observeJson(int) - Method in class com.netflix.hystrix.contrib.sample.stream.HystrixUtilizationJsonStream
Deprecated.
Not for public use. Using the delay param prevents streams from being efficiently shared. Please use HystrixUtilizationStream#observe() and the HystrixUtilizationJsonStream.convertToJson(HystrixUtilization) method

P

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

S

sampleStream - Variable in class com.netflix.hystrix.contrib.sample.stream.HystrixSampleSseServlet
 
shutdown() - Method in class com.netflix.hystrix.contrib.metrics.eventstream.HystrixMetricsPoller
Deprecated.
Stops polling and shuts down the ExecutorService.
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
Deprecated.
Start polling.
C D G H I O P S 
Skip navigation links