Uses of Interface
io.siddhi.core.event.state.populater.StateEventPopulator
-
Packages that use StateEventPopulator Package Description io.siddhi.core.event.state.populater io.siddhi.core.query.selector -
-
Uses of StateEventPopulator in io.siddhi.core.event.state.populater
Classes in io.siddhi.core.event.state.populater that implement StateEventPopulator Modifier and Type Class Description classSelectiveStateEventPopulatorThe populater class that populates StateEventsclassSkipStateEventPopulatorThe populater class that skips populates StateEventsMethods in io.siddhi.core.event.state.populater that return StateEventPopulator Modifier and Type Method Description static StateEventPopulatorStateEventPopulatorFactory. constructEventPopulator(MetaComplexEvent metaComplexEvent)Constructs StateEventPopulator according to MetaStateEvent -
Uses of StateEventPopulator in io.siddhi.core.query.selector
Methods in io.siddhi.core.query.selector with parameters of type StateEventPopulator Modifier and Type Method Description voidQuerySelector. setEventPopulator(StateEventPopulator eventPopulator)
-