Class MergeBufferedDataFramesJob

  • All Implemented Interfaces:
    RJob

    public class MergeBufferedDataFramesJob
    extends Object
    implements RJob
    Creates a single data frame from multiple buffered data frames.
    • Constructor Detail

      • MergeBufferedDataFramesJob

        public MergeBufferedDataFramesJob()
    • 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