Class ExportScheduler
java.lang.Object
net.playeranalytics.plugin.scheduling.PluginRunnable
com.djrapitops.plan.delivery.export.ExportScheduler
- All Implemented Interfaces:
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
ConstructorDescriptionExportScheduler(PlanConfig config, DBSystem dbSystem, ServerInfo serverInfo, net.playeranalytics.plugin.scheduling.RunnableFactory runnableFactory, Exporter exporter, ErrorLogger errorLogger)
-
Method Summary
Methods inherited from class net.playeranalytics.plugin.scheduling.PluginRunnable
cancel
-
Constructor Details
-
ExportScheduler
@Inject public ExportScheduler(PlanConfig config, DBSystem dbSystem, ServerInfo serverInfo, net.playeranalytics.plugin.scheduling.RunnableFactory runnableFactory, Exporter exporter, ErrorLogger errorLogger)
-
-
Method Details
-
run
public void run()
-