public class StoreQueryRuntime extends Object
| Constructor and Description |
|---|
StoreQueryRuntime(AggregationRuntime aggregation,
CompiledCondition compiledCondition,
String queryName,
MetaStreamEvent.EventType eventType) |
StoreQueryRuntime(Table table,
CompiledCondition compiledCondition,
String queryName,
MetaStreamEvent.EventType eventType) |
StoreQueryRuntime(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 StoreQueryRuntime(Table table, CompiledCondition compiledCondition, String queryName, MetaStreamEvent.EventType eventType)
public StoreQueryRuntime(Window window, CompiledCondition compiledCondition, String queryName, MetaStreamEvent.EventType eventType)
public StoreQueryRuntime(AggregationRuntime aggregation, CompiledCondition compiledCondition, String queryName, MetaStreamEvent.EventType eventType)
public Event[] execute()
public void setStateEventPool(StateEventPool stateEventPool)
public void setSelector(QuerySelector selector)
Copyright © 2017 WSO2. All rights reserved.