Class PushBufferToRJob

  • All Implemented Interfaces:
    RJob

    public class PushBufferToRJob
    extends Object
    implements RJob
    Transfers a Buffer to R.
    • Constructor Detail

      • PushBufferToRJob

        public PushBufferToRJob​(Buffer buffer,
                                int bufferNumber)
    • 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