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 HystrixCollapserMetrics |
HystrixCollapserMetrics.getInstance(HystrixCollapserKey key,
HystrixCollapserProperties properties)
Get or create the
HystrixCollapserMetrics instance for a given HystrixCollapserKey . |
HystrixCollapserMetrics |
HystrixObservableCollapser.getMetrics()
Return the
HystrixCollapserMetrics for this collapser |
HystrixCollapserMetrics |
HystrixCollapser.getMetrics()
Return the
HystrixCollapserMetrics for this collapser |
Modifier and Type | Method and Description |
---|---|
static Collection<HystrixCollapserMetrics> |
HystrixCollapserMetrics.getInstances()
All registered instances of
HystrixCollapserMetrics |
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 . |
Constructor and Description |
---|
HystrixMetricsPublisherCollapserDefault(HystrixCollapserKey collapserKey,
HystrixCollapserMetrics metrics,
HystrixCollapserProperties properties) |
Copyright © 2015. All Rights Reserved.