public class DeleteOnDemandQueryRuntime extends OnDemandQueryRuntime
Constructor and Description |
---|
DeleteOnDemandQueryRuntime(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, setStateEventFactory
public DeleteOnDemandQueryRuntime(String queryName, MetaStreamEvent metaStreamEvent)
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.