Uses of Enum Class
com.aizuda.snailjob.client.job.core.enums.AllocationAlgorithmEnum
Packages that use AllocationAlgorithmEnum
Package
Description
-
Uses of AllocationAlgorithmEnum in com.aizuda.snailjob.client.job.core.enums
Methods in com.aizuda.snailjob.client.job.core.enums that return AllocationAlgorithmEnumModifier and TypeMethodDescriptionstatic AllocationAlgorithmEnumReturns the enum constant of this class with the specified name.static AllocationAlgorithmEnum[]AllocationAlgorithmEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AllocationAlgorithmEnum in com.aizuda.snailjob.client.job.core.handler
Methods in com.aizuda.snailjob.client.job.core.handler with parameters of type AllocationAlgorithmEnumModifier and TypeMethodDescriptionprotected HAbstractParamsHandler.setRouteKey(AllocationAlgorithmEnum algorithmEnum) 设置路由 -
Uses of AllocationAlgorithmEnum in com.aizuda.snailjob.client.job.core.handler.add
Methods in com.aizuda.snailjob.client.job.core.handler.add with parameters of type AllocationAlgorithmEnumModifier and TypeMethodDescriptionClusterAddHandler.setRouteKey(AllocationAlgorithmEnum algorithmEnum) -
Uses of AllocationAlgorithmEnum in com.aizuda.snailjob.client.job.core.handler.update
Methods in com.aizuda.snailjob.client.job.core.handler.update with parameters of type AllocationAlgorithmEnumModifier and TypeMethodDescriptionClusterUpdateHandler.setRouteKey(AllocationAlgorithmEnum algorithmEnum)