| Package | Description |
|---|---|
| org.wso2.siddhi.core.event.stream | |
| org.wso2.siddhi.core.query |
| Modifier and Type | Method and Description |
|---|---|
MetaStreamEvent.EventType |
MetaStreamEvent.getEventType() |
static MetaStreamEvent.EventType |
MetaStreamEvent.EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetaStreamEvent.EventType[] |
MetaStreamEvent.EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetaStreamEvent.setEventType(MetaStreamEvent.EventType eventType) |
| 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) |
Copyright © 2017 WSO2. All rights reserved.