Class StoreRDSFileJob

  • All Implemented Interfaces:
    RJob

    public class StoreRDSFileJob
    extends Object
    implements RJob
    Saves buffered measurements into an RDS file.
    • Constructor Detail

      • StoreRDSFileJob

        public StoreRDSFileJob​(String rdsFilePath)
    • Method Detail

      • process

        public void process​(RContext context)
        Description copied from interface: RJob
        The work to be done by this job. Should only be called by an RJobProcessor.
        Specified by:
        process in interface RJob
      • getName

        public String getName()
        Specified by:
        getName in interface RJob
        Returns:
        the name of this job