@PublicEvolving public interface ScalingStrategy<T>
Modifier and Type | Method and Description |
---|---|
T |
scaleDown(T currentValue)
Returns the scaled down value.
|
T |
scaleUp(T currentValue)
Returns the scaled up value.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.