public class Sqoop2Tasklet extends Object implements InitializingBean, Tasklet, StepExecutionListener
| Constructor and Description |
|---|
Sqoop2Tasklet() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
ExitStatus |
afterStep(StepExecution stepExecution) |
void |
beforeStep(StepExecution stepExecution) |
RepeatStatus |
execute(StepContribution contribution,
ChunkContext chunkContext) |
void |
setJobId(Long jobId) |
void |
setPollTime(Long pollTime) |
void |
setSqoopUrl(String sqoopUrl) |
public void setSqoopUrl(String sqoopUrl)
public void setJobId(Long jobId)
public void setPollTime(Long pollTime)
public RepeatStatus execute(StepContribution contribution, ChunkContext chunkContext) throws Exception
public void beforeStep(StepExecution stepExecution)
beforeStep in interface StepExecutionListenerpublic ExitStatus afterStep(StepExecution stepExecution)
afterStep in interface StepExecutionListenerpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface InitializingBeanException