Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.netflix.hystrix.strategy Classes and Interfaces - 15 results found.
NameDescriptionTypePackageFramework
HystrixCommandExecutionHookAbstract ExecutionHook with invocations at different lifecycle points of HystrixCommand and HystrixObservableCommand execution with default no-op implementations.Classcom.netflix.hystrix.strategy.executionhookHystrix
HystrixConcurrencyStrategyAbstract class for defining different behavior or implementations for concurrency related aspects of the system with default implementations.Classcom.netflix.hystrix.strategy.concurrencyHystrix
HystrixContextSchedulerWrap a Scheduler so that scheduled actions are wrapped with HystrixContexSchedulerAction so that the HystrixRequestContext is properly copied across threads (if they are used by the Scheduler).Classcom.netflix.hystrix.strategy.concurrencyHystrix
HystrixEventNotifierAbstract EventNotifier that allows receiving notifications for different events with default implementations.Classcom.netflix.hystrix.strategy.eventnotifierHystrix
HystrixMetricsPublisherAbstract class with default implementations of Factory methods for creating "Metrics Publisher" instances for getting metrics and other related data exposed, published or otherwise retrievable by external systems such as Servo (https://github.Classcom.netflix.hystrix.strategy.metricsHystrix
HystrixMetricsPublisherCollapserMetrics publisher for a HystrixCollapser that will be constructed by an implementation of HystrixMetricsPublisher.Interfacecom.netflix.hystrix.strategy.metricsHystrix
HystrixMetricsPublisherCommandMetrics publisher for a HystrixCommand that will be constructed by an implementation of HystrixMetricsPublisher.Interfacecom.netflix.hystrix.strategy.metricsHystrix
HystrixMetricsPublisherThreadPoolMetrics publisher for a HystrixThreadPool that will be constructed by an implementation of HystrixMetricsPublisher.Interfacecom.netflix.hystrix.strategy.metricsHystrix
HystrixPluginsRegistry for plugin implementations that allows global override and handles the retrieval of correct implementation based on order of precedence: plugin registered globally via register methods in this classplugin registered and retrieved using Archaius (see get methods for property names)default implementationClasscom.netflix.hystrix.strategyHystrix
HystrixPropertiesStrategyAbstract class with default implementations of factory methods for properties used by various components of Hystrix.Classcom.netflix.hystrix.strategy.propertiesHystrix
HystrixPropertyGeneric interface to represent a property value so Hystrix can consume properties without being tied to any particular backing implementation.Interfacecom.netflix.hystrix.strategy.propertiesHystrix
HystrixProperty .FactoryHelper methods for wrapping static values and dynamic Archaius (https://github.Classcom.netflix.hystrix.strategy.propertiesHystrix
HystrixRequestContextContains the state and manages the lifecycle of HystrixRequestVariableDefault objects that provide request scoped (rather than only thread scoped) variables so that multiple threads within single request can share state:Classcom.netflix.hystrix.strategy.concurrencyHystrix
HystrixRequestVariableInterface for a variable similar to ThreadLocal but scoped at the user request level.Interfacecom.netflix.hystrix.strategy.concurrencyHystrix
HystrixRequestVariableLifecycleInterface for lifecycle methods that are then executed by an implementation of HystrixRequestVariable.Interfacecom.netflix.hystrix.strategy.concurrencyHystrix