Interface JobRateLimitAlgorithm
- All Superinterfaces:
ShardingSphereAlgorithm,org.apache.shardingsphere.spi.lifecycle.SPIPostProcessor,org.apache.shardingsphere.spi.type.typed.TypedSPI
Job rate limit algorithm.
-
Method Summary
Methods inherited from interface org.apache.shardingsphere.infra.config.algorithm.ShardingSphereAlgorithm
getPropsMethods inherited from interface org.apache.shardingsphere.spi.lifecycle.SPIPostProcessor
initMethods inherited from interface org.apache.shardingsphere.spi.type.typed.TypedSPI
getType, getTypeAliases
-
Method Details
-
intercept
Intercept.- Parameters:
type- job operation typedata- delta value for how much changed if type is INSERT, DELETE, UPDATE and SELECT; null value for SYSTEM_LOAD and CPU_USAGE type
-