public class SelectOnDemandQueryRuntime extends OnDemandQueryRuntime
Constructor and Description |
---|
SelectOnDemandQueryRuntime(QueryableProcessor queryableProcessor,
CompiledCondition compiledCondition,
CompiledSelection compiledSelection,
List<io.siddhi.query.api.definition.Attribute> expectedOutputAttributeList,
String queryName) |
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 SelectOnDemandQueryRuntime(QueryableProcessor queryableProcessor, CompiledCondition compiledCondition, CompiledSelection compiledSelection, List<io.siddhi.query.api.definition.Attribute> expectedOutputAttributeList, String queryName)
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 © 2021. All rights reserved.