Uses of Enum
org.apache.shardingsphere.data.pipeline.api.job.JobOperationType
Packages that use JobOperationType
Package
Description
-
Uses of JobOperationType in org.apache.shardingsphere.data.pipeline.api.job
Methods in org.apache.shardingsphere.data.pipeline.api.job that return JobOperationTypeModifier and TypeMethodDescriptionstatic JobOperationTypeReturns 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 JobOperationTypeModifier and TypeMethodDescriptionvoidJobRateLimitAlgorithm.intercept(JobOperationType type, Number data) Intercept.