| 构造器和说明 |
|---|
JobMainSampleImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
checkAllDown()
检查是否所有工作已经完成
|
Watermark |
createWatermark() |
String |
getLogoPath() |
String |
getOutputPath() |
String |
getSourcePath() |
ITaskInfo |
getTask()
获取一个work使用的任务信息
|
void |
initQueue(int queueLength)
根据 queueLength 初始化worker队列
|
static void |
main(String[] args) |
void |
queryMoreTasks()
获取更多的任务
|
void |
setLogoPath(String logoPath) |
void |
setOutputPath(String outputPath) |
void |
setSourcePath(String sourcePath) |
public boolean checkAllDown()
checkAllDown 在接口中 IJobMainpublic void queryMoreTasks()
public Watermark createWatermark()
public void initQueue(int queueLength)
queueLength - 队列长度public static void main(String[] args)
public String getSourcePath()
public void setSourcePath(String sourcePath)
sourcePath - the sourcePath to setpublic String getOutputPath()
public void setOutputPath(String outputPath)
outputPath - the outputPath to setpublic String getLogoPath()
public void setLogoPath(String logoPath)
logoPath - the logoPath to setCopyright © 2021. All rights reserved.