public class FindStoreQueryRuntime extends Object implements StoreQueryRuntime
| Constructor and Description |
|---|
FindStoreQueryRuntime(AggregationRuntime aggregation,
CompiledCondition compiledCondition,
String queryName,
MetaStreamEvent.EventType eventType) |
FindStoreQueryRuntime(Table table,
CompiledCondition compiledCondition,
String queryName,
MetaStreamEvent.EventType eventType) |
FindStoreQueryRuntime(Window window,
CompiledCondition compiledCondition,
String queryName,
MetaStreamEvent.EventType eventType) |
| Modifier and Type | Method and Description |
|---|---|
Event[] |
execute() |
void |
setSelector(QuerySelector selector) |
void |
setStateEventPool(StateEventPool stateEventPool) |
public FindStoreQueryRuntime(Table table, CompiledCondition compiledCondition, String queryName, MetaStreamEvent.EventType eventType)
public FindStoreQueryRuntime(Window window, CompiledCondition compiledCondition, String queryName, MetaStreamEvent.EventType eventType)
public FindStoreQueryRuntime(AggregationRuntime aggregation, CompiledCondition compiledCondition, String queryName, MetaStreamEvent.EventType eventType)
public Event[] execute()
execute in interface StoreQueryRuntimepublic void setStateEventPool(StateEventPool stateEventPool)
public void setSelector(QuerySelector selector)
Copyright © 2018 WSO2. All rights reserved.