Uses of Class
io.siddhi.core.event.stream.StreamEvent
-
-
Uses of StreamEvent in io.siddhi.core.aggregation
Methods in io.siddhi.core.aggregation that return StreamEvent Modifier and Type Method Description StreamEventAggregationRuntime. find(StateEvent matchingEvent, CompiledCondition compiledCondition, SiddhiQueryContext siddhiQueryContext)Methods in io.siddhi.core.aggregation that return types with arguments of type StreamEvent 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)Map<String,StreamEvent>BaseIncrementalValueStore. getGroupedByEvents()Methods in io.siddhi.core.aggregation with parameters of type StreamEvent Modifier and Type Method Description voidBaseIncrementalValueStore. clearValues(long startTimeOfNewAggregates, StreamEvent resetEvent)voidBaseIncrementalValueStore. process(StreamEvent streamEvent)Method parameters in io.siddhi.core.aggregation with type arguments of type StreamEvent Modifier and Type Method Description ComplexEventChunk<StreamEvent>OutOfOrderEventsDataAggregator. aggregateData(ComplexEventChunk<StreamEvent> retrievedData)voidBaseIncrementalValueStore. process(Map<String,StreamEvent> groupedByEvents)voidAggregationRuntime. processEvents(ComplexEventChunk<StreamEvent> streamEventComplexEventChunk) -
Uses of StreamEvent in io.siddhi.core.aggregation.persistedaggregation
Methods in io.siddhi.core.aggregation.persistedaggregation that return StreamEvent Modifier and Type Method Description StreamEventQueuedCudStreamProcessor. getStreamEvent()Methods in io.siddhi.core.aggregation.persistedaggregation with parameters of type StreamEvent Modifier and Type Method Description voidQueuedCudStreamProcessor. setStreamEvent(StreamEvent streamEvent)Constructors in io.siddhi.core.aggregation.persistedaggregation with parameters of type StreamEvent Constructor Description QueuedCudStreamProcessor(Processor cudStreamProcessor, StreamEvent streamEvent, long startTimeOfNewAggregates, long emittedTime, String timeZone, io.siddhi.query.api.aggregation.TimePeriod.Duration duration) -
Uses of StreamEvent in io.siddhi.core.event.state
Fields in io.siddhi.core.event.state declared as StreamEvent Modifier and Type Field Description protected StreamEvent[]StateEvent. streamEventsMethods in io.siddhi.core.event.state that return StreamEvent Modifier and Type Method Description StreamEventStateEvent. getStreamEvent(int position)StreamEventStateEvent. getStreamEvent(int[] position)StreamEvent[]StateEvent. getStreamEvents()Methods in io.siddhi.core.event.state with parameters of type StreamEvent Modifier and Type Method Description voidStateEvent. addEvent(int position, StreamEvent streamEvent)voidStateEvent. setEvent(int position, StreamEvent streamEvent) -
Uses of StreamEvent in io.siddhi.core.event.stream
Methods in io.siddhi.core.event.stream that return StreamEvent Modifier and Type Method Description StreamEventStreamEventCloner. copyStreamEvent(StreamEvent streamEvent)Method to copy new StreamEvent from StreamEventStreamEventStreamEvent. getNext()StreamEventStreamEventFactory. newInstance()Constructs new EventsMethods in io.siddhi.core.event.stream with parameters of type StreamEvent Modifier and Type Method Description StreamEventStreamEventCloner. copyStreamEvent(StreamEvent streamEvent)Method to copy new StreamEvent from StreamEvent -
Uses of StreamEvent in io.siddhi.core.event.stream.converter
Methods in io.siddhi.core.event.stream.converter that return StreamEvent Modifier and Type Method Description StreamEventFaultStreamEventConverter. convert(long timestamp, Object[] data, Exception e)StreamEventFaultStreamEventConverter. convert(ComplexEvent complexEvents, Exception e)StreamEventFaultStreamEventConverter. convert(Event[] events, Exception e)StreamEventFaultStreamEventConverter. convert(Event event, Exception e)StreamEventFaultStreamEventConverter. convert(List<Event> events, Exception e)Methods in io.siddhi.core.event.stream.converter with parameters of type StreamEvent Modifier and Type Method Description voidSelectiveStreamEventConverter. convertComplexEvent(ComplexEvent complexEvent, StreamEvent newEvent)voidSimpleStreamEventConverter. convertComplexEvent(ComplexEvent complexEvent, StreamEvent newEvent)voidStreamEventConverter. convertComplexEvent(ComplexEvent complexEvent, StreamEvent newEvent)Method to construct(change format) new StreamEvent from StreamEventvoidZeroStreamEventConverter. convertComplexEvent(ComplexEvent complexEvent, StreamEvent newEvent)voidSelectiveStreamEventConverter. convertData(long timestamp, Object[] data, ComplexEvent.Type type, StreamEvent newEvent)voidSelectiveStreamEventConverter. convertData(long timeStamp, Object[] data, StreamEvent newEvent)voidSimpleStreamEventConverter. convertData(long timestamp, Object[] data, ComplexEvent.Type type, StreamEvent newEvent)voidSimpleStreamEventConverter. convertData(long timestamp, Object[] data, StreamEvent newEvent)voidStreamEventConverter. convertData(long timeStamp, Object[] data, ComplexEvent.Type type, StreamEvent newEvent)Method to construct(change format) timeStamp and data from StreamEventvoidStreamEventConverter. convertData(long timeStamp, Object[] data, StreamEvent newEvent)Method to construct(change format) timeStamp and data from StreamEventvoidZeroStreamEventConverter. convertData(long timestamp, Object[] data, ComplexEvent.Type type, StreamEvent newEvent)voidZeroStreamEventConverter. convertData(long timestamp, Object[] data, StreamEvent newEvent)voidSelectiveStreamEventConverter. convertEvent(Event event, StreamEvent newEvent)voidSimpleStreamEventConverter. convertEvent(Event event, StreamEvent newEvent)voidStreamEventConverter. convertEvent(Event event, StreamEvent newEvent)Method to construct StreamEvent form EventvoidZeroStreamEventConverter. convertEvent(Event event, StreamEvent newEvent) -
Uses of StreamEvent in io.siddhi.core.event.stream.holder
Fields in io.siddhi.core.event.stream.holder declared as StreamEvent Modifier and Type Field Description protected StreamEventSnapshotableStreamEventQueue. firstprotected StreamEventSnapshotableStreamEventQueue. lastprotected StreamEventSnapshotableStreamEventQueue. lastReturnedprotected StreamEventSnapshotableStreamEventQueue. previousToLastReturnedMethods in io.siddhi.core.event.stream.holder that return StreamEvent Modifier and Type Method Description StreamEventSnapshotableStreamEventQueue. getFirst()StreamEventSnapshotableStreamEventQueue. getLast()StreamEventSnapshotableStreamEventQueue. next()Returns the next element in the iteration.StreamEventSnapshotableStreamEventQueue. poll()Methods in io.siddhi.core.event.stream.holder with parameters of type StreamEvent Modifier and Type Method Description voidSnapshotableStreamEventQueue. add(StreamEvent events)voidSnapshotableStreamEventQueue. overwrite(StreamEvent streamEvent) -
Uses of StreamEvent in io.siddhi.core.query.input
Methods in io.siddhi.core.query.input with parameters of type StreamEvent Modifier and Type Method Description protected voidMultiProcessStreamReceiver. processAndClear(int processIndex, StreamEvent streamEvent)protected voidStateMultiProcessStreamReceiver. processAndClear(int processIndex, StreamEvent streamEvent)Method parameters in io.siddhi.core.query.input with type arguments of type StreamEvent 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) -
Uses of StreamEvent in io.siddhi.core.query.input.stream.join
Methods in io.siddhi.core.query.input.stream.join with parameters of type StreamEvent Modifier and Type Method Description StateEventJoinProcessor. joinEventBuilder(StreamEvent leftStream, StreamEvent rightStream, ComplexEvent.Type type)Join the given two event streams. -
Uses of StreamEvent in io.siddhi.core.query.processor.stream
Method parameters in io.siddhi.core.query.processor.stream with type arguments of type StreamEvent Modifier and Type Method Description 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) -
Uses of StreamEvent in io.siddhi.core.query.processor.stream.function
Method parameters in io.siddhi.core.query.processor.stream.function with type arguments of type StreamEvent Modifier and Type Method Description protected voidStreamFunctionProcessor. processEventChunk(ComplexEventChunk<StreamEvent> streamEventChunk, Processor nextProcessor, StreamEventCloner streamEventCloner, ComplexEventPopulater complexEventPopulater, S state) -
Uses of StreamEvent in io.siddhi.core.query.processor.stream.window
Methods in io.siddhi.core.query.processor.stream.window that return StreamEvent Modifier and Type Method Description StreamEventAggregateWindowProcessor. find(StateEvent matchingEvent, CompiledCondition compiledCondition)StreamEventBatchingFindableWindowProcessor. find(StateEvent matchingEvent, CompiledCondition compiledCondition)abstract StreamEventBatchingFindableWindowProcessor. find(StateEvent matchingEvent, CompiledCondition compiledCondition, StreamEventCloner streamEventCloner, S state)To find events from the processor event pool, that the matches the matchingEvent based on finder logic.StreamEventBatchWindowProcessor. find(StateEvent matchingEvent, CompiledCondition compiledCondition, StreamEventCloner streamEventCloner, io.siddhi.core.query.processor.stream.window.BatchWindowProcessor.WindowState state)StreamEventDelayWindowProcessor. find(StateEvent matchingEvent, CompiledCondition compiledCondition, StreamEventCloner streamEventCloner, io.siddhi.core.query.processor.stream.window.TimeWindowProcessor.WindowState state)StreamEventEmptyWindowProcessor. find(StateEvent matchingEvent, CompiledCondition compiledCondition, StreamEventCloner streamEventCloner, io.siddhi.core.query.processor.stream.window.EmptyWindowProcessor.WindowState state)StreamEventExpressionBatchWindowProcessor. find(StateEvent matchingEvent, CompiledCondition compiledCondition, StreamEventCloner streamEventCloner, io.siddhi.core.query.processor.stream.window.ExpressionBatchWindowProcessor.WindowState state)StreamEventExpressionWindowProcessor. find(StateEvent matchingEvent, CompiledCondition compiledCondition, StreamEventCloner streamEventCloner, io.siddhi.core.query.processor.stream.window.ExpressionWindowProcessor.WindowState state)StreamEventExternalTimeBatchWindowProcessor. find(StateEvent matchingEvent, CompiledCondition compiledCondition, StreamEventCloner streamEventCloner, io.siddhi.core.query.processor.stream.window.ExternalTimeBatchWindowProcessor.WindowState state)StreamEventExternalTimeWindowProcessor. find(StateEvent matchingEvent, CompiledCondition compiledCondition, StreamEventCloner streamEventCloner, io.siddhi.core.query.processor.stream.window.ExternalTimeWindowProcessor.WindowState state)StreamEventFindableProcessor. find(StateEvent matchingEvent, CompiledCondition compiledCondition)To find events from the processor event pool, that the matches the matchingEvent based on finder logic.StreamEventFrequentWindowProcessor. find(StateEvent matchingEvent, CompiledCondition compiledCondition, StreamEventCloner streamEventCloner, io.siddhi.core.query.processor.stream.window.FrequentWindowProcessor.WindowState state)Deprecated.StreamEventGroupingFindableWindowProcessor. find(StateEvent matchingEvent, CompiledCondition compiledCondition)abstract StreamEventGroupingFindableWindowProcessor. find(StateEvent matchingEvent, CompiledCondition compiledCondition, StreamEventCloner streamEventCloner, S state)To find events from the processor event pool, that the matches the matchingEvent based on finder logic.StreamEventLengthBatchWindowProcessor. find(StateEvent matchingEvent, CompiledCondition compiledCondition, StreamEventCloner streamEventCloner, io.siddhi.core.query.processor.stream.window.LengthBatchWindowProcessor.WindowState state)StreamEventLengthWindowProcessor. find(StateEvent matchingEvent, CompiledCondition compiledCondition, StreamEventCloner streamEventCloner, io.siddhi.core.query.processor.stream.window.LengthWindowProcessor.WindowState state)StreamEventLossyFrequentWindowProcessor. find(StateEvent matchingEvent, CompiledCondition compiledCondition, StreamEventCloner streamEventCloner, io.siddhi.core.query.processor.stream.window.LossyFrequentWindowProcessor.WindowState state)Deprecated.StreamEventSessionWindowProcessor. find(StateEvent matchingEvent, CompiledCondition compiledCondition, StreamEventCloner streamEventCloner, io.siddhi.core.query.processor.stream.window.SessionWindowProcessor.WindowState state)StreamEventSlidingFindableWindowProcessor. find(StateEvent matchingEvent, CompiledCondition compiledCondition)abstract StreamEventSlidingFindableWindowProcessor. find(StateEvent matchingEvent, CompiledCondition compiledCondition, StreamEventCloner streamEventCloner, S state)To find events from the processor event pool, that the matches the matchingEvent based on finder logic.StreamEventSortWindowProcessor. find(StateEvent matchingEvent, CompiledCondition compiledCondition, StreamEventCloner streamEventCloner, io.siddhi.core.query.processor.stream.window.SortWindowProcessor.WindowState state)StreamEventTableWindowProcessor. find(StateEvent matchingEvent, CompiledCondition compiledCondition)StreamEventTimeBatchWindowProcessor. find(StateEvent matchingEvent, CompiledCondition compiledCondition, StreamEventCloner streamEventCloner, io.siddhi.core.query.processor.stream.window.TimeBatchWindowProcessor.WindowState state)StreamEventTimeLengthWindowProcessor. find(StateEvent matchingEvent, CompiledCondition compiledCondition, StreamEventCloner streamEventCloner, io.siddhi.core.query.processor.stream.window.TimeLengthWindowProcessor.WindowState state)StreamEventTimeWindowProcessor. find(StateEvent matchingEvent, CompiledCondition compiledCondition, StreamEventCloner streamEventCloner, io.siddhi.core.query.processor.stream.window.TimeWindowProcessor.WindowState state)StreamEventWindowWindowProcessor. find(StateEvent matchingEvent, CompiledCondition compiledCondition)StreamEventQueryableProcessor. query(StateEvent matchingEvent, CompiledCondition compiledCondition, CompiledSelection compiledSelection)Deprecated.StreamEventQueryableProcessor. query(StateEvent matchingEvent, CompiledCondition compiledCondition, CompiledSelection compiledSelection, io.siddhi.query.api.definition.Attribute[] outputAttributes)To find events from the processor event pool, that the matches the matchingEvent based on finder logic and return them based on the defined selection.StreamEventTableWindowProcessor. query(StateEvent matchingEvent, CompiledCondition compiledCondition, CompiledSelection compiledSelection)StreamEventTableWindowProcessor. query(StateEvent matchingEvent, CompiledCondition compiledCondition, CompiledSelection compiledSelection, io.siddhi.query.api.definition.Attribute[] outputAttributes)Method parameters in io.siddhi.core.query.processor.stream.window with type arguments of type StreamEvent Modifier and Type Method Description 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 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) -
Uses of StreamEvent in io.siddhi.core.stream.input
Method parameters in io.siddhi.core.stream.input with type arguments of type StreamEvent Modifier and Type Method Description voidTableInputHandler. add(ComplexEventChunk<StreamEvent> addingEventChunk) -
Uses of StreamEvent in io.siddhi.core.table
Methods in io.siddhi.core.table that return StreamEvent Modifier and Type Method Description protected abstract StreamEventCacheTable. addRequiredFields(ComplexEvent event, SiddhiAppContext siddhiAppContext, boolean cacheExpiryEnabled)protected StreamEventCacheTableFIFO. addRequiredFields(ComplexEvent event, SiddhiAppContext siddhiAppContext, boolean cacheExpiryEnabled)protected StreamEventCacheTableLFU. addRequiredFields(ComplexEvent event, SiddhiAppContext siddhiAppContext, boolean cacheExpiryEnabled)protected StreamEventCacheTableLRU. addRequiredFields(ComplexEvent event, SiddhiAppContext siddhiAppContext, boolean cacheExpiryEnabled)StreamEventInMemoryTable. find(CompiledCondition compiledCondition, StateEvent matchingEvent)StreamEventTable. find(StateEvent matchingEvent, CompiledCondition compiledCondition)protected abstract StreamEventTable. find(CompiledCondition compiledCondition, StateEvent matchingEvent)Methods in io.siddhi.core.table that return types with arguments of type StreamEvent 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 StreamEvent Modifier and Type Method Description voidCacheTable. addStreamEventUptoMaxSize(StreamEvent streamEvent)abstract voidCacheTable. updateCachePolicyAttribute(StreamEvent streamEvent)voidCacheTableFIFO. updateCachePolicyAttribute(StreamEvent streamEvent)voidCacheTableLFU. updateCachePolicyAttribute(StreamEvent streamEvent)voidCacheTableLRU. updateCachePolicyAttribute(StreamEvent streamEvent)Method parameters in io.siddhi.core.table with type arguments of type StreamEvent 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)protected voidTable. onAddError(ComplexEventChunk<StreamEvent> addingEventChunk, Exception e) -
Uses of StreamEvent in io.siddhi.core.table.holder
Fields in io.siddhi.core.table.holder with type parameters of type StreamEvent Modifier and Type Field Description protected Map<String,TreeMap<Object,Set<StreamEvent>>>IndexEventHolder. indexDataprotected Map<Object,StreamEvent>IndexEventHolder. primaryKeyDataMethods in io.siddhi.core.table.holder that return StreamEvent Modifier and Type Method Description StreamEventIndexEventHolder. getEvent(Object key)Methods in io.siddhi.core.table.holder that return types with arguments of type StreamEvent Modifier and Type Method Description Collection<StreamEvent>IndexedEventHolder. findEvents(String attribute, io.siddhi.query.api.expression.condition.Compare.Operator operator, Object value)Collection<StreamEvent>IndexEventHolder. findEvents(String attribute, io.siddhi.query.api.expression.condition.Compare.Operator operator, Object value)Collection<StreamEvent>IndexedEventHolder. getAllEvents()Collection<StreamEvent>IndexEventHolder. getAllEvents()Methods in io.siddhi.core.table.holder with parameters of type StreamEvent Modifier and Type Method Description protected voidIndexEventHolder. handleCachePolicyAttributeUpdate(StreamEvent streamEvent)protected voidIndexEventHolderForCache. handleCachePolicyAttributeUpdate(StreamEvent streamEvent)voidIndexedEventHolder. overwrite(StreamEvent streamEvent)voidIndexEventHolder. overwrite(StreamEvent streamEvent)voidIndexEventHolder. replace(Object key, StreamEvent streamEvent)Method parameters in io.siddhi.core.table.holder with type arguments of type StreamEvent Modifier and Type Method Description voidEventHolder. add(ComplexEventChunk<StreamEvent> addingEventChunk)voidIndexEventHolder. add(ComplexEventChunk<StreamEvent> addingEventChunk)voidListEventHolder. add(ComplexEventChunk<StreamEvent> addingEventChunk)voidIndexedEventHolder. deleteAll(Collection<StreamEvent> storeEventSet)voidIndexEventHolder. deleteAll(Collection<StreamEvent> storeEventSet) -
Uses of StreamEvent in io.siddhi.core.table.record
Methods in io.siddhi.core.table.record that return StreamEvent Modifier and Type Method Description StreamEventAbstractQueryableRecordTable. find(CompiledCondition compiledCondition, StateEvent matchingEvent)StreamEventAbstractRecordTable. find(CompiledCondition compiledCondition, StateEvent matchingEvent)StreamEventAbstractQueryableRecordTable. query(StateEvent matchingEvent, CompiledCondition compiledCondition, CompiledSelection compiledSelection)StreamEventAbstractQueryableRecordTable. query(StateEvent matchingEvent, CompiledCondition compiledCondition, CompiledSelection compiledSelection, io.siddhi.query.api.definition.Attribute[] outputAttributes)Method parameters in io.siddhi.core.table.record with type arguments of type StreamEvent Modifier and Type Method Description voidAbstractQueryableRecordTable. add(ComplexEventChunk<StreamEvent> addingEventChunk)voidAbstractRecordTable. add(ComplexEventChunk<StreamEvent> addingEventChunk) -
Uses of StreamEvent in io.siddhi.core.util
Methods in io.siddhi.core.util that return StreamEvent Modifier and Type Method Description static StreamEventOnDemandQueryRuntimeUtil. executeSelectorAndReturnStreamEvent(StateEventFactory stateEventFactory, StreamEvent streamEvent, StreamEvent storeEvents, int storeEventIndex, QuerySelector selector)Methods in io.siddhi.core.util that return types with arguments of type StreamEvent Modifier and Type Method Description SessionWindowProcessor.SessionComplexEventChunk<StreamEvent>SessionContainer. getCurrentSession()SessionWindowProcessor.SessionComplexEventChunk<StreamEvent>SessionContainer. getPreviousSession()Methods in io.siddhi.core.util with parameters of type StreamEvent Modifier and Type Method Description static Event[]OnDemandQueryRuntimeUtil. executeSelector(StateEventFactory stateEventFactory, StreamEvent streamEvent, StreamEvent storeEvents, int storeEventIndex, QuerySelector selector)static StreamEventOnDemandQueryRuntimeUtil. executeSelectorAndReturnStreamEvent(StateEventFactory stateEventFactory, StreamEvent streamEvent, StreamEvent storeEvents, int storeEventIndex, QuerySelector selector) -
Uses of StreamEvent in io.siddhi.core.util.cache
Methods in io.siddhi.core.util.cache with parameters of type StreamEvent Modifier and Type Method Description static intCacheUtils. findEventChunkSize(StreamEvent streamEvent) -
Uses of StreamEvent in io.siddhi.core.util.collection
Methods in io.siddhi.core.util.collection that return StreamEvent Modifier and Type Method Description StreamEventAddingStreamEventExtractor. getAddingStreamEvent(StateEvent updateOrAddingEvent) -
Uses of StreamEvent in io.siddhi.core.util.collection.executor
Methods in io.siddhi.core.util.collection.executor that return StreamEvent Modifier and Type Method Description StreamEventAndMultiPrimaryKeyCollectionExecutor. find(StateEvent matchingEvent, IndexedEventHolder indexedEventHolder, StreamEventCloner storeEventCloner)StreamEventAnyAndCollectionExecutor. find(StateEvent matchingEvent, IndexedEventHolder indexedEventHolder, StreamEventCloner storeEventCloner)StreamEventCollectionExecutor. find(StateEvent matchingEvent, IndexedEventHolder indexedEventHolder, StreamEventCloner storeEventCloner)Find the Events matching to the condition, used on the primary callStreamEventCompareCollectionExecutor. find(StateEvent matchingEvent, IndexedEventHolder indexedEventHolder, StreamEventCloner storeEventCloner)StreamEventCompareExhaustiveAndCollectionExecutor. find(StateEvent matchingEvent, IndexedEventHolder indexedEventHolder, StreamEventCloner storeEventCloner)StreamEventExhaustiveCollectionExecutor. find(StateEvent matchingEvent, IndexedEventHolder indexedEventHolder, StreamEventCloner storeEventCloner)StreamEventNonAndCollectionExecutor. find(StateEvent matchingEvent, IndexedEventHolder indexedEventHolder, StreamEventCloner storeEventCloner)StreamEventNonCollectionExecutor. find(StateEvent matchingEvent, IndexedEventHolder indexedEventHolder, StreamEventCloner storeEventCloner)StreamEventNotCollectionExecutor. find(StateEvent matchingEvent, IndexedEventHolder indexedEventHolder, StreamEventCloner storeEventCloner)StreamEventOrCollectionExecutor. find(StateEvent matchingEvent, IndexedEventHolder indexedEventHolder, StreamEventCloner storeEventCloner)Methods in io.siddhi.core.util.collection.executor that return types with arguments of type StreamEvent Modifier and Type Method Description Collection<StreamEvent>AndMultiPrimaryKeyCollectionExecutor. findEvents(StateEvent matchingEvent, IndexedEventHolder indexedEventHolder)Collection<StreamEvent>AnyAndCollectionExecutor. findEvents(StateEvent matchingEvent, IndexedEventHolder indexedEventHolder)Collection<StreamEvent>CollectionExecutor. findEvents(StateEvent matchingEvent, IndexedEventHolder indexedEventHolder)Find the Events matching to the condition, used for consecutive calls from parent CollectionExecutorCollection<StreamEvent>CompareCollectionExecutor. findEvents(StateEvent matchingEvent, IndexedEventHolder indexedEventHolder)Collection<StreamEvent>CompareExhaustiveAndCollectionExecutor. findEvents(StateEvent matchingEvent, IndexedEventHolder indexedEventHolder)Set<StreamEvent>ExhaustiveCollectionExecutor. findEvents(StateEvent matchingEvent, IndexedEventHolder indexedEventHolder)Collection<StreamEvent>ExhaustiveCollectionExecutor. findEvents(StateEvent matchingEvent, Collection<StreamEvent> preProcessedstoreEvents)Collection<StreamEvent>NonAndCollectionExecutor. findEvents(StateEvent matchingEvent, IndexedEventHolder indexedEventHolder)Collection<StreamEvent>NonCollectionExecutor. findEvents(StateEvent matchingEvent, IndexedEventHolder indexedEventHolder)Collection<StreamEvent>NotCollectionExecutor. findEvents(StateEvent matchingEvent, IndexedEventHolder indexedEventHolder)Collection<StreamEvent>OrCollectionExecutor. findEvents(StateEvent matchingEvent, IndexedEventHolder indexedEventHolder)Method parameters in io.siddhi.core.util.collection.executor with type arguments of type StreamEvent Modifier and Type Method Description Collection<StreamEvent>ExhaustiveCollectionExecutor. findEvents(StateEvent matchingEvent, Collection<StreamEvent> preProcessedstoreEvents) -
Uses of StreamEvent in io.siddhi.core.util.collection.operator
Methods in io.siddhi.core.util.collection.operator that return StreamEvent Modifier and Type Method Description StreamEventCollectionOperator. find(StateEvent matchingEvent, Object storeEvents, StreamEventCloner storeEventCloner)StreamEventEventChunkOperator. find(StateEvent matchingEvent, Object storeEvents, StreamEventCloner storeEventCloner)StreamEventIncrementalAggregateCompileCondition. find(StateEvent matchingEvent, Map<io.siddhi.query.api.aggregation.TimePeriod.Duration,Executor> incrementalExecutorMap, Map<io.siddhi.query.api.aggregation.TimePeriod.Duration,List<ExpressionExecutor>> aggregateProcessingExecutorsMap, Map<io.siddhi.query.api.aggregation.TimePeriod.Duration,GroupByKeyGenerator> groupByKeyGeneratorMap, ExpressionExecutor shouldUpdateTimestamp, String timeZone)StreamEventIndexOperator. find(StateEvent matchingEvent, Object storeEvents, StreamEventCloner storeEventCloner)StreamEventMapOperator. find(StateEvent matchingEvent, Object storeEvents, StreamEventCloner storeEventCloner)StreamEventOperator. find(StateEvent matchingEvent, Object storeEvents, StreamEventCloner storeEventCloner)StreamEventSnapshotableEventQueueOperator. find(StateEvent matchingEvent, Object storeEvents, StreamEventCloner storeEventCloner)Methods in io.siddhi.core.util.collection.operator with parameters of type StreamEvent Modifier and Type Method Description protected voidIndexOperator. handleCachePolicyAttributeUpdate(StreamEvent streamEvent)protected voidIndexOperatorForCache. handleCachePolicyAttributeUpdate(StreamEvent streamEvent) -
Uses of StreamEvent in io.siddhi.core.util.error.handler.util
Method parameters in io.siddhi.core.util.error.handler.util with type arguments of type StreamEvent Modifier and Type Method Description static StringErrorHandlerUtils. constructAddErrorRecordString(ComplexEventChunk<StreamEvent> eventChunk, boolean isObjectColumnPresent, io.siddhi.query.api.definition.TableDefinition tableDefinition, Exception e) -
Uses of StreamEvent in io.siddhi.core.util.parser
Methods in io.siddhi.core.util.parser that return StreamEvent Modifier and Type Method Description static StreamEventAggregationParser. createRestEvent(MetaStreamEvent metaStreamEvent, StreamEvent streamEvent)Methods in io.siddhi.core.util.parser with parameters of type StreamEvent Modifier and Type Method Description static StreamEventAggregationParser. createRestEvent(MetaStreamEvent metaStreamEvent, StreamEvent streamEvent) -
Uses of StreamEvent in io.siddhi.core.window
Methods in io.siddhi.core.window that return StreamEvent Modifier and Type Method Description StreamEventWindow. find(StateEvent matchingEvent, CompiledCondition compiledCondition)To find events from the processor event pool, that the matches the matchingEvent based on finder logic.
-