Class UpdateTableCallback
- java.lang.Object
-
- io.siddhi.core.query.output.callback.OutputCallback
-
- io.siddhi.core.query.output.callback.UpdateTableCallback
-
public class UpdateTableCallback extends OutputCallback
Implementation ofOutputCallbackto receive processed Siddhi events from Siddhi queries and update data into aTablebased on received events and condition.
-
-
Constructor Summary
Constructors Constructor Description UpdateTableCallback(Table table, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet, int matchingStreamIndex, boolean convertToStreamEvent, StateEventFactory stateEventFactory, StreamEventFactory streamEventFactory, StreamEventConverter streamEventConverter, String queryName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsend(ComplexEventChunk updatingEventChunk, int noOfEvents)-
Methods inherited from class io.siddhi.core.query.output.callback.OutputCallback
constructMatchingStateEventChunk, setSiddhiDebugger
-
-
-
-
Constructor Detail
-
UpdateTableCallback
public UpdateTableCallback(Table table, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet, int matchingStreamIndex, boolean convertToStreamEvent, StateEventFactory stateEventFactory, StreamEventFactory streamEventFactory, StreamEventConverter streamEventConverter, String queryName)
-
-
Method Detail
-
send
public void send(ComplexEventChunk updatingEventChunk, int noOfEvents)
- Specified by:
sendin classOutputCallback
-
-