Uses of Class
io.siddhi.core.event.state.StateEventFactory
-
-
Uses of StateEventFactory in io.siddhi.core.event.state
Constructors in io.siddhi.core.event.state with parameters of type StateEventFactory Constructor Description StateEventCloner(MetaStateEvent metaStateEvent, StateEventFactory stateEventFactory) -
Uses of StateEventFactory in io.siddhi.core.query
Methods in io.siddhi.core.query with parameters of type StateEventFactory Modifier and Type Method Description voidOnDemandQueryRuntime. setStateEventFactory(StateEventFactory stateEventFactory)This method sets a state event pool for on-demand Query runtime. -
Uses of StateEventFactory in io.siddhi.core.query.input.stream.join
Methods in io.siddhi.core.query.input.stream.join with parameters of type StateEventFactory Modifier and Type Method Description voidJoinProcessor. setStateEventFactory(StateEventFactory stateEventFactory) -
Uses of StateEventFactory in io.siddhi.core.query.input.stream.state
Fields in io.siddhi.core.query.input.stream.state declared as StateEventFactory Modifier and Type Field Description protected StateEventFactoryStreamPreStateProcessor. stateEventFactoryMethods in io.siddhi.core.query.input.stream.state with parameters of type StateEventFactory Modifier and Type Method Description voidStreamPreStateProcessor. setStateEventFactory(StateEventFactory stateEventFactory) -
Uses of StateEventFactory in io.siddhi.core.query.output.callback
Methods in io.siddhi.core.query.output.callback with parameters of type StateEventFactory Modifier and Type Method Description protected ComplexEventChunk<StateEvent>OutputCallback. constructMatchingStateEventChunk(ComplexEventChunk matchingComplexEventChunk, boolean convertToStreamEvent, StateEventFactory stateEventFactory, int matchingStreamIndex, StreamEventFactory streamEventFactory, StreamEventConverter streamEventConverter)Constructors in io.siddhi.core.query.output.callback with parameters of type StateEventFactory Constructor Description DeleteTableCallback(Table table, CompiledCondition compiledCondition, int matchingStreamIndex, boolean convertToStreamEvent, StateEventFactory stateEventFactory, StreamEventFactory streamEventFactory, StreamEventConverter streamEventConverter, String queryName)UpdateOrInsertTableCallback(Table table, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet, int matchingStreamIndex, boolean convertToStreamEvent, StateEventFactory stateEventFactory, StreamEventFactory streamEventFactory, StreamEventConverter streamEventConverter, String queryName)UpdateTableCallback(Table table, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet, int matchingStreamIndex, boolean convertToStreamEvent, StateEventFactory stateEventFactory, StreamEventFactory streamEventFactory, StreamEventConverter streamEventConverter, String queryName) -
Uses of StateEventFactory in io.siddhi.core.util
Methods in io.siddhi.core.util with parameters of type StateEventFactory 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)
-