
| Class | Description |
|---|---|
| BucketedCounterStream<Event extends HystrixEvent,Bucket,Output> |
Abstract class that imposes a bucketing structure and provides streams of buckets
|
| BucketedCumulativeCounterStream<Event extends HystrixEvent,Bucket,Output> |
Refinement of
BucketedCounterStream which accumulates counters infinitely in the bucket-reduction step |
| BucketedRollingCounterStream<Event extends HystrixEvent,Bucket,Output> |
Refinement of
BucketedCounterStream which reduces numBuckets at a time. |
| CumulativeCollapserEventCounterStream |
Maintains a stream of event counters for a given Command.
|
| CumulativeCommandEventCounterStream |
Maintains a stream of event counters for a given Command.
|
| CumulativeThreadPoolEventCounterStream |
Maintains a stream of event counters for a given ThreadPool.
|
| HealthCountsStream |
Maintains a stream of rolling health counts for a given Command.
|
| RollingCollapserBatchSizeDistributionStream |
Maintains a stream of batch size distributions for a given Command.
|
| RollingCollapserEventCounterStream |
Maintains a stream of event counters for a given Command.
|
| RollingCommandEventCounterStream |
Maintains a stream of event counters for a given Command.
|
| RollingCommandLatencyDistributionStream |
Maintains a stream of latency distributions for a given Command.
|
| RollingCommandMaxConcurrencyStream |
Maintains a stream of the maximum concurrency seen by this command.
|
| RollingCommandUserLatencyDistributionStream |
Maintains a stream of latency distributions for a given Command.
|
| RollingConcurrencyStream |
Maintains a stream of max-concurrency
This gets calculated using a rolling window of t1 milliseconds.
|
| RollingDistributionStream<Event extends HystrixEvent> |
Maintains a stream of distributions for a given Command.
|
| RollingThreadPoolEventCounterStream |
Maintains a stream of event counters for a given ThreadPool.
|
| RollingThreadPoolMaxConcurrencyStream |
Maintains a stream of max-concurrency
This gets calculated using a rolling window of t1 milliseconds.
|