Uses of Class
io.siddhi.core.query.processor.stream.window.HopingWindowProcessor.HopingTimestampPopulator
-
Packages that use HopingWindowProcessor.HopingTimestampPopulator Package Description io.siddhi.core.query.processor.stream.window -
-
Uses of HopingWindowProcessor.HopingTimestampPopulator in io.siddhi.core.query.processor.stream.window
Fields in io.siddhi.core.query.processor.stream.window declared as HopingWindowProcessor.HopingTimestampPopulator Modifier and Type Field Description protected HopingWindowProcessor.HopingTimestampPopulatorHopingWindowProcessor. hopingTimestampPopulatorMethods in io.siddhi.core.query.processor.stream.window with parameters of type HopingWindowProcessor.HopingTimestampPopulator Modifier and Type Method Description protected abstract voidHopingWindowProcessor. processEventChunk(ComplexEventChunk<StreamEvent> streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, HopingWindowProcessor.HopingTimestampPopulator hopingTimestampPopulator)The main processing method that will be called upon event arrival
-