Package gorsat
Class TimeoutBufferAdaptor
- java.lang.Object
-
- gorsat.Commands.Processor
-
- gorsat.Commands.Analysis
-
- gorsat.BufferAdaptor
-
- gorsat.TimeoutBufferAdaptor
-
- All Implemented Interfaces:
java.lang.Cloneable,scala.Cloneable
public class TimeoutBufferAdaptor extends BufferAdaptor
-
-
Constructor Summary
Constructors Constructor Description TimeoutBufferAdaptor(ReaderThread readerThread, long timeTriggerBufferFlushNs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(org.gorpipe.gor.model.Row r)voidupdateTimeMeasurement(long deltaTimeNs, RowBuffer current)-
Methods inherited from class gorsat.BufferAdaptor
finish, setReaderThread
-
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
-
TimeoutBufferAdaptor
public TimeoutBufferAdaptor(ReaderThread readerThread, long timeTriggerBufferFlushNs)
-
-
Method Detail
-
updateTimeMeasurement
public void updateTimeMeasurement(long deltaTimeNs, RowBuffer current)
-
process
public void process(org.gorpipe.gor.model.Row r)
- Overrides:
processin classBufferAdaptor
-
-