Uses of Enum Class
com.xxl.job.core.glue.GlueTypeEnum
Packages that use GlueTypeEnum
-
Uses of GlueTypeEnum in com.xxl.job.core.glue
Methods in com.xxl.job.core.glue that return GlueTypeEnumModifier and TypeMethodDescriptionstatic GlueTypeEnumstatic GlueTypeEnumReturns the enum constant of this class with the specified name.static GlueTypeEnum[]GlueTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GlueTypeEnum in com.xxl.job.core.handler.impl
Constructors in com.xxl.job.core.handler.impl with parameters of type GlueTypeEnumModifierConstructorDescriptionScriptJobHandler(int jobId, long glueUpdatetime, String gluesource, GlueTypeEnum glueType)