public final class SimpleJobExecutor extends Object implements ClassedJobItemExecutor<SimpleJob>
| Constructor and Description |
|---|
SimpleJobExecutor() |
| Modifier and Type | Method and Description |
|---|---|
Class<SimpleJob> |
getElasticJobClass() |
void |
process(SimpleJob elasticJob,
org.apache.shardingsphere.elasticjob.api.JobConfiguration jobConfig,
JobFacade jobFacade,
org.apache.shardingsphere.elasticjob.api.ShardingContext shardingContext) |
public void process(SimpleJob elasticJob, org.apache.shardingsphere.elasticjob.api.JobConfiguration jobConfig, JobFacade jobFacade, org.apache.shardingsphere.elasticjob.api.ShardingContext shardingContext)
process in interface JobItemExecutor<SimpleJob>public Class<SimpleJob> getElasticJobClass()
getElasticJobClass in interface ClassedJobItemExecutor<SimpleJob>Copyright © 2021 The Apache Software Foundation. All rights reserved.