| 构造器和说明 |
|---|
JobEntryJobRunner(Job job,
org.pentaho.di.core.Result result,
int entryNr,
org.pentaho.di.core.logging.LogChannelInterface log) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getEntryNr() |
Job |
getJob() |
org.pentaho.di.core.logging.LogChannelInterface |
getLog() |
org.pentaho.di.core.Result |
getResult() |
boolean |
isFinished() |
void |
run() |
void |
setEntryNr(int entryNr) |
void |
setJob(Job job) |
void |
setLog(org.pentaho.di.core.logging.LogChannelInterface log) |
void |
setResult(org.pentaho.di.core.Result result) |
void |
waitUntilFinished() |
public JobEntryJobRunner(Job job, org.pentaho.di.core.Result result, int entryNr, org.pentaho.di.core.logging.LogChannelInterface log)
public void setResult(org.pentaho.di.core.Result result)
result - The result to set.public org.pentaho.di.core.Result getResult()
public org.pentaho.di.core.logging.LogChannelInterface getLog()
public void setLog(org.pentaho.di.core.logging.LogChannelInterface log)
log - The log to set.public Job getJob()
public void setJob(Job job)
job - The job to set.public int getEntryNr()
public void setEntryNr(int entryNr)
entryNr - The entryNr to set.public boolean isFinished()
public void waitUntilFinished()
Copyright © 2024 Hitachi Vantara. All rights reserved.