Package gorsat
Class TimeoutBufferAdaptor
java.lang.Object
gorsat.Commands.Processor
gorsat.Commands.Analysis
gorsat.BufferAdaptor
gorsat.TimeoutBufferAdaptor
- All Implemented Interfaces:
Cloneable,scala.Cloneable
-
Constructor Summary
ConstructorsConstructorDescriptionTimeoutBufferAdaptor(ReaderThread readerThread, long timeTriggerBufferFlushNs) -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(org.gorpipe.gor.model.Row r) voidupdateTimeMeasurement(long deltaTimeNs, RowBuffer current) Methods inherited from class gorsat.BufferAdaptor
finish, setReaderThreadMethods 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, toStringMethods inherited from class gorsat.Commands.Processor
rs, rs_$eq, wantsNoMore, wantsNoMore_$eq
-
Constructor Details
-
TimeoutBufferAdaptor
-
-
Method Details
-
updateTimeMeasurement
-
process
public void process(org.gorpipe.gor.model.Row r) - Overrides:
processin classBufferAdaptor
-