- execToFile(String, String, String, String...) - 类 中的静态方法com.xxl.job.core.util.ScriptUtil
-
日志文件输出方式
优点:支持将目标数据实时输出到指定日志文件中去
缺点:
标准输出和错误输出优先级固定,可能和脚本中顺序不一致
Java无法实时获取
- execute(String) - 类 中的方法com.xxl.job.core.handler.IJobHandler
-
execute handler, invoked when executor receives a scheduling request
- execute(String) - 类 中的方法com.xxl.job.core.handler.impl.GlueJobHandler
-
- execute(String) - 类 中的方法com.xxl.job.core.handler.impl.ScriptJobHandler
-
- ExecutorBiz - com.xxl.job.core.biz中的接口
-
Created by xuxueli on 17/3/1.
- ExecutorBizImpl - com.xxl.job.core.biz.impl中的类
-
Created by xuxueli on 17/3/1.
- ExecutorBizImpl() - 类 的构造器com.xxl.job.core.biz.impl.ExecutorBizImpl
-
- ExecutorBlockStrategyEnum - com.xxl.job.core.enums中的枚举
-
Created by xuxueli on 17/5/9.
- ExecutorRegistryThread - com.xxl.job.core.thread中的类
-
Created by xuxueli on 17/3/2.
- ExecutorRegistryThread() - 类 的构造器com.xxl.job.core.thread.ExecutorRegistryThread
-