Class ExportScheduler
- java.lang.Object
-
- com.djrapitops.plan.delivery.export.ExportScheduler
-
@Singleton public class ExportScheduler extends java.lang.Object
Schedules export tasks so that they are not all run at once.
-
-
Constructor Summary
Constructors Constructor Description ExportScheduler(PlanConfig config, DBSystem dbSystem, net.playeranalytics.plugin.scheduling.RunnableFactory runnableFactory, Exporter exporter, ErrorLogger errorLogger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
scheduleExport()
-
-
-
Constructor Detail
-
ExportScheduler
@Inject public ExportScheduler(PlanConfig config, DBSystem dbSystem, net.playeranalytics.plugin.scheduling.RunnableFactory runnableFactory, Exporter exporter, ErrorLogger errorLogger)
-
-