public class SelectStoreQueryRuntime extends StoreQueryRuntime
| Constructor and Description |
|---|
SelectStoreQueryRuntime(QueryableProcessor queryableProcessor,
CompiledCondition compiledCondition,
CompiledSelection compiledSelection,
List<org.wso2.siddhi.query.api.definition.Attribute> expectedOutputAttributeList,
String queryName) |
| Modifier and Type | Method and Description |
|---|---|
Event[] |
execute()
This method initiates the execution of store query.
|
org.wso2.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, setOutputAttributes, setSelector, setStateEventPoolpublic SelectStoreQueryRuntime(QueryableProcessor queryableProcessor, CompiledCondition compiledCondition, CompiledSelection compiledSelection, List<org.wso2.siddhi.query.api.definition.Attribute> expectedOutputAttributeList, String queryName)
public Event[] execute()
StoreQueryRuntimeexecute in class StoreQueryRuntimepublic void reset()
StoreQueryRuntimereset in class StoreQueryRuntimepublic org.wso2.siddhi.core.query.StoreQueryRuntime.TYPE getType()
StoreQueryRuntimegetType in class StoreQueryRuntimeCopyright © 2019 WSO2. All rights reserved.