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