public class FindStoreQueryRuntime extends StoreQueryRuntime
| Constructor and Description |
|---|
FindStoreQueryRuntime(AggregationRuntime aggregation,
CompiledCondition compiledCondition,
String queryName,
MetaStreamEvent metaStreamEvent,
SiddhiQueryContext siddhiQueryContext) |
FindStoreQueryRuntime(Table table,
CompiledCondition compiledCondition,
String queryName,
MetaStreamEvent metaStreamEvent) |
FindStoreQueryRuntime(Window window,
CompiledCondition compiledCondition,
String queryName,
MetaStreamEvent metaStreamEvent) |
| Modifier and Type | Method and Description |
|---|---|
Event[] |
execute()
This method initiates the execution of store query.
|
io.siddhi.core.query.StoreQueryRuntime.TYPE |
getType()
This method will return the type of the store query runtime.
|
void |
reset()
This method is used to execute a store query when there is already store query runtime for that query.
|
getStoreQueryOutputAttributes, setMetaStreamEvent, setOutputAttributes, setSelector, setStateEventFactorypublic FindStoreQueryRuntime(Table table, CompiledCondition compiledCondition, String queryName, MetaStreamEvent metaStreamEvent)
public FindStoreQueryRuntime(Window window, CompiledCondition compiledCondition, String queryName, MetaStreamEvent metaStreamEvent)
public FindStoreQueryRuntime(AggregationRuntime aggregation, CompiledCondition compiledCondition, String queryName, MetaStreamEvent metaStreamEvent, SiddhiQueryContext siddhiQueryContext)
public Event[] execute()
StoreQueryRuntimeexecute in class StoreQueryRuntimepublic void reset()
StoreQueryRuntimereset in class StoreQueryRuntimepublic io.siddhi.core.query.StoreQueryRuntime.TYPE getType()
StoreQueryRuntimegetType in class StoreQueryRuntimeCopyright © 2019. All rights reserved.