Class HistoricalRecordTask

  • All Implemented Interfaces:
    Runnable

    public class HistoricalRecordTask
    extends Object
    implements Runnable
    load Ridership data (from ridership.txt) into HistoricalRidership Bundle Index
    • Constructor Detail

      • HistoricalRecordTask

        public HistoricalRecordTask()
    • Method Detail

      • setGtfsDao

        @Autowired
        public void setGtfsDao​(org.onebusaway.gtfs.services.GtfsRelationalDao gtfsDao)
      • run

        public void run()
        Specified by:
        run in interface Runnable