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)
ScalingStrategy
scaleUp
in interface ScalingStrategy<T>
currentValue
- currentValuepublic T scaleDown(T currentValue)
ScalingStrategy
scaleDown
in interface ScalingStrategy<T>
currentValue
- currentValueCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.