public class NoOpScalingStrategy<T> extends Object implements ScalingStrategy<T>
| Constructor and Description |
|---|
NoOpScalingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
T |
scaleDown(T currentValue)
Returns the scaled down value.
|
T |
scaleUp(T currentValue)
Returns the scaled up value.
|
public T scaleUp(T currentValue)
ScalingStrategyscaleUp in interface ScalingStrategy<T>currentValue - currentValuepublic T scaleDown(T currentValue)
ScalingStrategyscaleDown in interface ScalingStrategy<T>currentValue - currentValueCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.