Interface JobRateLimitAlgorithm
- All Superinterfaces:
org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
public interface JobRateLimitAlgorithm
extends org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
Job rate limit algorithm.
-
Method Summary
Methods inherited from interface org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
getType, getTypeAliases, init, isDefault
-
Method Details
-
intercept
Intercept.- Parameters:
type- job operation typedata- delta value for how much changed
-