Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.netflix.hystrix.strategy.concurrency Classes and Interfaces - 5 results found.
NameDescriptionTypePackageFramework
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
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