Uses of Class
io.siddhi.core.event.ComplexEventChunk
-
-
Uses of ComplexEventChunk in io.siddhi.core.aggregation
Methods in io.siddhi.core.aggregation that return ComplexEventChunk Modifier and Type Method Description ComplexEventChunk<StreamEvent>OutOfOrderEventsDataAggregator. aggregateData(ComplexEventChunk<StreamEvent> retrievedData)ComplexEventChunk<StreamEvent>IncrementalDataAggregator. aggregateInMemoryData(Map<io.siddhi.query.api.aggregation.TimePeriod.Duration,Executor> incrementalExecutorMap)Methods in io.siddhi.core.aggregation with parameters of type ComplexEventChunk Modifier and Type Method Description ComplexEventChunk<StreamEvent>OutOfOrderEventsDataAggregator. aggregateData(ComplexEventChunk<StreamEvent> retrievedData)voidExecutor. execute(ComplexEventChunk complexEventChunk)Execute the handed StreamEventvoidIncrementalExecutor. execute(ComplexEventChunk streamEventChunk)voidIncrementalAggregationProcessor. process(ComplexEventChunk complexEventChunk)voidAggregationRuntime. processEvents(ComplexEventChunk<StreamEvent> streamEventComplexEventChunk)Method parameters in io.siddhi.core.aggregation with type arguments of type ComplexEventChunk Modifier and Type Method Description voidIncrementalAggregationProcessor. process(List<ComplexEventChunk> complexEventChunks) -
Uses of ComplexEventChunk in io.siddhi.core.aggregation.persistedaggregation
Methods in io.siddhi.core.aggregation.persistedaggregation with parameters of type ComplexEventChunk Modifier and Type Method Description voidPersistedIncrementalExecutor. execute(ComplexEventChunk streamEventChunk) -
Uses of ComplexEventChunk in io.siddhi.core.aggregation.persistedaggregation.config
Methods in io.siddhi.core.aggregation.persistedaggregation.config with parameters of type ComplexEventChunk Modifier and Type Method Description voidPersistedAggregationResultsProcessor. process(ComplexEventChunk complexEventChunk)Method parameters in io.siddhi.core.aggregation.persistedaggregation.config with type arguments of type ComplexEventChunk Modifier and Type Method Description voidPersistedAggregationResultsProcessor. process(List<ComplexEventChunk> complexEventChunks) -
Uses of ComplexEventChunk in io.siddhi.core.event
Methods in io.siddhi.core.event with parameters of type ComplexEventChunk Modifier and Type Method Description voidComplexEventChunk. addAll(ComplexEventChunk<E> complexEventChunk) -
Uses of ComplexEventChunk in io.siddhi.core.event.stream.converter
Subclasses of ComplexEventChunk in io.siddhi.core.event.stream.converter Modifier and Type Class Description classConversionStreamEventChunkA StreamEvent holder that can also convert other events into StreamEvents -
Uses of ComplexEventChunk in io.siddhi.core.query.input
Methods in io.siddhi.core.query.input with parameters of type ComplexEventChunk Modifier and Type Method Description protected voidProcessStreamReceiver. process(ComplexEventChunk<StreamEvent> streamEventChunk)protected voidSingleProcessStreamReceiver. process(ComplexEventChunk<StreamEvent> streamEventChunk)protected voidProcessStreamReceiver. processAndClear(ComplexEventChunk<StreamEvent> streamEventChunk)protected voidSingleProcessStreamReceiver. processAndClear(ComplexEventChunk<StreamEvent> streamEventChunk)voidMultiProcessStreamReceiver.ReturnEventHolder. setReturnEvents(ComplexEventChunk complexEventChunk) -
Uses of ComplexEventChunk in io.siddhi.core.query.input.stream.join
Methods in io.siddhi.core.query.input.stream.join with parameters of type ComplexEventChunk Modifier and Type Method Description voidJoinProcessor. process(ComplexEventChunk complexEventChunk)Process the handed StreamEvent.Method parameters in io.siddhi.core.query.input.stream.join with type arguments of type ComplexEventChunk Modifier and Type Method Description voidJoinProcessor. process(List<ComplexEventChunk> complexEventChunks) -
Uses of ComplexEventChunk in io.siddhi.core.query.input.stream.single
Methods in io.siddhi.core.query.input.stream.single with parameters of type ComplexEventChunk Modifier and Type Method Description voidEntryValveExecutor. execute(ComplexEventChunk complexEventChunk)Execute the handed StreamEventvoidEntryValveExecutor. process(ComplexEventChunk complexEventChunk)Implements process method in Schedulable interface.voidEntryValveProcessor. process(ComplexEventChunk complexEventChunk)Process the handed StreamEventMethod parameters in io.siddhi.core.query.input.stream.single with type arguments of type ComplexEventChunk Modifier and Type Method Description voidEntryValveProcessor. process(List<ComplexEventChunk> complexEventChunks) -
Uses of ComplexEventChunk in io.siddhi.core.query.input.stream.state
Methods in io.siddhi.core.query.input.stream.state that return ComplexEventChunk Modifier and Type Method Description ComplexEventChunk<StateEvent>AbsentLogicalPreStateProcessor. processAndReturn(ComplexEventChunk complexEventChunk)ComplexEventChunk<StateEvent>AbsentStreamPreStateProcessor. processAndReturn(ComplexEventChunk complexEventChunk)ComplexEventChunk<StateEvent>CountPreStateProcessor. processAndReturn(ComplexEventChunk complexEventChunk)ComplexEventChunk<StateEvent>LogicalPreStateProcessor. processAndReturn(ComplexEventChunk complexEventChunk)ComplexEventChunkPreStateProcessor. processAndReturn(ComplexEventChunk complexEventChunk)ComplexEventChunk<StateEvent>StreamPreStateProcessor. processAndReturn(ComplexEventChunk complexEventChunk)Methods in io.siddhi.core.query.input.stream.state with parameters of type ComplexEventChunk Modifier and Type Method Description protected voidAbsentLogicalPostStateProcessor. process(StateEvent stateEvent, ComplexEventChunk complexEventChunk)voidAbsentLogicalPreStateProcessor. process(ComplexEventChunk complexEventChunk)protected voidAbsentStreamPostStateProcessor. process(StateEvent stateEvent, ComplexEventChunk complexEventChunk)This method just mark the state changed but does not send the stateEvent to the next processors.voidAbsentStreamPreStateProcessor. process(ComplexEventChunk complexEventChunk)protected voidCountPostStateProcessor. process(StateEvent stateEvent, ComplexEventChunk complexEventChunk)protected voidLogicalPostStateProcessor. process(StateEvent stateEvent, ComplexEventChunk complexEventChunk)voidStreamPostStateProcessor. process(ComplexEventChunk complexEventChunk)Process the handed StreamEventprotected voidStreamPostStateProcessor. process(StateEvent stateEvent, ComplexEventChunk complexEventChunk)voidStreamPreStateProcessor. process(ComplexEventChunk complexEventChunk)Process the handed StreamEventComplexEventChunk<StateEvent>AbsentLogicalPreStateProcessor. processAndReturn(ComplexEventChunk complexEventChunk)ComplexEventChunk<StateEvent>AbsentStreamPreStateProcessor. processAndReturn(ComplexEventChunk complexEventChunk)ComplexEventChunk<StateEvent>CountPreStateProcessor. processAndReturn(ComplexEventChunk complexEventChunk)ComplexEventChunk<StateEvent>LogicalPreStateProcessor. processAndReturn(ComplexEventChunk complexEventChunk)ComplexEventChunkPreStateProcessor. processAndReturn(ComplexEventChunk complexEventChunk)ComplexEventChunk<StateEvent>StreamPreStateProcessor. processAndReturn(ComplexEventChunk complexEventChunk)voidCountPostStateProcessor. processMinCountReached(StateEvent stateEvent, ComplexEventChunk complexEventChunk)Method parameters in io.siddhi.core.query.input.stream.state with type arguments of type ComplexEventChunk Modifier and Type Method Description voidAbsentLogicalPreStateProcessor. process(List<ComplexEventChunk> complexEventChunks)voidAbsentStreamPreStateProcessor. process(List<ComplexEventChunk> complexEventChunks)voidStreamPostStateProcessor. process(List<ComplexEventChunk> complexEventChunks)voidStreamPreStateProcessor. process(List<ComplexEventChunk> complexEventChunks) -
Uses of ComplexEventChunk in io.siddhi.core.query.output.callback
Methods in io.siddhi.core.query.output.callback that return ComplexEventChunk Modifier and Type Method Description protected ComplexEventChunk<StateEvent>OutputCallback. constructMatchingStateEventChunk(ComplexEventChunk matchingComplexEventChunk, boolean convertToStreamEvent, StateEventFactory stateEventFactory, int matchingStreamIndex, StreamEventFactory streamEventFactory, StreamEventConverter streamEventConverter)Methods in io.siddhi.core.query.output.callback with parameters of type ComplexEventChunk Modifier and Type Method Description protected ComplexEventChunk<StateEvent>OutputCallback. constructMatchingStateEventChunk(ComplexEventChunk matchingComplexEventChunk, boolean convertToStreamEvent, StateEventFactory stateEventFactory, int matchingStreamIndex, StreamEventFactory streamEventFactory, StreamEventConverter streamEventConverter)voidQueryCallback. receiveStreamEvent(ComplexEventChunk complexEventChunk)voidDeleteTableCallback. send(ComplexEventChunk deletingEventChunk, int noOfEvents)voidInsertIntoStreamCallback. send(ComplexEventChunk complexEventChunk, int noOfEvents)voidInsertIntoStreamEndPartitionCallback. send(ComplexEventChunk complexEventChunk, int noOfEvents)voidInsertIntoTableCallback. send(ComplexEventChunk complexEventChunk, int noOfEvents)voidInsertIntoWindowCallback. send(ComplexEventChunk complexEventChunk, int noOfEvents)Add the event into theWindowvoidInsertIntoWindowEndPartitionCallback. send(ComplexEventChunk complexEventChunk, int noOfEvents)Add the event into theWindowabstract voidOutputCallback. send(ComplexEventChunk complexEventChunk, int noOfEvents)voidUpdateOrInsertTableCallback. send(ComplexEventChunk updateOrAddEventChunk, int noOfEvents)voidUpdateTableCallback. send(ComplexEventChunk updatingEventChunk, int noOfEvents) -
Uses of ComplexEventChunk in io.siddhi.core.query.output.ratelimit
Methods in io.siddhi.core.query.output.ratelimit with parameters of type ComplexEventChunk Modifier and Type Method Description abstract voidOutputRateLimiter. process(ComplexEventChunk complexEventChunk)voidPassThroughOutputRateLimiter. process(ComplexEventChunk complexEventChunk)voidOutputRateLimiter. sendToCallBacks(ComplexEventChunk complexEventChunk)Method parameters in io.siddhi.core.query.output.ratelimit with type arguments of type ComplexEventChunk Modifier and Type Method Description voidOutputRateLimiter. process(List<ComplexEventChunk> complexEventChunks) -
Uses of ComplexEventChunk in io.siddhi.core.query.output.ratelimit.event
Methods in io.siddhi.core.query.output.ratelimit.event with parameters of type ComplexEventChunk Modifier and Type Method Description voidAllPerEventOutputRateLimiter. process(ComplexEventChunk complexEventChunk)voidFirstGroupByPerEventOutputRateLimiter. process(ComplexEventChunk complexEventChunk)voidFirstPerEventOutputRateLimiter. process(ComplexEventChunk complexEventChunk)voidLastGroupByPerEventOutputRateLimiter. process(ComplexEventChunk complexEventChunk)voidLastPerEventOutputRateLimiter. process(ComplexEventChunk complexEventChunk) -
Uses of ComplexEventChunk in io.siddhi.core.query.output.ratelimit.snapshot
Methods in io.siddhi.core.query.output.ratelimit.snapshot with parameters of type ComplexEventChunk Modifier and Type Method Description voidWrappedSnapshotOutputRateLimiter. passToCallBacks(ComplexEventChunk complexEventChunk)voidAggregationGroupByWindowedPerSnapshotOutputRateLimiter. process(ComplexEventChunk complexEventChunk)voidAggregationWindowedPerSnapshotOutputRateLimiter. process(ComplexEventChunk complexEventChunk)voidAllAggregationGroupByWindowedPerSnapshotOutputRateLimiter. process(ComplexEventChunk complexEventChunk)voidAllAggregationPerSnapshotOutputRateLimiter. process(ComplexEventChunk complexEventChunk)voidGroupByPerSnapshotOutputRateLimiter. process(ComplexEventChunk complexEventChunk)Sends the collected unique outputs per group by key upon arrival of timer event from scheduler.voidPerSnapshotOutputRateLimiter. process(ComplexEventChunk complexEventChunk)abstract voidSnapshotOutputRateLimiter. process(ComplexEventChunk complexEventChunk)voidWindowedPerSnapshotOutputRateLimiter. process(ComplexEventChunk complexEventChunk)voidWrappedSnapshotOutputRateLimiter. process(ComplexEventChunk complexEventChunk)Method parameters in io.siddhi.core.query.output.ratelimit.snapshot with type arguments of type ComplexEventChunk Modifier and Type Method Description protected voidSnapshotOutputRateLimiter. sendToCallBacks(List<ComplexEventChunk> outputEventChunks) -
Uses of ComplexEventChunk in io.siddhi.core.query.output.ratelimit.time
Methods in io.siddhi.core.query.output.ratelimit.time with parameters of type ComplexEventChunk Modifier and Type Method Description voidAllPerTimeOutputRateLimiter. process(ComplexEventChunk complexEventChunk)voidFirstGroupByPerTimeOutputRateLimiter. process(ComplexEventChunk complexEventChunk)voidFirstPerTimeOutputRateLimiter. process(ComplexEventChunk complexEventChunk)voidLastGroupByPerTimeOutputRateLimiter. process(ComplexEventChunk complexEventChunk)voidLastPerTimeOutputRateLimiter. process(ComplexEventChunk complexEventChunk) -
Uses of ComplexEventChunk in io.siddhi.core.query.processor
Methods in io.siddhi.core.query.processor with parameters of type ComplexEventChunk Modifier and Type Method Description voidProcessor. process(ComplexEventChunk complexEventChunk)Process the handed StreamEventMethod parameters in io.siddhi.core.query.processor with type arguments of type ComplexEventChunk Modifier and Type Method Description voidProcessor. process(List<ComplexEventChunk> complexEventChunks)Process the handed StreamEvent -
Uses of ComplexEventChunk in io.siddhi.core.query.processor.filter
Methods in io.siddhi.core.query.processor.filter with parameters of type ComplexEventChunk Modifier and Type Method Description voidFilterProcessor. process(ComplexEventChunk complexEventChunk)Method parameters in io.siddhi.core.query.processor.filter with type arguments of type ComplexEventChunk Modifier and Type Method Description voidFilterProcessor. process(List<ComplexEventChunk> complexEventChunks) -
Uses of ComplexEventChunk in io.siddhi.core.query.processor.stream
Methods in io.siddhi.core.query.processor.stream with parameters of type ComplexEventChunk Modifier and Type Method Description voidAbstractStreamProcessor. process(ComplexEventChunk streamEventChunk)protected voidLogStreamProcessor. process(ComplexEventChunk<StreamEvent> streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, ComplexEventPopulater complexEventPopulater, State state)protected abstract voidStreamProcessor. process(ComplexEventChunk<StreamEvent> streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, ComplexEventPopulater complexEventPopulater, S state)The main processing method that will be called upon event arrivalprotected abstract voidAbstractStreamProcessor. processEventChunk(ComplexEventChunk<StreamEvent> streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, ComplexEventPopulater complexEventPopulater, S state)The main processing method that will be called upon event arrivalprotected voidStreamProcessor. processEventChunk(ComplexEventChunk<StreamEvent> streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, ComplexEventPopulater complexEventPopulater, S state)Method parameters in io.siddhi.core.query.processor.stream with type arguments of type ComplexEventChunk Modifier and Type Method Description voidAbstractStreamProcessor. process(List<ComplexEventChunk> complexEventChunks) -
Uses of ComplexEventChunk in io.siddhi.core.query.processor.stream.function
Methods in io.siddhi.core.query.processor.stream.function with parameters of type ComplexEventChunk Modifier and Type Method Description protected voidStreamFunctionProcessor. processEventChunk(ComplexEventChunk<StreamEvent> streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, ComplexEventPopulater complexEventPopulater, S state) -
Uses of ComplexEventChunk in io.siddhi.core.query.processor.stream.window
Subclasses of ComplexEventChunk in io.siddhi.core.query.processor.stream.window Modifier and Type Class Description static classSessionWindowProcessor.SessionComplexEventChunk<E extends ComplexEvent>Collection used to manage session windows.Methods in io.siddhi.core.query.processor.stream.window with parameters of type ComplexEventChunk Modifier and Type Method Description protected voidAggregateWindowProcessor. process(ComplexEventChunk streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, State state)protected abstract voidBatchingWindowProcessor. process(ComplexEventChunk<StreamEvent> streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, S state)The main processing method that will be called upon event arrivalprotected voidBatchWindowProcessor. process(ComplexEventChunk<StreamEvent> streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, io.siddhi.core.query.processor.stream.window.BatchWindowProcessor.WindowState state)protected voidCronWindowProcessor. process(ComplexEventChunk<StreamEvent> streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, io.siddhi.core.query.processor.stream.window.CronWindowProcessor.WindowState state)protected voidDelayWindowProcessor. process(ComplexEventChunk<StreamEvent> streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, io.siddhi.core.query.processor.stream.window.TimeWindowProcessor.WindowState windowState)protected voidEmptyWindowProcessor. process(ComplexEventChunk<StreamEvent> streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, io.siddhi.core.query.processor.stream.window.EmptyWindowProcessor.WindowState state)protected voidExpressionBatchWindowProcessor. process(ComplexEventChunk<StreamEvent> streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, io.siddhi.core.query.processor.stream.window.ExpressionBatchWindowProcessor.WindowState state)protected voidExpressionWindowProcessor. process(ComplexEventChunk<StreamEvent> streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, io.siddhi.core.query.processor.stream.window.ExpressionWindowProcessor.WindowState state)protected voidExternalTimeBatchWindowProcessor. process(ComplexEventChunk<StreamEvent> streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, io.siddhi.core.query.processor.stream.window.ExternalTimeBatchWindowProcessor.WindowState state)Here an assumption is taken: Parameter: timestamp: The time which the window determines as current time and will act upon, the value of this parameter should be monotonically increasing.protected voidExternalTimeWindowProcessor. process(ComplexEventChunk<StreamEvent> streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, io.siddhi.core.query.processor.stream.window.ExternalTimeWindowProcessor.WindowState state)protected voidFrequentWindowProcessor. process(ComplexEventChunk<StreamEvent> streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, io.siddhi.core.query.processor.stream.window.FrequentWindowProcessor.WindowState state)Deprecated.protected voidLengthBatchWindowProcessor. process(ComplexEventChunk<StreamEvent> streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, io.siddhi.core.query.processor.stream.window.LengthBatchWindowProcessor.WindowState state)protected voidLengthWindowProcessor. process(ComplexEventChunk<StreamEvent> streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, io.siddhi.core.query.processor.stream.window.LengthWindowProcessor.WindowState state)protected voidLossyFrequentWindowProcessor. process(ComplexEventChunk<StreamEvent> streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, io.siddhi.core.query.processor.stream.window.LossyFrequentWindowProcessor.WindowState state)Deprecated.protected abstract voidSlidingWindowProcessor. process(ComplexEventChunk<StreamEvent> streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, S state)The main processing method that will be called upon event arrivalprotected voidSortWindowProcessor. process(ComplexEventChunk<StreamEvent> streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, io.siddhi.core.query.processor.stream.window.SortWindowProcessor.WindowState state)protected voidTableWindowProcessor. process(ComplexEventChunk streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, State state)protected voidTimeBatchWindowProcessor. process(ComplexEventChunk<StreamEvent> streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, io.siddhi.core.query.processor.stream.window.TimeBatchWindowProcessor.WindowState state)protected voidTimeLengthWindowProcessor. process(ComplexEventChunk<StreamEvent> streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, io.siddhi.core.query.processor.stream.window.TimeLengthWindowProcessor.WindowState state)protected voidTimeWindowProcessor. process(ComplexEventChunk<StreamEvent> streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, io.siddhi.core.query.processor.stream.window.TimeWindowProcessor.WindowState state)protected voidBatchingWindowProcessor. processEventChunk(ComplexEventChunk<StreamEvent> streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, ComplexEventPopulater complexEventPopulater, S state)protected voidGroupingWindowProcessor. processEventChunk(ComplexEventChunk<StreamEvent> streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, ComplexEventPopulater complexEventPopulater, S state)protected abstract voidGroupingWindowProcessor. processEventChunk(ComplexEventChunk<StreamEvent> streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, GroupingWindowProcessor.GroupingKeyPopulator groupingKeyPopulater, S state)The main processing method that will be called upon event arrivalprotected voidHopingWindowProcessor. processEventChunk(ComplexEventChunk<StreamEvent> streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, ComplexEventPopulater complexEventPopulater, S state)protected abstract voidHopingWindowProcessor. processEventChunk(ComplexEventChunk<StreamEvent> streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, HopingWindowProcessor.HopingTimestampPopulator hopingTimestampPopulator)The main processing method that will be called upon event arrivalprotected voidSessionWindowProcessor. processEventChunk(ComplexEventChunk<StreamEvent> streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, GroupingWindowProcessor.GroupingKeyPopulator groupingKeyPopulater, io.siddhi.core.query.processor.stream.window.SessionWindowProcessor.WindowState state)protected voidSlidingWindowProcessor. processEventChunk(ComplexEventChunk<StreamEvent> streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, ComplexEventPopulater complexEventPopulater, S state)protected voidWindowWindowProcessor. processEventChunk(ComplexEventChunk streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, ComplexEventPopulater complexEventPopulater, State state) -
Uses of ComplexEventChunk in io.siddhi.core.query.selector
Subclasses of ComplexEventChunk in io.siddhi.core.query.selector Modifier and Type Class Description classSelectorTypeComplexEventChunkComplexEventChunk to also have the processing typeMethods in io.siddhi.core.query.selector that return ComplexEventChunk Modifier and Type Method Description ComplexEventChunkQuerySelector. execute(ComplexEventChunk complexEventChunk)Methods in io.siddhi.core.query.selector with parameters of type ComplexEventChunk Modifier and Type Method Description ComplexEventChunkQuerySelector. execute(ComplexEventChunk complexEventChunk)voidQuerySelector. process(ComplexEventChunk complexEventChunk)Method parameters in io.siddhi.core.query.selector with type arguments of type ComplexEventChunk Modifier and Type Method Description voidQuerySelector. process(List<ComplexEventChunk> complexEventChunks)Constructors in io.siddhi.core.query.selector with parameters of type ComplexEventChunk Constructor Description SelectorTypeComplexEventChunk(ComplexEventChunk<ComplexEvent> complexEventChunk, boolean isProcessPassThrough) -
Uses of ComplexEventChunk in io.siddhi.core.stream.input
Methods in io.siddhi.core.stream.input with parameters of type ComplexEventChunk Modifier and Type Method Description voidTableInputHandler. add(ComplexEventChunk<StreamEvent> addingEventChunk)voidTableInputHandler. delete(ComplexEventChunk<StateEvent> deletingEventChunk, CompiledCondition compiledCondition)voidTableInputHandler. update(ComplexEventChunk<StateEvent> updatingEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet)voidTableInputHandler. updateOrAdd(ComplexEventChunk<StateEvent> updatingEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor) -
Uses of ComplexEventChunk in io.siddhi.core.table
Methods in io.siddhi.core.table that return ComplexEventChunk Modifier and Type Method Description protected ComplexEventChunk<StreamEvent>InMemoryTable. reduceEventsForUpdateOrInsert(AddingStreamEventExtractor addingStreamEventExtractor, InMemoryCompiledCondition inMemoryCompiledCondition, InMemoryCompiledUpdateSet compiledUpdateSet, ComplexEventChunk<StateEvent> failedEvents)Methods in io.siddhi.core.table with parameters of type ComplexEventChunk Modifier and Type Method Description voidInMemoryTable. add(ComplexEventChunk<StreamEvent> addingEventChunk)abstract voidTable. add(ComplexEventChunk<StreamEvent> addingEventChunk)voidCacheTable. addAndTrimUptoMaxSize(ComplexEventChunk<StreamEvent> addingEventChunk)voidTable. addEvents(ComplexEventChunk<StreamEvent> addingEventChunk, int noOfEvents)voidInMemoryTable. delete(ComplexEventChunk<StateEvent> deletingEventChunk, CompiledCondition compiledCondition)abstract voidTable. delete(ComplexEventChunk<StateEvent> deletingEventChunk, CompiledCondition compiledCondition)voidTable. deleteEvents(ComplexEventChunk<StateEvent> deletingEventChunk, CompiledCondition compiledCondition, int noOfEvents)protected voidTable. onAddError(ComplexEventChunk<StreamEvent> addingEventChunk, Exception e)protected voidTable. onDeleteError(ComplexEventChunk<StateEvent> deletingEventChunk, CompiledCondition compiledCondition, Exception e)protected voidTable. onUpdateError(ComplexEventChunk<StateEvent> updatingEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet, Exception e)protected voidTable. onUpdateOrAddError(ComplexEventChunk<StateEvent> updateOrAddingEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor, Exception e)protected ComplexEventChunk<StreamEvent>InMemoryTable. reduceEventsForUpdateOrInsert(AddingStreamEventExtractor addingStreamEventExtractor, InMemoryCompiledCondition inMemoryCompiledCondition, InMemoryCompiledUpdateSet compiledUpdateSet, ComplexEventChunk<StateEvent> failedEvents)voidInMemoryTable. update(ComplexEventChunk<StateEvent> updatingEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet)abstract voidTable. update(ComplexEventChunk<StateEvent> updatingEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet)voidTable. updateEvents(ComplexEventChunk<StateEvent> updatingEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet, int noOfEvents)voidInMemoryTable. updateOrAdd(ComplexEventChunk<StateEvent> updateOrAddingEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor)abstract voidTable. updateOrAdd(ComplexEventChunk<StateEvent> updateOrAddingEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor)voidCacheTable. updateOrAddAndTrimUptoMaxSize(ComplexEventChunk<StateEvent> updateOrAddingEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor, int maxTableSize)voidTable. updateOrAddEvents(ComplexEventChunk<StateEvent> updateOrAddingEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor, int noOfEvents) -
Uses of ComplexEventChunk in io.siddhi.core.table.holder
Methods in io.siddhi.core.table.holder with parameters of type ComplexEventChunk Modifier and Type Method Description voidEventHolder. add(ComplexEventChunk<StreamEvent> addingEventChunk)voidIndexEventHolder. add(ComplexEventChunk<StreamEvent> addingEventChunk)voidListEventHolder. add(ComplexEventChunk<StreamEvent> addingEventChunk) -
Uses of ComplexEventChunk in io.siddhi.core.table.record
Methods in io.siddhi.core.table.record with parameters of type ComplexEventChunk Modifier and Type Method Description voidAbstractQueryableRecordTable. add(ComplexEventChunk<StreamEvent> addingEventChunk)voidAbstractRecordTable. add(ComplexEventChunk<StreamEvent> addingEventChunk)voidAbstractQueryableRecordTable. delete(ComplexEventChunk<StateEvent> deletingEventChunk, CompiledCondition compiledCondition)voidAbstractRecordTable. delete(ComplexEventChunk<StateEvent> deletingEventChunk, CompiledCondition compiledCondition)voidAbstractQueryableRecordTable. handleCacheExpiry(CompiledCondition cacheExpiryCompiledCondition, ComplexEventChunk<StateEvent> deleteEventChunk)voidAbstractQueryableRecordTable. update(ComplexEventChunk<StateEvent> updatingEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet)voidAbstractRecordTable. update(ComplexEventChunk<StateEvent> updatingEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet)voidAbstractQueryableRecordTable. updateOrAdd(ComplexEventChunk<StateEvent> updateOrAddingEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor)voidAbstractRecordTable. updateOrAdd(ComplexEventChunk<StateEvent> updateOrAddingEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor) -
Uses of ComplexEventChunk in io.siddhi.core.util
Methods in io.siddhi.core.util with parameters of type ComplexEventChunk Modifier and Type Method Description voidSchedulable. process(ComplexEventChunk complexEventChunk) -
Uses of ComplexEventChunk in io.siddhi.core.util.collection.operator
Methods in io.siddhi.core.util.collection.operator that return ComplexEventChunk Modifier and Type Method Description ComplexEventChunk<StateEvent>CollectionOperator. tryUpdate(ComplexEventChunk<StateEvent> updatingOrAddingEventChunk, Object storeEvents, InMemoryCompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor)ComplexEventChunk<StateEvent>EventChunkOperator. tryUpdate(ComplexEventChunk<StateEvent> updatingOrAddingEventChunk, Object storeEvents, InMemoryCompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor)ComplexEventChunk<StateEvent>IndexOperator. tryUpdate(ComplexEventChunk<StateEvent> updatingOrAddingEventChunk, Object storeEvents, InMemoryCompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor)ComplexEventChunk<StateEvent>MapOperator. tryUpdate(ComplexEventChunk<StateEvent> updatingOrAddingEventChunk, Object storeEvents, InMemoryCompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor)ComplexEventChunk<StateEvent>Operator. tryUpdate(ComplexEventChunk<StateEvent> updatingOrAddingEventChunk, Object storeEvents, InMemoryCompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor)ComplexEventChunk<StateEvent>OverwriteTableIndexOperator. tryUpdate(ComplexEventChunk<StateEvent> updatingOrAddingEventChunk, Object storeEvents, InMemoryCompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor)ComplexEventChunk<StateEvent>OverwriteTableIndexOperatorForCache. tryUpdate(ComplexEventChunk<StateEvent> updatingOrAddingEventChunk, Object storeEvents, InMemoryCompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor)ComplexEventChunk<StateEvent>SnapshotableEventQueueOperator. tryUpdate(ComplexEventChunk<StateEvent> updatingOrAddingEventChunk, Object storeEvents, InMemoryCompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor)Methods in io.siddhi.core.util.collection.operator with parameters of type ComplexEventChunk Modifier and Type Method Description voidCollectionOperator. delete(ComplexEventChunk<StateEvent> deletingEventChunk, Object storeEvents)voidEventChunkOperator. delete(ComplexEventChunk<StateEvent> deletingEventChunk, Object storeEvents)voidIndexOperator. delete(ComplexEventChunk<StateEvent> deletingEventChunk, Object storeEvents)voidMapOperator. delete(ComplexEventChunk<StateEvent> deletingEventChunk, Object storeEvents)voidOperator. delete(ComplexEventChunk<StateEvent> deletingEventChunk, Object storeEvents)voidSnapshotableEventQueueOperator. delete(ComplexEventChunk<StateEvent> deletingEventChunk, Object storeEvents)ComplexEventChunk<StateEvent>CollectionOperator. tryUpdate(ComplexEventChunk<StateEvent> updatingOrAddingEventChunk, Object storeEvents, InMemoryCompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor)ComplexEventChunk<StateEvent>EventChunkOperator. tryUpdate(ComplexEventChunk<StateEvent> updatingOrAddingEventChunk, Object storeEvents, InMemoryCompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor)ComplexEventChunk<StateEvent>IndexOperator. tryUpdate(ComplexEventChunk<StateEvent> updatingOrAddingEventChunk, Object storeEvents, InMemoryCompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor)ComplexEventChunk<StateEvent>MapOperator. tryUpdate(ComplexEventChunk<StateEvent> updatingOrAddingEventChunk, Object storeEvents, InMemoryCompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor)ComplexEventChunk<StateEvent>Operator. tryUpdate(ComplexEventChunk<StateEvent> updatingOrAddingEventChunk, Object storeEvents, InMemoryCompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor)ComplexEventChunk<StateEvent>OverwriteTableIndexOperator. tryUpdate(ComplexEventChunk<StateEvent> updatingOrAddingEventChunk, Object storeEvents, InMemoryCompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor)ComplexEventChunk<StateEvent>OverwriteTableIndexOperatorForCache. tryUpdate(ComplexEventChunk<StateEvent> updatingOrAddingEventChunk, Object storeEvents, InMemoryCompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor)ComplexEventChunk<StateEvent>SnapshotableEventQueueOperator. tryUpdate(ComplexEventChunk<StateEvent> updatingOrAddingEventChunk, Object storeEvents, InMemoryCompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor)voidCollectionOperator. update(ComplexEventChunk<StateEvent> updatingEventChunk, Object storeEvents, InMemoryCompiledUpdateSet compiledUpdateSet)voidEventChunkOperator. update(ComplexEventChunk<StateEvent> updatingEventChunk, Object storeEvents, InMemoryCompiledUpdateSet compiledUpdateSet)voidIndexOperator. update(ComplexEventChunk<StateEvent> updatingEventChunk, Object storeEvents, InMemoryCompiledUpdateSet compiledUpdateSet)voidMapOperator. update(ComplexEventChunk<StateEvent> updatingEventChunk, Object storeEvents, InMemoryCompiledUpdateSet compiledUpdateSet)voidOperator. update(ComplexEventChunk<StateEvent> updatingEventChunk, Object storeEvents, InMemoryCompiledUpdateSet compiledUpdateSet)voidSnapshotableEventQueueOperator. update(ComplexEventChunk<StateEvent> updatingEventChunk, Object storeEvents, InMemoryCompiledUpdateSet compiledUpdateSet) -
Uses of ComplexEventChunk in io.siddhi.core.util.error.handler.model
Methods in io.siddhi.core.util.error.handler.model that return ComplexEventChunk Modifier and Type Method Description ComplexEventChunkReplayableTableRecord. getComplexEventChunk()Methods in io.siddhi.core.util.error.handler.model with parameters of type ComplexEventChunk Modifier and Type Method Description voidReplayableTableRecord. setComplexEventChunk(ComplexEventChunk complexEventChunk)Constructors in io.siddhi.core.util.error.handler.model with parameters of type ComplexEventChunk Constructor Description ReplayableTableRecord(ComplexEventChunk complexEventChunk)For onAddErrorReplayableTableRecord(ComplexEventChunk complexEventChunk, CompiledCondition compiledCondition)For onDeleteErrorReplayableTableRecord(ComplexEventChunk complexEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet)For onUpdateErrorReplayableTableRecord(ComplexEventChunk complexEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor)For onUpdateOrAddError -
Uses of ComplexEventChunk in io.siddhi.core.util.error.handler.util
Methods in io.siddhi.core.util.error.handler.util with parameters of type ComplexEventChunk Modifier and Type Method Description static StringErrorHandlerUtils. constructAddErrorRecordString(ComplexEventChunk<StreamEvent> eventChunk, boolean isObjectColumnPresent, io.siddhi.query.api.definition.TableDefinition tableDefinition, Exception e)static StringErrorHandlerUtils. constructErrorRecordString(ComplexEventChunk<StateEvent> eventChunk, boolean isObjectColumnPresent, io.siddhi.query.api.definition.TableDefinition tableDefinition, Exception e) -
Uses of ComplexEventChunk in io.siddhi.core.window
Methods in io.siddhi.core.window with parameters of type ComplexEventChunk Modifier and Type Method Description voidWindow. add(ComplexEventChunk complexEventChunk)Add the given ComplexEventChunk to the Window.
-