public class Sqoop2Tasklet
extends java.lang.Object
implements org.springframework.beans.factory.InitializingBean, org.springframework.batch.core.step.tasklet.Tasklet, org.springframework.batch.core.StepExecutionListener| コンストラクターと説明 |
|---|
Sqoop2Tasklet() |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | afterPropertiesSet() |
org.springframework.batch.core.ExitStatus | afterStep(org.springframework.batch.core.StepExecution stepExecution) |
void | beforeStep(org.springframework.batch.core.StepExecution stepExecution) |
org.springframework.batch.repeat.RepeatStatus | execute(org.springframework.batch.core.StepContribution contribution, org.springframework.batch.core.scope.context.ChunkContext chunkContext) |
void | setJobId(java.lang.Long jobId) |
void | setPollTime(java.lang.Long pollTime) |
void | setSqoopUrl(java.lang.String sqoopUrl) |
public void setSqoopUrl(java.lang.String sqoopUrl)
public void setJobId(java.lang.Long jobId)
public void setPollTime(java.lang.Long pollTime)
public org.springframework.batch.repeat.RepeatStatus execute(org.springframework.batch.core.StepContribution contribution,
org.springframework.batch.core.scope.context.ChunkContext chunkContext)
throws java.lang.Exceptionorg.springframework.batch.core.step.tasklet.Tasklet 内の execute java.lang.Exceptionpublic void beforeStep(org.springframework.batch.core.StepExecution stepExecution)
org.springframework.batch.core.StepExecutionListener 内の beforeStep public org.springframework.batch.core.ExitStatus afterStep(org.springframework.batch.core.StepExecution stepExecution)
org.springframework.batch.core.StepExecutionListener 内の afterStep public void afterPropertiesSet()
throws java.lang.Exceptionorg.springframework.beans.factory.InitializingBean 内の afterPropertiesSet java.lang.Exception