Uses of Class
io.siddhi.core.event.state.StateEvent
-
-
Uses of StateEvent in io.siddhi.core.aggregation
Methods in io.siddhi.core.aggregation with parameters of type StateEvent Modifier and Type Method Description StreamEventAggregationRuntime. find(StateEvent matchingEvent, CompiledCondition compiledCondition, SiddhiQueryContext siddhiQueryContext) -
Uses of StateEvent in io.siddhi.core.event.state
Fields in io.siddhi.core.event.state declared as StateEvent Modifier and Type Field Description protected StateEventStateEvent. nextMethods in io.siddhi.core.event.state that return StateEvent Modifier and Type Method Description StateEventStateEventCloner. copyStateEvent(StateEvent stateEvent)Method to copy new StreamEvent from StreamEventStateEventStateEvent. getNext()StateEventStateEventFactory. newInstance()Methods in io.siddhi.core.event.state with parameters of type StateEvent Modifier and Type Method Description StateEventStateEventCloner. copyStateEvent(StateEvent stateEvent)Method to copy new StreamEvent from StreamEvent -
Uses of StateEvent in io.siddhi.core.query.input.stream.join
Methods in io.siddhi.core.query.input.stream.join that return StateEvent Modifier and Type Method Description StateEventJoinProcessor. joinEventBuilder(StreamEvent leftStream, StreamEvent rightStream, ComplexEvent.Type type)Join the given two event streams. -
Uses of StateEvent in io.siddhi.core.query.input.stream.state
Methods in io.siddhi.core.query.input.stream.state that return types with arguments of type StateEvent Modifier and Type Method Description List<StateEvent>StreamPreStateProcessor. getPendingStateEventList()ComplexEventChunk<StateEvent>AbsentLogicalPreStateProcessor. processAndReturn(ComplexEventChunk complexEventChunk)ComplexEventChunk<StateEvent>AbsentStreamPreStateProcessor. processAndReturn(ComplexEventChunk complexEventChunk)ComplexEventChunk<StateEvent>CountPreStateProcessor. processAndReturn(ComplexEventChunk complexEventChunk)ComplexEventChunk<StateEvent>LogicalPreStateProcessor. processAndReturn(ComplexEventChunk complexEventChunk)ComplexEventChunk<StateEvent>StreamPreStateProcessor. processAndReturn(ComplexEventChunk complexEventChunk)Methods in io.siddhi.core.query.input.stream.state with parameters of type StateEvent Modifier and Type Method Description voidLogicalPreStateProcessor. addEventToNewAndEveryStateEventList(StateEvent event)voidAbsentLogicalPreStateProcessor. addEveryState(StateEvent stateEvent)voidAbsentStreamPreStateProcessor. addEveryState(StateEvent stateEvent)voidCountPreStateProcessor. addEveryState(StateEvent stateEvent)voidLogicalPreStateProcessor. addEveryState(StateEvent stateEvent)voidPreStateProcessor. addEveryState(StateEvent stateEvent)voidStreamPreStateProcessor. addEveryState(StateEvent stateEvent)protected voidAbsentLogicalPreStateProcessor. addState(StateEvent stateEvent, io.siddhi.core.query.input.stream.state.StreamPreStateProcessor.StreamPreState state)protected voidAbsentStreamPreStateProcessor. addState(StateEvent stateEvent, io.siddhi.core.query.input.stream.state.StreamPreStateProcessor.StreamPreState preState)protected voidCountPreStateProcessor. addState(StateEvent stateEvent, io.siddhi.core.query.input.stream.state.StreamPreStateProcessor.StreamPreState state)protected voidLogicalPreStateProcessor. addState(StateEvent stateEvent, io.siddhi.core.query.input.stream.state.StreamPreStateProcessor.StreamPreState state)voidPreStateProcessor. addState(StateEvent stateEvent)voidStreamPreStateProcessor. addState(StateEvent stateEvent)protected voidStreamPreStateProcessor. addState(StateEvent stateEvent, io.siddhi.core.query.input.stream.state.StreamPreStateProcessor.StreamPreState state)protected booleanStreamPreStateProcessor. isExpired(StateEvent pendingStateEvent, long currentTimestamp)booleanAbsentLogicalPreStateProcessor. partnerCanProceed(StateEvent stateEvent)protected voidAbsentLogicalPostStateProcessor. process(StateEvent stateEvent, 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.protected voidCountPostStateProcessor. process(StateEvent stateEvent, ComplexEventChunk complexEventChunk)protected voidLogicalPostStateProcessor. process(StateEvent stateEvent, ComplexEventChunk complexEventChunk)protected voidStreamPostStateProcessor. process(StateEvent stateEvent, ComplexEventChunk complexEventChunk)protected voidStreamPreStateProcessor. process(StateEvent stateEvent)voidCountPostStateProcessor. processMinCountReached(StateEvent stateEvent, ComplexEventChunk complexEventChunk) -
Uses of StateEvent in io.siddhi.core.query.output.callback
Methods in io.siddhi.core.query.output.callback that return types with arguments of type StateEvent Modifier and Type Method Description protected ComplexEventChunk<StateEvent>OutputCallback. constructMatchingStateEventChunk(ComplexEventChunk matchingComplexEventChunk, boolean convertToStreamEvent, StateEventFactory stateEventFactory, int matchingStreamIndex, StreamEventFactory streamEventFactory, StreamEventConverter streamEventConverter) -
Uses of StateEvent in io.siddhi.core.query.processor.stream.window
Methods in io.siddhi.core.query.processor.stream.window with parameters of type StateEvent 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) -
Uses of StateEvent in io.siddhi.core.stream.input
Method parameters in io.siddhi.core.stream.input with type arguments of type StateEvent Modifier and Type Method Description 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 StateEvent in io.siddhi.core.table
Methods in io.siddhi.core.table with parameters of type StateEvent Modifier and Type Method Description booleanInMemoryTable. contains(StateEvent matchingEvent, CompiledCondition compiledCondition)protected abstract booleanTable. contains(StateEvent matchingEvent, CompiledCondition compiledCondition)booleanTable. containsEvent(StateEvent matchingEvent, CompiledCondition compiledCondition)StreamEventInMemoryTable. find(CompiledCondition compiledCondition, StateEvent matchingEvent)StreamEventTable. find(StateEvent matchingEvent, CompiledCondition compiledCondition)protected abstract StreamEventTable. find(CompiledCondition compiledCondition, StateEvent matchingEvent)Method parameters in io.siddhi.core.table with type arguments of type StateEvent Modifier and Type Method Description 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. 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 StateEvent in io.siddhi.core.table.record
Fields in io.siddhi.core.table.record declared as StateEvent Modifier and Type Field Description protected StateEventAbstractQueryableRecordTable. containsMatchingEventprotected StateEventAbstractQueryableRecordTable. findMatchingEventMethods in io.siddhi.core.table.record with parameters of type StateEvent Modifier and Type Method Description booleanAbstractQueryableRecordTable. contains(StateEvent matchingEvent, CompiledCondition compiledCondition)booleanAbstractRecordTable. contains(StateEvent matchingEvent, CompiledCondition compiledCondition)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 StateEvent Modifier and Type Method Description 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 StateEvent in io.siddhi.core.util.collection
Subclasses of StateEvent in io.siddhi.core.util.collection Modifier and Type Class Description classFinderStateEventState Event holder used byInConditionExpressionExecutorMethods in io.siddhi.core.util.collection with parameters of type StateEvent Modifier and Type Method Description StreamEventAddingStreamEventExtractor. getAddingStreamEvent(StateEvent updateOrAddingEvent)voidFinderStateEvent. setEvent(StateEvent matchingStateEvent) -
Uses of StateEvent in io.siddhi.core.util.collection.executor
Methods in io.siddhi.core.util.collection.executor with parameters of type StateEvent Modifier and Type Method Description booleanAndMultiPrimaryKeyCollectionExecutor. contains(StateEvent matchingEvent, IndexedEventHolder indexedEventHolder)booleanAnyAndCollectionExecutor. contains(StateEvent matchingEvent, IndexedEventHolder indexedEventHolder)booleanCollectionExecutor. contains(StateEvent matchingEvent, IndexedEventHolder indexedEventHolder)Checks if a matching event exist in indexedEventHolderbooleanCompareCollectionExecutor. contains(StateEvent matchingEvent, IndexedEventHolder indexedEventHolder)booleanCompareExhaustiveAndCollectionExecutor. contains(StateEvent matchingEvent, IndexedEventHolder indexedEventHolder)booleanExhaustiveCollectionExecutor. contains(StateEvent matchingEvent, IndexedEventHolder indexedEventHolder)booleanNonAndCollectionExecutor. contains(StateEvent matchingEvent, IndexedEventHolder indexedEventHolder)booleanNonCollectionExecutor. contains(StateEvent matchingEvent, IndexedEventHolder indexedEventHolder)booleanNotCollectionExecutor. contains(StateEvent matchingEvent, IndexedEventHolder indexedEventHolder)booleanOrCollectionExecutor. contains(StateEvent matchingEvent, IndexedEventHolder indexedEventHolder)voidAndMultiPrimaryKeyCollectionExecutor. delete(StateEvent deletingEvent, IndexedEventHolder indexedEventHolder)voidAnyAndCollectionExecutor. delete(StateEvent deletingEvent, IndexedEventHolder indexedEventHolder)voidCollectionExecutor. delete(StateEvent deletingEvent, IndexedEventHolder indexedEventHolder)Delete matching events exists from indexedEventHoldervoidCompareCollectionExecutor. delete(StateEvent deletingEvent, IndexedEventHolder indexedEventHolder)voidCompareExhaustiveAndCollectionExecutor. delete(StateEvent deletingEvent, IndexedEventHolder indexedEventHolder)voidExhaustiveCollectionExecutor. delete(StateEvent deletingEvent, IndexedEventHolder indexedEventHolder)voidNonAndCollectionExecutor. delete(StateEvent deletingEvent, IndexedEventHolder indexedEventHolder)voidNonCollectionExecutor. delete(StateEvent deletingEvent, IndexedEventHolder indexedEventHolder)voidNotCollectionExecutor. delete(StateEvent deletingEvent, IndexedEventHolder indexedEventHolder)voidOrCollectionExecutor. delete(StateEvent deletingEvent, IndexedEventHolder indexedEventHolder)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)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) -
Uses of StateEvent in io.siddhi.core.util.collection.operator
Methods in io.siddhi.core.util.collection.operator that return types with arguments of type StateEvent 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 StateEvent Modifier and Type Method Description booleanCollectionOperator. contains(StateEvent matchingEvent, Object storeEvents)booleanEventChunkOperator. contains(StateEvent matchingEvent, Object storeEvents)booleanIndexOperator. contains(StateEvent matchingEvent, Object storeEvents)booleanMapOperator. contains(StateEvent matchingEvent, Object storeEvents)booleanOperator. contains(StateEvent matchingEvent, Object storeEvents)booleanSnapshotableEventQueueOperator. contains(StateEvent matchingEvent, Object storeEvents)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)Method parameters in io.siddhi.core.util.collection.operator with type arguments of type StateEvent 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 StateEvent in io.siddhi.core.util.error.handler.model
Methods in io.siddhi.core.util.error.handler.model that return StateEvent Modifier and Type Method Description StateEventReplayableTableRecord. getStateEvent()Methods in io.siddhi.core.util.error.handler.model with parameters of type StateEvent Modifier and Type Method Description voidReplayableTableRecord. setStateEvent(StateEvent stateEvent)Constructors in io.siddhi.core.util.error.handler.model with parameters of type StateEvent Constructor Description ReplayableTableRecord(CompiledCondition compiledCondition, StateEvent stateEvent)For onFindError and onContainsError -
Uses of StateEvent in io.siddhi.core.util.error.handler.util
Method parameters in io.siddhi.core.util.error.handler.util with type arguments of type StateEvent Modifier and Type Method Description static StringErrorHandlerUtils. constructErrorRecordString(ComplexEventChunk<StateEvent> eventChunk, boolean isObjectColumnPresent, io.siddhi.query.api.definition.TableDefinition tableDefinition, Exception e) -
Uses of StateEvent in io.siddhi.core.window
Methods in io.siddhi.core.window with parameters of type StateEvent 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.
-