Uses of Class
org.apache.shardingsphere.data.pipeline.api.job.JobOperationType
-
Packages that use JobOperationType Package Description org.apache.shardingsphere.data.pipeline.api.job org.apache.shardingsphere.data.pipeline.spi.ratelimit -
-
Uses of JobOperationType in org.apache.shardingsphere.data.pipeline.api.job
Methods in org.apache.shardingsphere.data.pipeline.api.job that return JobOperationType Modifier and Type Method Description static JobOperationTypeJobOperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static JobOperationType[]JobOperationType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JobOperationType in org.apache.shardingsphere.data.pipeline.spi.ratelimit
Methods in org.apache.shardingsphere.data.pipeline.spi.ratelimit with parameters of type JobOperationType Modifier and Type Method Description voidJobRateLimitAlgorithm. intercept(JobOperationType type, Number data)Intercept.
-