Class NoOpScalingStrategy<T>
java.lang.Object
org.apache.flink.connector.base.sink.writer.strategy.NoOpScalingStrategy<T>
- All Implemented Interfaces:
ScalingStrategy<T>
NoOpScalingStrategy does not scale up / down the given value.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NoOpScalingStrategy
public NoOpScalingStrategy()
-
-
Method Details
-
scaleUp
Description copied from interface:ScalingStrategyReturns the scaled up value.- Specified by:
scaleUpin interfaceScalingStrategy<T>- Parameters:
currentValue- currentValue
-
scaleDown
Description copied from interface:ScalingStrategyReturns the scaled down value.- Specified by:
scaleDownin interfaceScalingStrategy<T>- Parameters:
currentValue- currentValue
-