Package com.netflix.hystrix.util

Common utility classes.

See:
          Description

Interface Summary
HystrixTimer.TimerListener  
 

Class Summary
ExceptionThreadingUtility Used to capture a stacktrace from one thread and append it to the stacktrace of another
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 the 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 Summary
HystrixRollingNumberEvent Various states/events that can be captured in the HystrixRollingNumber.
 

Package com.netflix.hystrix.util Description

Common utility classes.

Since:
1.0.0