| Constructor and Description |
|---|
AggregationRuntime(org.wso2.siddhi.query.api.definition.AggregationDefinition aggregationDefinition,
Map<org.wso2.siddhi.query.api.aggregation.TimePeriod.Duration,IncrementalExecutor> incrementalExecutorMap,
Map<org.wso2.siddhi.query.api.aggregation.TimePeriod.Duration,Table> aggregationTables,
SingleStreamRuntime singleStreamRuntime,
EntryValveExecutor entryValveExecutor,
List<org.wso2.siddhi.query.api.aggregation.TimePeriod.Duration> incrementalDurations,
SiddhiAppContext siddhiAppContext,
List<ExpressionExecutor> baseExecutors,
ExpressionExecutor timestampExecutor,
MetaStreamEvent tableMetaStreamEvent,
List<ExpressionExecutor> outputExpressionExecutors) |
| Modifier and Type | Method and Description |
|---|---|
MetaStreamEvent |
MetaStateEvent.getMetaStreamEvent(int position) |
MetaStreamEvent[] |
MetaStateEvent.getMetaStreamEvents() |
| Modifier and Type | Method and Description |
|---|---|
void |
MetaStateEvent.addEvent(MetaStreamEvent metaStreamEvent) |
| Constructor and Description |
|---|
MetaStateEvent(MetaStreamEvent[] metaStreamEvents) |
| Constructor and Description |
|---|
StreamEventCloner(MetaStreamEvent metaStreamEvent,
StreamEventPool streamEventPool) |
StreamEventPool(MetaStreamEvent metaStreamEvent,
int size) |
| Modifier and Type | Method and Description |
|---|---|
static StreamEventConverter |
StreamEventConverterFactory.constructEventConverter(MetaStreamEvent metaStreamEvent) |
| Constructor and Description |
|---|
ConversionStreamEventChunk(MetaStreamEvent metaStreamEvent,
StreamEventPool streamEventPool) |
| Modifier and Type | Method and Description |
|---|---|
static ComplexEventPopulater |
StreamEventPopulaterFactory.constructEventPopulator(MetaStreamEvent metaStreamEvent,
int streamEventChainIndex,
List<org.wso2.siddhi.query.api.definition.Attribute> attributes)
Constructs StreamEventPopulater according to MetaStateEvent and to be mapped attributes
|
| Constructor and Description |
|---|
PartitionStreamReceiver(SiddhiAppContext siddhiAppContext,
MetaStreamEvent metaStreamEvent,
org.wso2.siddhi.query.api.definition.StreamDefinition streamDefinition,
List<PartitionExecutor> partitionExecutors,
PartitionRuntime partitionRuntime) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessStreamReceiver.setMetaStreamEvent(MetaStreamEvent metaStreamEvent) |
void |
MultiProcessStreamReceiver.setMetaStreamEvent(MetaStreamEvent metaStreamEvent) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractStreamProcessor.constructStreamEventPopulater(MetaStreamEvent metaStreamEvent,
int streamEventChainIndex) |
| Constructor and Description |
|---|
IncrementalAggregationProcessor(IncrementalExecutor incrementalExecutor,
List<ExpressionExecutor> incomingExpressionExecutors,
MetaStreamEvent processedMetaStreamEvent) |
IncrementalDataAggregator(List<org.wso2.siddhi.query.api.aggregation.TimePeriod.Duration> incrementalDurations,
org.wso2.siddhi.query.api.aggregation.TimePeriod.Duration aggregateForDuration,
List<ExpressionExecutor> baseExecutors,
ExpressionExecutor timestampExecutor,
MetaStreamEvent metaStreamEvent) |
IncrementalExecutor(org.wso2.siddhi.query.api.aggregation.TimePeriod.Duration duration,
List<ExpressionExecutor> processExpressionExecutors,
GroupByKeyGenerator groupByKeyGenerator,
MetaStreamEvent metaStreamEvent,
int bufferSize,
IncrementalExecutor child,
boolean isRoot,
Table table,
boolean isProcessingOnExternalTime) |
| Constructor and Description |
|---|
IncrementalAggregateCompileCondition(Map<org.wso2.siddhi.query.api.aggregation.TimePeriod.Duration,CompiledCondition> withinTableCompiledConditions,
CompiledCondition inMemoryStoreCompileCondition,
CompiledCondition onCompiledCondition,
MetaStreamEvent tableMetaStreamEvent,
MetaStreamEvent aggregateMetaSteamEvent) |
Copyright © 2017 WSO2. All rights reserved.