Class AbstractPipelineJobAPIImpl
java.lang.Object
org.apache.shardingsphere.data.pipeline.core.api.impl.AbstractPipelineJobAPIImpl
- All Implemented Interfaces:
PipelineJobAPI
- Direct Known Subclasses:
RuleAlteredJobAPIImpl
Abstract pipeline job API impl.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final org.apache.shardingsphere.elasticjob.infra.pojo.JobConfigurationPOJOgetElasticJobConfigPOJO(String jobId) voidvoidstartDisabledJob(String jobId) voidprotected final voidverifyJobNotStopped(org.apache.shardingsphere.elasticjob.infra.pojo.JobConfigurationPOJO jobConfigPOJO) protected final voidverifyJobStopped(org.apache.shardingsphere.elasticjob.infra.pojo.JobConfigurationPOJO jobConfigPOJO)
-
Field Details
-
DATE_TIME_FORMATTER
-
-
Constructor Details
-
AbstractPipelineJobAPIImpl
public AbstractPipelineJobAPIImpl()
-
-
Method Details
-
startDisabledJob
- Specified by:
startDisabledJobin interfacePipelineJobAPI
-
stop
- Specified by:
stopin interfacePipelineJobAPI
-
remove
- Specified by:
removein interfacePipelineJobAPI
-
getElasticJobConfigPOJO
protected final org.apache.shardingsphere.elasticjob.infra.pojo.JobConfigurationPOJO getElasticJobConfigPOJO(String jobId) -
verifyJobNotStopped
protected final void verifyJobNotStopped(org.apache.shardingsphere.elasticjob.infra.pojo.JobConfigurationPOJO jobConfigPOJO) -
verifyJobStopped
protected final void verifyJobStopped(org.apache.shardingsphere.elasticjob.infra.pojo.JobConfigurationPOJO jobConfigPOJO)
-