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, setStateEventFactory
public 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()
OnDemandQueryRuntime
execute
in class OnDemandQueryRuntime
public void reset()
OnDemandQueryRuntime
reset
in class OnDemandQueryRuntime
public io.siddhi.core.query.OnDemandQueryRuntime.TYPE getType()
OnDemandQueryRuntime
getType
in class OnDemandQueryRuntime
Copyright © 2019. All rights reserved.