Class ExportScheduler


  • @Singleton
    public class ExportScheduler
    extends java.lang.Object
    Schedules export tasks so that they are not all run at once.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void scheduleExport()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExportScheduler

        @Inject
        public ExportScheduler​(PlanConfig config,
                               DBSystem dbSystem,
                               net.playeranalytics.plugin.scheduling.RunnableFactory runnableFactory,
                               Exporter exporter,
                               ErrorLogger errorLogger)
    • Method Detail

      • scheduleExport

        public void scheduleExport()