类 WorkerPropertyManager


  • public class WorkerPropertyManager
    extends Object
    从以下版本开始:
    2024-09-23
    作者:
    SHOUSHEN.LUAN
    • 构造器详细资料

      • WorkerPropertyManager

        public WorkerPropertyManager()
    • 方法详细资料

      • paused

        public static boolean paused​(String taskDefName)
        获取任务是否为暂停状态
        参数:
        taskDefName -
        返回:
      • getPollingInterval

        public static int getPollingInterval​(String taskDefName)
        获取Worker拉取间隔时间
        参数:
        taskDefName -
        返回:
      • leaseExtendEnabled

        public static boolean leaseExtendEnabled​(String taskDefName)
      • getBatchPollTimeoutInMS

        public static int getBatchPollTimeoutInMS​(String taskDefName)
        获取批量拉取任务超时时间
        参数:
        taskDefName -
        返回: