Enum Class的使用
com.aizuda.easy.retry.server.job.task.enums.BlockStrategyEnum
使用BlockStrategyEnum的程序包
程序包
说明
-
com.aizuda.easy.retry.server.job.task.enums中BlockStrategyEnum的使用
修饰符和类型方法说明static BlockStrategyEnumBlockStrategyEnum.valueOf(int blockStrategy) Returns the enum constant of this class with the specified name.static BlockStrategyEnumReturns the enum constant of this class with the specified name.static BlockStrategyEnum[]BlockStrategyEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. -
com.aizuda.easy.retry.server.job.task.support.block.job中BlockStrategyEnum的使用
修饰符和类型方法说明protected abstract BlockStrategyEnumAbstracJobBlockStrategy.blockStrategyEnum()protected BlockStrategyEnumConcurrencyBlockStrategy.blockStrategyEnum()protected BlockStrategyEnumDiscardBlockStrategy.blockStrategyEnum()protected BlockStrategyEnumOverlayBlockStrategy.blockStrategyEnum() -
com.aizuda.easy.retry.server.job.task.support.block.workflow中BlockStrategyEnum的使用
修饰符和类型方法说明protected abstract BlockStrategyEnumAbstractWorkflowBlockStrategy.blockStrategyEnum()protected BlockStrategyEnumConcurrencyWorkflowBlockStrategy.blockStrategyEnum()protected BlockStrategyEnumDiscardWorkflowBlockStrategy.blockStrategyEnum()protected BlockStrategyEnumOverlayWorkflowBlockStrategy.blockStrategyEnum()