Interface JobRateLimitAlgorithm
-
- All Superinterfaces:
org.apache.shardingsphere.infra.util.spi.type.typed.algorithm.ShardingSphereAlgorithm,org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
public interface JobRateLimitAlgorithm extends org.apache.shardingsphere.infra.util.spi.type.typed.algorithm.ShardingSphereAlgorithmJob rate limit algorithm.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidintercept(JobOperationType type, Number data)Intercept.
-
-
-
Method Detail
-
intercept
void intercept(JobOperationType type, Number data)
Intercept.- Parameters:
type- job operation typedata- delta value for how much changed
-
-