Package | Description |
---|---|
com.netflix.hystrix.strategy.metrics |
Strategy definition for publishing metrics and default implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
HystrixMetricsPublisherThreadPoolDefault
Default implementation of
HystrixMetricsPublisherThreadPool that does nothing. |
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 . |
Copyright © 2015. All Rights Reserved.