Class StoreGraphJob
- java.lang.Object
-
- fr.gouv.vitam.scheduler.server.job.StoreGraphJob
-
- All Implemented Interfaces:
org.quartz.Job
@DisallowConcurrentExecution public class StoreGraphJob extends java.lang.Object implements org.quartz.Job
-
-
Constructor Summary
Constructors Constructor Description StoreGraphJob()
StoreGraphJob(MetaDataClientFactory metaDataClientFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(org.quartz.JobExecutionContext context)
-
-
-
Constructor Detail
-
StoreGraphJob
public StoreGraphJob()
-
StoreGraphJob
public StoreGraphJob(MetaDataClientFactory metaDataClientFactory)
-
-