public class InsertOnDemandQueryRuntime extends OnDemandQueryRuntime
| Constructor and Description |
|---|
InsertOnDemandQueryRuntime(String queryName,
MetaStreamEvent metaStreamEvent) |
| Modifier and Type | Method and Description |
|---|---|
io.siddhi.core.query.OnDemandQueryRuntime.TYPE |
getType()
This method will return the type of the on-demand Query runtime.
|
void |
reset()
This method is used to execute a on-demand Query when there is already on-demand Query runtime for that query.
|
execute, getOnDemandQueryOutputAttributes, setMetaStreamEvent, setOutputAttributes, setSelector, setStateEventFactorypublic InsertOnDemandQueryRuntime(String queryName, MetaStreamEvent metaStreamEvent)
public void reset()
OnDemandQueryRuntimereset in class OnDemandQueryRuntimepublic io.siddhi.core.query.OnDemandQueryRuntime.TYPE getType()
OnDemandQueryRuntimegetType in class OnDemandQueryRuntimeCopyright © 2022. All rights reserved.