Skip navigation links
A B C D E F G H I O P R S T W 

A

AbstractHystrixConfigBuilder<CONFB> - Class in org.springframework.cloud.netflix.hystrix
 
AbstractHystrixConfigBuilder(String) - Constructor for class org.springframework.cloud.netflix.hystrix.AbstractHystrixConfigBuilder
 

B

build() - Method in class org.springframework.cloud.netflix.hystrix.HystrixCircuitBreakerFactory.HystrixConfigBuilder
 
build() - Method in class org.springframework.cloud.netflix.hystrix.HystrixCommands.PublisherBuilder
 
build() - Method in class org.springframework.cloud.netflix.hystrix.ReactiveHystrixCircuitBreakerFactory.ReactiveHystrixConfigBuilder
 

C

commandName(String) - Method in class org.springframework.cloud.netflix.hystrix.HystrixCommands.PublisherBuilder
 
commandProperties - Variable in class org.springframework.cloud.netflix.hystrix.AbstractHystrixConfigBuilder
 
commandProperties(HystrixCommandProperties.Setter) - Method in class org.springframework.cloud.netflix.hystrix.AbstractHystrixConfigBuilder
 
commandProperties(HystrixCommandProperties.Setter) - Method in class org.springframework.cloud.netflix.hystrix.HystrixCommands.PublisherBuilder
 
commandProperties(Function<HystrixCommandProperties.Setter, HystrixCommandProperties.Setter>) - Method in class org.springframework.cloud.netflix.hystrix.HystrixCommands.PublisherBuilder
 
configBuilder(String) - Method in class org.springframework.cloud.netflix.hystrix.HystrixCircuitBreakerFactory
 
configBuilder(String) - Method in class org.springframework.cloud.netflix.hystrix.ReactiveHystrixCircuitBreakerFactory
 
configureDefault(Function<String, HystrixCommand.Setter>) - Method in class org.springframework.cloud.netflix.hystrix.HystrixCircuitBreakerFactory
 
configureDefault(Function<String, HystrixObservableCommand.Setter>) - Method in class org.springframework.cloud.netflix.hystrix.ReactiveHystrixCircuitBreakerFactory
 
create(String) - Method in class org.springframework.cloud.netflix.hystrix.HystrixCircuitBreakerFactory
 
create(String) - Method in class org.springframework.cloud.netflix.hystrix.ReactiveHystrixCircuitBreakerFactory
 

D

doHealthCheck(Health.Builder) - Method in class org.springframework.cloud.netflix.hystrix.HystrixHealthIndicator
 

E

eager() - Method in class org.springframework.cloud.netflix.hystrix.HystrixCommands.PublisherBuilder
 
EnableHystrix - Annotation Type in org.springframework.cloud.netflix.hystrix
Convenience annotation for clients to enable Hystrix circuit breakers (specifically).
equals(Object) - Method in class org.springframework.cloud.netflix.hystrix.HystrixMetricsProperties
 

F

fallback(Publisher<T>) - Method in class org.springframework.cloud.netflix.hystrix.HystrixCommands.PublisherBuilder
 
fallback(Function<Throwable, Publisher<T>>) - Method in class org.springframework.cloud.netflix.hystrix.HystrixCommands.PublisherBuilder
 
from(Publisher<T>) - Static method in class org.springframework.cloud.netflix.hystrix.HystrixCommands
 

G

get() - Method in class org.springframework.cloud.netflix.hystrix.HystrixStreamEndpoint
 
getBlockingQueue(int) - Method in class org.springframework.cloud.netflix.hystrix.security.SecurityContextConcurrencyStrategy
 
getCommandKey() - Method in class org.springframework.cloud.netflix.hystrix.AbstractHystrixConfigBuilder
 
getCommandPropertiesSetter() - Method in class org.springframework.cloud.netflix.hystrix.AbstractHystrixConfigBuilder
 
getConfig() - Method in class org.springframework.cloud.netflix.hystrix.HystrixProperties
 
getGroupKey() - Method in class org.springframework.cloud.netflix.hystrix.AbstractHystrixConfigBuilder
 
getObservableFunction() - Method in class org.springframework.cloud.netflix.hystrix.HystrixCommands.PublisherBuilder
 
getPollingIntervalMs() - Method in class org.springframework.cloud.netflix.hystrix.HystrixMetricsProperties
 
getRequestVariable(HystrixRequestVariableLifecycle<T>) - Method in class org.springframework.cloud.netflix.hystrix.security.SecurityContextConcurrencyStrategy
 
getSetter() - Method in class org.springframework.cloud.netflix.hystrix.HystrixCommands.PublisherBuilder
 
getThreadPool(HystrixThreadPoolKey, HystrixProperty<Integer>, HystrixProperty<Integer>, HystrixProperty<Integer>, TimeUnit, BlockingQueue<Runnable>) - Method in class org.springframework.cloud.netflix.hystrix.security.SecurityContextConcurrencyStrategy
 
getThreadPool(HystrixThreadPoolKey, HystrixThreadPoolProperties) - Method in class org.springframework.cloud.netflix.hystrix.security.SecurityContextConcurrencyStrategy
 
groupName - Variable in class org.springframework.cloud.netflix.hystrix.AbstractHystrixConfigBuilder
 
groupName(String) - Method in class org.springframework.cloud.netflix.hystrix.AbstractHystrixConfigBuilder
 
groupName(String) - Method in class org.springframework.cloud.netflix.hystrix.HystrixCommands.PublisherBuilder
 

H

hashCode() - Method in class org.springframework.cloud.netflix.hystrix.HystrixMetricsProperties
 
HYSTRIX_STREAM_DESTINATION - Static variable in class org.springframework.cloud.netflix.hystrix.HystrixConstants
Hystrix stream destination name.
HystrixAutoConfiguration - Class in org.springframework.cloud.netflix.hystrix
Auto configuration for Hystrix.
HystrixAutoConfiguration() - Constructor for class org.springframework.cloud.netflix.hystrix.HystrixAutoConfiguration
 
HystrixAutoConfiguration.HystrixMetricsConfiguration - Class in org.springframework.cloud.netflix.hystrix
 
HystrixAutoConfiguration.HystrixServletAutoConfiguration - Class in org.springframework.cloud.netflix.hystrix
See original JolokiaEndpointAutoConfiguration.
HystrixAutoConfiguration.HystrixWebfluxManagementContextConfiguration - Class in org.springframework.cloud.netflix.hystrix
 
HystrixCircuitBreaker - Class in org.springframework.cloud.netflix.hystrix
Hystrix implementation of CircuitBreaker.
HystrixCircuitBreaker(HystrixCommand.Setter) - Constructor for class org.springframework.cloud.netflix.hystrix.HystrixCircuitBreaker
 
HystrixCircuitBreakerAutoConfiguration - Class in org.springframework.cloud.netflix.hystrix
 
HystrixCircuitBreakerAutoConfiguration() - Constructor for class org.springframework.cloud.netflix.hystrix.HystrixCircuitBreakerAutoConfiguration
 
HystrixCircuitBreakerConfiguration - Class in org.springframework.cloud.netflix.hystrix
 
HystrixCircuitBreakerConfiguration() - Constructor for class org.springframework.cloud.netflix.hystrix.HystrixCircuitBreakerConfiguration
 
hystrixCircuitBreakerFactory() - Method in class org.springframework.cloud.netflix.hystrix.HystrixCircuitBreakerAutoConfiguration
 
HystrixCircuitBreakerFactory - Class in org.springframework.cloud.netflix.hystrix
Builds Hystrix circuit breakers.
HystrixCircuitBreakerFactory() - Constructor for class org.springframework.cloud.netflix.hystrix.HystrixCircuitBreakerFactory
 
HystrixCircuitBreakerFactory.HystrixConfigBuilder - Class in org.springframework.cloud.netflix.hystrix
 
hystrixCommandAspect() - Method in class org.springframework.cloud.netflix.hystrix.HystrixCircuitBreakerConfiguration
 
HystrixCommands - Class in org.springframework.cloud.netflix.hystrix
Utility class to wrap a Publisher in a HystrixObservableCommand.
HystrixCommands.PublisherBuilder<T> - Class in org.springframework.cloud.netflix.hystrix
A builder class for building Hystrix-command-specific Publishers.
HystrixConfigBuilder(String) - Constructor for class org.springframework.cloud.netflix.hystrix.HystrixCircuitBreakerFactory.HystrixConfigBuilder
 
HystrixConstants - Class in org.springframework.cloud.netflix.hystrix
 
hystrixFeature() - Method in class org.springframework.cloud.netflix.hystrix.HystrixCircuitBreakerConfiguration
 
hystrixHealthIndicator() - Method in class org.springframework.cloud.netflix.hystrix.HystrixAutoConfiguration
 
HystrixHealthIndicator - Class in org.springframework.cloud.netflix.hystrix
A HealthIndicator implementation for Hystrix circuit breakers.
HystrixHealthIndicator() - Constructor for class org.springframework.cloud.netflix.hystrix.HystrixHealthIndicator
 
hystrixMetricsBinder() - Method in class org.springframework.cloud.netflix.hystrix.HystrixAutoConfiguration.HystrixMetricsConfiguration
 
HystrixMetricsConfiguration() - Constructor for class org.springframework.cloud.netflix.hystrix.HystrixAutoConfiguration.HystrixMetricsConfiguration
 
HystrixMetricsProperties - Class in org.springframework.cloud.netflix.hystrix
 
HystrixMetricsProperties() - Constructor for class org.springframework.cloud.netflix.hystrix.HystrixMetricsProperties
 
HystrixProperties - Class in org.springframework.cloud.netflix.hystrix
Configuration properties for Hystrix Servlet.
HystrixProperties() - Constructor for class org.springframework.cloud.netflix.hystrix.HystrixProperties
 
HystrixSecurityAutoConfiguration - Class in org.springframework.cloud.netflix.hystrix.security
 
HystrixSecurityAutoConfiguration() - Constructor for class org.springframework.cloud.netflix.hystrix.security.HystrixSecurityAutoConfiguration
 
HystrixServletAutoConfiguration() - Constructor for class org.springframework.cloud.netflix.hystrix.HystrixAutoConfiguration.HystrixServletAutoConfiguration
 
hystrixShutdownHook() - Method in class org.springframework.cloud.netflix.hystrix.HystrixCircuitBreakerConfiguration
 
hystrixStream() - Method in class org.springframework.cloud.netflix.hystrix.HystrixWebfluxEndpoint
 
hystrixStreamEndpoint(HystrixProperties) - Method in class org.springframework.cloud.netflix.hystrix.HystrixAutoConfiguration.HystrixServletAutoConfiguration
 
HystrixStreamEndpoint - Class in org.springframework.cloud.netflix.hystrix
Endpoint to expose a Jolokia HystrixMetricsStreamServlet.
HystrixStreamEndpoint(Map<String, String>) - Constructor for class org.springframework.cloud.netflix.hystrix.HystrixStreamEndpoint
 
hystrixStreamFeature() - Method in class org.springframework.cloud.netflix.hystrix.HystrixAutoConfiguration.HystrixServletAutoConfiguration
 
hystrixStreamFeature() - Method in class org.springframework.cloud.netflix.hystrix.HystrixAutoConfiguration.HystrixWebfluxManagementContextConfiguration
 
hystrixWebfluxController() - Method in class org.springframework.cloud.netflix.hystrix.HystrixAutoConfiguration.HystrixWebfluxManagementContextConfiguration
 
HystrixWebfluxEndpoint - Class in org.springframework.cloud.netflix.hystrix
 
HystrixWebfluxEndpoint(Publisher<String>) - Constructor for class org.springframework.cloud.netflix.hystrix.HystrixWebfluxEndpoint
 
HystrixWebfluxManagementContextConfiguration() - Constructor for class org.springframework.cloud.netflix.hystrix.HystrixAutoConfiguration.HystrixWebfluxManagementContextConfiguration
 

I

init() - Method in class org.springframework.cloud.netflix.hystrix.security.HystrixSecurityAutoConfiguration
 
isEnabled() - Method in class org.springframework.cloud.netflix.hystrix.HystrixMetricsProperties
 

O

org.springframework.cloud.netflix.hystrix - package org.springframework.cloud.netflix.hystrix
 
org.springframework.cloud.netflix.hystrix.security - package org.springframework.cloud.netflix.hystrix.security
 

P

PublisherBuilder(Publisher<T>) - Constructor for class org.springframework.cloud.netflix.hystrix.HystrixCommands.PublisherBuilder
 

R

ReactiveHystrixCircuitBreaker - Class in org.springframework.cloud.netflix.hystrix
 
ReactiveHystrixCircuitBreaker(HystrixObservableCommand.Setter) - Constructor for class org.springframework.cloud.netflix.hystrix.ReactiveHystrixCircuitBreaker
 
ReactiveHystrixCircuitBreakerAutoConfiguration - Class in org.springframework.cloud.netflix.hystrix
 
ReactiveHystrixCircuitBreakerAutoConfiguration() - Constructor for class org.springframework.cloud.netflix.hystrix.ReactiveHystrixCircuitBreakerAutoConfiguration
 
reactiveHystrixCircuitBreakerFactory() - Method in class org.springframework.cloud.netflix.hystrix.ReactiveHystrixCircuitBreakerAutoConfiguration
 
ReactiveHystrixCircuitBreakerFactory - Class in org.springframework.cloud.netflix.hystrix
 
ReactiveHystrixCircuitBreakerFactory() - Constructor for class org.springframework.cloud.netflix.hystrix.ReactiveHystrixCircuitBreakerFactory
 
ReactiveHystrixCircuitBreakerFactory.ReactiveHystrixConfigBuilder - Class in org.springframework.cloud.netflix.hystrix
 
ReactiveHystrixConfigBuilder(String) - Constructor for class org.springframework.cloud.netflix.hystrix.ReactiveHystrixCircuitBreakerFactory.ReactiveHystrixConfigBuilder
 
run(Supplier<T>, Function<Throwable, T>) - Method in class org.springframework.cloud.netflix.hystrix.HystrixCircuitBreaker
 
run(Mono<T>, Function<Throwable, Mono<T>>) - Method in class org.springframework.cloud.netflix.hystrix.ReactiveHystrixCircuitBreaker
 
run(Flux<T>, Function<Throwable, Flux<T>>) - Method in class org.springframework.cloud.netflix.hystrix.ReactiveHystrixCircuitBreaker
 

S

SecurityContextConcurrencyStrategy - Class in org.springframework.cloud.netflix.hystrix.security
 
SecurityContextConcurrencyStrategy(HystrixConcurrencyStrategy) - Constructor for class org.springframework.cloud.netflix.hystrix.security.SecurityContextConcurrencyStrategy
 
setEnabled(boolean) - Method in class org.springframework.cloud.netflix.hystrix.HystrixMetricsProperties
 
setPollingIntervalMs(Integer) - Method in class org.springframework.cloud.netflix.hystrix.HystrixMetricsProperties
 
setter(HystrixObservableCommand.Setter) - Method in class org.springframework.cloud.netflix.hystrix.HystrixCommands.PublisherBuilder
 

T

toFlux() - Method in class org.springframework.cloud.netflix.hystrix.HystrixCommands.PublisherBuilder
 
toMono() - Method in class org.springframework.cloud.netflix.hystrix.HystrixCommands.PublisherBuilder
 
toObservable(Function<HystrixObservableCommand<T>, Observable<T>>) - Method in class org.springframework.cloud.netflix.hystrix.HystrixCommands.PublisherBuilder
 
toString() - Method in class org.springframework.cloud.netflix.hystrix.HystrixMetricsProperties
 

W

wrapCallable(Callable<T>) - Method in class org.springframework.cloud.netflix.hystrix.security.SecurityContextConcurrencyStrategy
 
A B C D E F G H I O P R S T W 
Skip navigation links

Copyright © 2020 Pivotal Software, Inc.. All rights reserved.