| Package | Description |
|---|---|
| com.netflix.hystrix |
Core functionality of Hystrix including the HystrixCommand and HystrixCollapser to be extended from.
|
| com.netflix.hystrix.strategy.metrics |
Strategy definition for publishing metrics and default implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static HystrixThreadPoolMetrics |
HystrixThreadPoolMetrics.getInstance(HystrixThreadPoolKey key)
Get the
HystrixThreadPoolMetrics instance for a given HystrixThreadPoolKey or null if one does not exist. |
static HystrixThreadPoolMetrics |
HystrixThreadPoolMetrics.getInstance(HystrixThreadPoolKey key,
ThreadPoolExecutor threadPool,
HystrixThreadPoolProperties properties)
Get or create the
HystrixThreadPoolMetrics instance for a given HystrixThreadPoolKey. |
| Modifier and Type | Method and Description |
|---|---|
static Collection<HystrixThreadPoolMetrics> |
HystrixThreadPoolMetrics.getInstances()
All registered instances of
HystrixThreadPoolMetrics |
| Modifier and Type | Method and Description |
|---|---|
static HystrixMetricsPublisherThreadPool |
HystrixMetricsPublisherFactory.createOrRetrievePublisherForThreadPool(HystrixThreadPoolKey threadPoolKey,
HystrixThreadPoolMetrics metrics,
HystrixThreadPoolProperties properties)
Get an instance of
HystrixMetricsPublisherThreadPool with the given factory HystrixMetricsPublisher implementation for each HystrixThreadPool instance. |
HystrixMetricsPublisherThreadPool |
HystrixMetricsPublisher.getMetricsPublisherForThreadPool(HystrixThreadPoolKey threadPoolKey,
HystrixThreadPoolMetrics metrics,
HystrixThreadPoolProperties properties)
Construct an implementation of
HystrixMetricsPublisherThreadPool for HystrixThreadPool instances having key HystrixThreadPoolKey. |
| Constructor and Description |
|---|
HystrixMetricsPublisherThreadPoolDefault(HystrixThreadPoolKey threadPoolKey,
HystrixThreadPoolMetrics metrics,
HystrixThreadPoolProperties properties) |
Copyright © 2017. All Rights Reserved.