Package | Description |
---|---|
com.netflix.hystrix.strategy.metrics |
Strategy definition for publishing metrics and default implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
HystrixMetricsPublisherCollapserDefault
Default implementation of
HystrixMetricsPublisherCollapser that does nothing. |
Modifier and Type | Method and Description |
---|---|
static HystrixMetricsPublisherCollapser |
HystrixMetricsPublisherFactory.createOrRetrievePublisherForCollapser(HystrixCollapserKey collapserKey,
HystrixCollapserMetrics metrics,
HystrixCollapserProperties properties)
Get an instance of
HystrixMetricsPublisherCollapser with the given factory HystrixMetricsPublisher implementation for each HystrixCollapser instance. |
HystrixMetricsPublisherCollapser |
HystrixMetricsPublisher.getMetricsPublisherForCollapser(HystrixCollapserKey collapserKey,
HystrixCollapserMetrics metrics,
HystrixCollapserProperties properties)
Construct an implementation of
HystrixMetricsPublisherCollapser for HystrixCollapser instances having key HystrixCollapserKey . |
Copyright © 2017. All Rights Reserved.