Package gorsat
Class BufferAdaptor
- java.lang.Object
-
- gorsat.Commands.Processor
-
- gorsat.Commands.Analysis
-
- gorsat.BufferAdaptor
-
- All Implemented Interfaces:
java.lang.Cloneable,scala.Cloneable
- Direct Known Subclasses:
TimeoutBufferAdaptor
public class BufferAdaptor extends gorsat.Commands.Analysis
-
-
Constructor Summary
Constructors Constructor Description BufferAdaptor(ReaderThread readerThread)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfinish()voidprocess(org.gorpipe.gor.model.Row r)voidsetReaderThread(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
-
-
-
-
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:
processin classgorsat.Commands.Analysis
-
finish
public void finish()
- Overrides:
finishin classgorsat.Commands.Analysis
-
-