public class FindStoreQueryRuntime extends Object implements StoreQueryRuntime
| Constructor and Description |
|---|
FindStoreQueryRuntime(AggregationRuntime aggregation,
CompiledCondition compiledCondition,
String queryName,
MetaStreamEvent metaStreamEvent) |
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() |
org.wso2.siddhi.query.api.definition.Attribute[] |
getStoreQueryOutputAttributes()
This method will return the output attributes name and its types.
|
void |
reset() |
void |
setOutputAttributes(List<org.wso2.siddhi.query.api.definition.Attribute> outputAttributeList)
This method sets the output attribute list of the given store query.
|
void |
setSelector(QuerySelector selector) |
void |
setStateEventPool(StateEventPool stateEventPool) |
public 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)
public Event[] execute()
execute in interface StoreQueryRuntimepublic void reset()
reset in interface StoreQueryRuntimepublic void setStateEventPool(StateEventPool stateEventPool)
public void setSelector(QuerySelector selector)
public void setOutputAttributes(List<org.wso2.siddhi.query.api.definition.Attribute> outputAttributeList)
outputAttributeList - public org.wso2.siddhi.query.api.definition.Attribute[] getStoreQueryOutputAttributes()
StoreQueryRuntimegetStoreQueryOutputAttributes in interface StoreQueryRuntimeCopyright © 2018 WSO2. All rights reserved.