Package gorsat

Class BufferAdaptor

  • All Implemented Interfaces:
    java.lang.Cloneable, scala.Cloneable
    Direct Known Subclasses:
    TimeoutBufferAdaptor

    public class BufferAdaptor
    extends gorsat.Commands.Analysis
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void finish()  
      void process​(org.gorpipe.gor.model.Row r)  
      void setReaderThread​(ReaderThread rt)  
      • Methods inherited from class gorsat.Commands.Analysis

        $bar, $bar, alreadyFinished, alreadyFinished_$eq, clone, cloned, cloned_$eq, from, getHeader, getName, init, isCloned, isCloned_$eq, isInErrorState, isInErrorState_$eq, isTypeInformationMaintained, isTypeInformationNeeded, nextProcessor, nextProcessor_$eq, pipeFrom, pipeFrom_$eq, pipeTo, pipeTo_$eq, reportWantsNoMore, reset, rowHeader, rowHeader_$eq, securedFinish, securedSetup, setContext, setRowHeader, setup, statsAdd, statsCollector, statsDec, statsInc, statsSenderAnnotation, statsSenderAnnotation_$eq, statsSenderId, statsSenderId_$eq, statsSenderName, statsSenderName_$eq, toString
      • Methods inherited from class gorsat.Commands.Processor

        rs, rs_$eq, wantsNoMore, wantsNoMore_$eq
      • Methods inherited from class java.lang.Object

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

      • BufferAdaptor

        public BufferAdaptor​(ReaderThread readerThread)
    • Method Detail

      • setReaderThread

        public void setReaderThread​(ReaderThread rt)
      • process

        public void process​(org.gorpipe.gor.model.Row r)
        Overrides:
        process in class gorsat.Commands.Analysis
      • finish

        public void finish()
        Overrides:
        finish in class gorsat.Commands.Analysis