public class FindOnDemandQueryRuntime extends OnDemandQueryRuntime
| Constructor and Description |
|---|
FindOnDemandQueryRuntime(AggregationRuntime aggregation,
CompiledCondition compiledCondition,
String queryName,
MetaStreamEvent metaStreamEvent,
SiddhiQueryContext siddhiQueryContext) |
FindOnDemandQueryRuntime(Table table,
CompiledCondition compiledCondition,
String queryName,
MetaStreamEvent metaStreamEvent) |
FindOnDemandQueryRuntime(Window window,
CompiledCondition compiledCondition,
String queryName,
MetaStreamEvent metaStreamEvent) |
| Modifier and Type | Method and Description |
|---|---|
Event[] |
execute()
This method initiates the execution of on-demand Query.
|
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.
|
getOnDemandQueryOutputAttributes, setMetaStreamEvent, setOutputAttributes, setSelector, setStateEventFactorypublic FindOnDemandQueryRuntime(Table table, CompiledCondition compiledCondition, String queryName, MetaStreamEvent metaStreamEvent)
public FindOnDemandQueryRuntime(Window window, CompiledCondition compiledCondition, String queryName, MetaStreamEvent metaStreamEvent)
public FindOnDemandQueryRuntime(AggregationRuntime aggregation, CompiledCondition compiledCondition, String queryName, MetaStreamEvent metaStreamEvent, SiddhiQueryContext siddhiQueryContext)
public Event[] execute()
OnDemandQueryRuntimeexecute in class OnDemandQueryRuntimepublic void reset()
OnDemandQueryRuntimereset in class OnDemandQueryRuntimepublic io.siddhi.core.query.OnDemandQueryRuntime.TYPE getType()
OnDemandQueryRuntimegetType in class OnDemandQueryRuntimeCopyright © 2022. All rights reserved.