| DefaultResizer Methods |
The DefaultResizer type exposes the following members.
| Name | Description | |
|---|---|---|
| Backoff |
Computes a proposed negative (or zero) capacity delta using
the configured `backoffThreshold` and `backoffRate`
| |
| Capacity |
Returns the overall desired change in resizer capacity. Positive value will
add routees to the resizer. Negative value will remove routees from the
resizer
| |
| Equals(Object) | (Overrides ObjectEquals(Object).) | |
| Equals(DefaultResizer) | ||
| Filter |
This method can be used to smooth the capacity delta by considering
the current pressure and current capacity.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FromConfig | ||
| GetHashCode | (Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsTimeForResize | (Overrides ResizerIsTimeForResize(Int64).) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Pressure |
Number of routees considered busy, or above 'pressure level'.
Implementation depends on the value of `pressureThreshold`
(default is 1).
| |
| Rampup |
Computes a proposed positive (or zero) capacity delta using
the configured `rampupRate`.
| |
| Resize | (Overrides ResizerResize(IEnumerableRoutee).) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| AsInstanceOfT | (Defined by Extensions.) | |
| Match |
Matches the specified target.
(Defined by PatternMatch.) |