| Interface | Description |
|---|---|
| HystrixTimer.TimerListener |
| Class | Description |
|---|---|
| ExceptionThreadingUtility | Deprecated |
| HystrixRollingNumber |
A number which can be used to track counters (increment) or set values over time.
|
| HystrixRollingPercentile |
Add values to a rolling window and retrieve percentile calculations such as median, 90th, 99th, etc.
|
| HystrixTimer |
Timer used by
HystrixCommand to timeout async executions and HystrixCollapser to trigger batch executions. |
| LongAdder |
One or more variables that together maintain an initially zero
long sum. |
| LongMaxUpdater |
One or more variables that together maintain a running
long
maximum with initial value Long.MIN_VALUE. |
| Enum | Description |
|---|---|
| HystrixRollingNumberEvent |
Various states/events that can be captured in the
HystrixRollingNumber. |
Copyright © 2015. All Rights Reserved.