简介

ElasticJob 提供属性配置的方式为不同类型的作业提供定制化配置。

作业类型

简单作业

接口名称:org.apache.shardingsphere.elasticjob.simple.job.SimpleJob

可配置属性:无

数据流作业

接口名称:org.apache.shardingsphere.elasticjob.dataflow.job.DataflowJob

可配置属性:

名称数据类型说明默认值
streaming.processboolean是否开启流式处理false

脚本作业

类型:SCRIPT

可配置属性:

名称数据类型说明默认值
script.command.lineString脚本内容或运行路径-

HTTP作业

类型:HTTP

可配置属性:

名称数据类型说明默认值
http.urlStringhttp请求url-
http.methodStringhttp请求方法-
http.dataStringhttp请求数据-
http.connect.timeout.millisecondsStringhttp连接超时3000
http.read.timeout.millisecondsStringhttp读超时5000
http.content.typeStringhttp请求ContentType-