Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



# Classes and Interfaces in #Hystrix - 41 results found.
NameDescriptionTypePackageFramework
HystrixLifecycle management of Hystrix.Classcom.netflix.hystrixHystrix
HystrixBadRequestExceptionAn exception representing an error with provided arguments or state rather than an execution failure.Classcom.netflix.hystrix.exceptionHystrix
HystrixCircuitBreakerCircuit-breaker logic that is hooked into HystrixCommand execution and will stop allowing executions if failures have gone past the defined threshold.Interfacecom.netflix.hystrixHystrix
HystrixCollapserCollapse multiple requests into a single HystrixCommand execution based on a time window and optionally a max batch size.Classcom.netflix.hystrixHystrix
HystrixCollapserKeyA key to represent a HystrixCollapser for monitoring, circuit-breakers, metrics publishing, caching and other such uses.Interfacecom.netflix.hystrixHystrix
HystrixCollapserMetricsUsed by HystrixCollapser to record metrics.Classcom.netflix.hystrixHystrix
HystrixCollapserPropertiesProperties for instances of HystrixCollapser.Classcom.netflix.hystrixHystrix
HystrixCommandUsed to wrap code that will execute potentially risky functionality (typically meaning a service call over the network) with fault and latency tolerance, statistics and performance metrics capture, circuit breaker and bulkhead functionality.Classcom.netflix.hystrixHystrix
HystrixCommandExecutionHookAbstract ExecutionHook with invocations at different lifecycle points of HystrixCommand and HystrixObservableCommand execution with default no-op implementations.Classcom.netflix.hystrix.strategy.executionhookHystrix
HystrixCommandGroupKeyA group name for a HystrixCommand.Interfacecom.netflix.hystrixHystrix
HystrixCommandKeyA key to represent a HystrixCommand for monitoring, circuit-breakers, metrics publishing, caching and other such uses.Interfacecom.netflix.hystrixHystrix
HystrixCommandMetricsUsed by HystrixCommand to record metrics.Classcom.netflix.hystrixHystrix
HystrixCommandPropertiesProperties for instances of HystrixCommand.Classcom.netflix.hystrixHystrix
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
HystrixEventTypeenum HystrixEventTypeVarious states/events that execution can result in or have tracked.Classcom.netflix.hystrixHystrix
HystrixExecutableCommon interface for executables (HystrixCommand and HystrixCollapser) so client code can treat them the same and combine in typed collections if desired.Interfacecom.netflix.hystrixHystrix
HystrixInvokableInterfacecom.netflix.hystrixHystrix
HystrixInvokableInfoInterfacecom.netflix.hystrixHystrix
HystrixMetricsClasscom.netflix.hystrixHystrix
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
HystrixObservableCommon interface for executables that implement the Observable methods HystrixObservable.Interfacecom.netflix.hystrixHystrix
HystrixObservableCollapserCollapse multiple requests into a single HystrixCommand execution based on a time window and optionally a max batch size.Classcom.netflix.hystrixHystrix
HystrixObservableCommandUsed to wrap code that will execute potentially risky functionality (typically meaning a service call over the network) with fault and latency tolerance, statistics and performance metrics capture, circuit breaker and bulkhead functionality.Classcom.netflix.hystrixHystrix
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
HystrixRequestCacheCache that is scoped to the current request as managed by HystrixRequestVariableDefault.Classcom.netflix.hystrixHystrix
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
HystrixRequestLogLog of HystrixCommand executions and events during the current request.Classcom.netflix.hystrixHystrix
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
HystrixRuntimeExceptionRuntimeException that is thrown when a HystrixCommand fails and does not have a fallback.Classcom.netflix.hystrix.exceptionHystrix
HystrixThreadPoolThreadPool used to executed HystrixCommand.Interfacecom.netflix.hystrixHystrix
HystrixThreadPoolKeyA key to represent a HystrixThreadPool for monitoring, metrics publishing, caching and other such uses.Interfacecom.netflix.hystrixHystrix
HystrixThreadPoolMetricsUsed by HystrixThreadPool to record metrics.Classcom.netflix.hystrixHystrix
HystrixThreadPoolPropertiesProperties for instances of HystrixThreadPool.Classcom.netflix.hystrixHystrix