| Modifier and Type | Field and Description |
|---|---|
protected Processor |
ProcessStreamReceiver.next |
protected Processor[] |
MultiProcessStreamReceiver.nextProcessors |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessStreamReceiver.setNext(Processor next) |
void |
StateMultiProcessStreamReceiver.setNext(Processor next) |
void |
MultiProcessStreamReceiver.setNext(Processor nextProcessor) |
void |
SingleProcessStreamReceiver.setNext(Processor next) |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamRuntime.setCommonProcessor(Processor commonProcessor) |
| Modifier and Type | Class and Description |
|---|---|
class |
JoinProcessor
Created on 12/8/14.
|
class |
JoinStreamProcessor
Created on 12/18/14.
|
| Modifier and Type | Method and Description |
|---|---|
Processor |
JoinProcessor.cloneProcessor(String key)
Clone a copy of processor.
|
Processor |
JoinStreamProcessor.cloneProcessor(String key)
Clone a copy of processor
|
Processor |
JoinProcessor.getNextProcessor()
Get next processor element in the processor chain.
|
Processor |
JoinStreamProcessor.getNextProcessor()
Get next processor element in the processor chain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JoinStreamRuntime.setCommonProcessor(Processor commonProcessor) |
void |
JoinProcessor.setNextProcessor(Processor processor)
Set next processor element in processor chain.
|
void |
JoinStreamProcessor.setNextProcessor(Processor processor)
Set next processor element in processor chain
|
void |
JoinProcessor.setToLast(Processor processor)
Set as the last element of the processor chain.
|
void |
JoinStreamProcessor.setToLast(Processor processor)
Set as the last element of the processor chain
|
| Modifier and Type | Class and Description |
|---|---|
class |
EntryValveProcessor
Entry Valve Siddhi processor chain.
|
| Modifier and Type | Method and Description |
|---|---|
Processor |
EntryValveProcessor.cloneProcessor(String key)
Clone a copy of processor
|
Processor |
EntryValveProcessor.getNextProcessor()
Get next processor element in the processor chain.
|
Processor |
SingleStreamRuntime.getProcessorChain() |
| Modifier and Type | Method and Description |
|---|---|
void |
SingleStreamRuntime.setCommonProcessor(Processor commonProcessor) |
void |
EntryValveProcessor.setNextProcessor(Processor processor)
Set next processor element in processor chain
|
void |
SingleStreamRuntime.setProcessorChain(Processor processorChain) |
void |
EntryValveProcessor.setToLast(Processor processor)
Set as the last element of the processor chain
|
| Constructor and Description |
|---|
SingleStreamRuntime(ProcessStreamReceiver processStreamReceiver,
Processor processorChain,
MetaComplexEvent metaComplexEvent) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AbsentPreStateProcessor
PreStateProcessor of events not received by Siddhi.
|
interface |
PostStateProcessor
Created on 12/17/14.
|
interface |
PreStateProcessor
Created on 12/17/14.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbsentLogicalPostStateProcessor
Post-state processor of not logical operator.
|
class |
AbsentLogicalPreStateProcessor
Logical not processor.
|
class |
AbsentStreamPostStateProcessor
PostStateProcessor to handle not pattern state processors.
|
class |
AbsentStreamPreStateProcessor
Pre processor of not operator.
|
class |
CountPostStateProcessor
Created on 1/6/15.
|
class |
CountPreStateProcessor
Created on 1/6/15.
|
class |
LogicalPostStateProcessor
Created on 12/28/14.
|
class |
LogicalPreStateProcessor
Created on 12/26/14.
|
class |
StreamPostStateProcessor
Created on 12/17/14.
|
class |
StreamPreStateProcessor
Created on 12/17/14.
|
| Modifier and Type | Field and Description |
|---|---|
protected Processor |
StreamPostStateProcessor.nextProcessor |
protected Processor |
StreamPreStateProcessor.nextProcessor |
| Modifier and Type | Method and Description |
|---|---|
Processor |
StreamPostStateProcessor.getNextProcessor()
Get next processor element in the processor chain.
|
Processor |
StreamPreStateProcessor.getNextProcessor()
Get next processor element in the processor chain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateStreamRuntime.setCommonProcessor(Processor commonProcessor) |
void |
StreamPostStateProcessor.setNextProcessor(Processor nextProcessor)
Set next processor element in processor chain
|
void |
LogicalPostStateProcessor.setNextProcessor(Processor nextProcessor)
Set next processor element in processor chain
|
void |
StreamPreStateProcessor.setNextProcessor(Processor processor)
Set next processor element in processor chain
|
void |
StreamPostStateProcessor.setToLast(Processor processor)
Set as the last element of the processor chain
|
void |
LogicalPostStateProcessor.setToLast(Processor processor)
Set as the last element of the processor chain
|
void |
StreamPreStateProcessor.setToLast(Processor processor)
Set as the last element of the processor chain
|
| Modifier and Type | Method and Description |
|---|---|
void |
InnerStateRuntime.setQuerySelector(Processor commonProcessor) |
void |
StreamInnerStateRuntime.setQuerySelector(Processor commonProcessor) |
void |
NextInnerStateRuntime.setQuerySelector(Processor commonProcessor) |
void |
EveryInnerStateRuntime.setQuerySelector(Processor commonProcessor) |
void |
LogicalInnerStateRuntime.setQuerySelector(Processor commonProcessor) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SchedulingProcessor
Parent interface for Processors which need access to Siddhi
Scheduler |
| Modifier and Type | Method and Description |
|---|---|
Processor |
Processor.cloneProcessor(String key)
Clone a copy of processor
|
Processor |
Processor.getNextProcessor()
Get next processor element in the processor chain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Processor.setNextProcessor(Processor processor)
Set next processor element in processor chain
|
void |
Processor.setToLast(Processor processor)
Set as the last element of the processor chain
|
| Modifier and Type | Class and Description |
|---|---|
class |
FilterProcessor
Implementation of
Processor which handles Filter expressions in Siddhi. |
| Modifier and Type | Field and Description |
|---|---|
protected Processor |
FilterProcessor.next |
| Modifier and Type | Method and Description |
|---|---|
Processor |
FilterProcessor.getNextProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
FilterProcessor.setNextProcessor(Processor processor) |
void |
FilterProcessor.setToLast(Processor processor) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStreamProcessor
Abstract implementation of
Processor intended to be used by any Stream Processors. |
class |
LogStreamProcessor
Input attributes to log is (priority (String), log.message (String), is.event.logged (Bool))
|
class |
StreamProcessor
For Siddhi extensions, extend this class to use the functionality of
AbstractStreamProcessor.
|
| Modifier and Type | Field and Description |
|---|---|
protected Processor |
AbstractStreamProcessor.nextProcessor |
| Modifier and Type | Method and Description |
|---|---|
Processor |
AbstractStreamProcessor.cloneProcessor(String key) |
Processor |
AbstractStreamProcessor.getNextProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
StreamProcessor.process(ComplexEventChunk<StreamEvent> streamEventChunk,
Processor nextProcessor,
StreamEventCloner streamEventCloner,
ComplexEventPopulater complexEventPopulater)
The main processing method that will be called upon event arrival
|
protected void |
LogStreamProcessor.process(ComplexEventChunk<StreamEvent> streamEventChunk,
Processor nextProcessor,
StreamEventCloner streamEventCloner,
ComplexEventPopulater complexEventPopulater) |
protected void |
StreamProcessor.processEventChunk(ComplexEventChunk<StreamEvent> streamEventChunk,
Processor nextProcessor,
StreamEventCloner streamEventCloner,
ComplexEventPopulater complexEventPopulater) |
protected abstract void |
AbstractStreamProcessor.processEventChunk(ComplexEventChunk<StreamEvent> streamEventChunk,
Processor nextProcessor,
StreamEventCloner streamEventCloner,
ComplexEventPopulater complexEventPopulater)
The main processing method that will be called upon event arrival
|
void |
AbstractStreamProcessor.setNextProcessor(Processor processor) |
void |
AbstractStreamProcessor.setToLast(Processor processor) |
| Modifier and Type | Class and Description |
|---|---|
class |
Pol2CartStreamFunctionProcessor
Created on 1/26/15.
|
class |
StreamFunctionProcessor
Stream Processor to handle Stream Functions.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
StreamFunctionProcessor.processEventChunk(ComplexEventChunk<StreamEvent> streamEventChunk,
Processor nextProcessor,
StreamEventCloner streamEventCloner,
ComplexEventPopulater complexEventPopulater) |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregateWindowProcessor
This is the
WindowProcessor intended to be used with aggregate join queries. |
class |
CronWindowProcessor
Implementation of
WindowProcessor which represent a Window operating based on a cron expression. |
class |
ExternalTimeBatchWindowProcessor
Implementation of
WindowProcessor which represent a Batch Window operating based on external time. |
class |
ExternalTimeWindowProcessor
Implementation of
WindowProcessor which represent a Window operating based on external time. |
class |
FrequentWindowProcessor
Implementation of
WindowProcessor which represent a Window operating based on frequency of incoming events. |
class |
LengthBatchWindowProcessor
Implementation of
WindowProcessor which represent a Batch Window operating based on pre-defined length. |
class |
LengthWindowProcessor
Implementation of
WindowProcessor which represent a Window operating based on a pre-defined length. |
class |
LossyFrequentWindowProcessor
Implementation of
WindowProcessor which represent a Window operating based on event frequency. |
class |
SortWindowProcessor
Sample Query:
from inputStream#window.sort(5, attribute1, "asc", attribute2, "desc")
select attribute1, attribute2
insert into outputStream;
|
class |
TableWindowProcessor
Implementation of
WindowProcessor which represent a Window operating based on Table. |
class |
TimeBatchWindowProcessor
Implementation of
WindowProcessor which represent a Batch Window operating based on time. |
class |
TimeLengthWindowProcessor
Implementation of
WindowProcessor which represent a Window operating based on pre-defined length. |
class |
TimeWindowProcessor
Implementation of
WindowProcessor which represent a Window operating based time. |
class |
WindowProcessor
Abstract parent implementation of
Processor to represent Windows. |
class |
WindowWindowProcessor
This is the
WindowProcessor intended to be used with window join queries. |
| Modifier and Type | Method and Description |
|---|---|
Processor |
TableWindowProcessor.cloneProcessor(String key) |
Processor |
AggregateWindowProcessor.cloneProcessor(String key) |
Processor |
WindowWindowProcessor.cloneProcessor(String key) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SortWindowProcessor.process(ComplexEventChunk<StreamEvent> streamEventChunk,
Processor nextProcessor,
StreamEventCloner streamEventCloner) |
protected void |
ExternalTimeBatchWindowProcessor.process(ComplexEventChunk<StreamEvent> streamEventChunk,
Processor nextProcessor,
StreamEventCloner streamEventCloner)
Here an assumption is taken:
Parameter: timestamp: The time which the window determines as current time and will act upon,
the value of this parameter should be monotonically increasing.
|
protected void |
FrequentWindowProcessor.process(ComplexEventChunk<StreamEvent> streamEventChunk,
Processor nextProcessor,
StreamEventCloner streamEventCloner) |
protected void |
TableWindowProcessor.process(ComplexEventChunk<StreamEvent> streamEventChunk,
Processor nextProcessor,
StreamEventCloner streamEventCloner) |
protected void |
TimeLengthWindowProcessor.process(ComplexEventChunk<StreamEvent> streamEventChunk,
Processor nextProcessor,
StreamEventCloner streamEventCloner) |
protected void |
ExternalTimeWindowProcessor.process(ComplexEventChunk<StreamEvent> streamEventChunk,
Processor nextProcessor,
StreamEventCloner streamEventCloner) |
protected void |
LengthWindowProcessor.process(ComplexEventChunk<StreamEvent> streamEventChunk,
Processor nextProcessor,
StreamEventCloner streamEventCloner) |
protected abstract void |
WindowProcessor.process(ComplexEventChunk<StreamEvent> streamEventChunk,
Processor nextProcessor,
StreamEventCloner streamEventCloner)
The main processing method that will be called upon event arrival
|
protected void |
AggregateWindowProcessor.process(ComplexEventChunk<StreamEvent> streamEventChunk,
Processor nextProcessor,
StreamEventCloner streamEventCloner) |
protected void |
LengthBatchWindowProcessor.process(ComplexEventChunk<StreamEvent> streamEventChunk,
Processor nextProcessor,
StreamEventCloner streamEventCloner) |
protected void |
TimeBatchWindowProcessor.process(ComplexEventChunk<StreamEvent> streamEventChunk,
Processor nextProcessor,
StreamEventCloner streamEventCloner) |
protected void |
WindowWindowProcessor.process(ComplexEventChunk<StreamEvent> streamEventChunk,
Processor nextProcessor,
StreamEventCloner streamEventCloner) |
protected void |
LossyFrequentWindowProcessor.process(ComplexEventChunk<StreamEvent> streamEventChunk,
Processor nextProcessor,
StreamEventCloner streamEventCloner) |
protected void |
TimeWindowProcessor.process(ComplexEventChunk<StreamEvent> streamEventChunk,
Processor nextProcessor,
StreamEventCloner streamEventCloner) |
protected void |
CronWindowProcessor.process(ComplexEventChunk<StreamEvent> streamEventChunk,
Processor nextProcessor,
StreamEventCloner streamEventCloner) |
protected void |
WindowProcessor.processEventChunk(ComplexEventChunk<StreamEvent> streamEventChunk,
Processor nextProcessor,
StreamEventCloner streamEventCloner,
ComplexEventPopulater complexEventPopulater) |
| Modifier and Type | Class and Description |
|---|---|
class |
QuerySelector
Processor implementation representing selector portion of the Siddhi query.
|
| Modifier and Type | Method and Description |
|---|---|
Processor |
QuerySelector.cloneProcessor(String key) |
Processor |
QuerySelector.getNextProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
QuerySelector.setNextProcessor(Processor processor) |
void |
QuerySelector.setToLast(Processor processor) |
| Modifier and Type | Class and Description |
|---|---|
class |
IncrementalAggregationProcessor
Incremental Aggregation Processor to consume events to Incremental Aggregators
|
| Modifier and Type | Method and Description |
|---|---|
Processor |
IncrementalAggregationProcessor.cloneProcessor(String key) |
Processor |
IncrementalAggregationProcessor.getNextProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
IncrementalAggregationProcessor.setNextProcessor(Processor processor) |
void |
IncrementalAggregationProcessor.setToLast(Processor processor) |
| Modifier and Type | Method and Description |
|---|---|
static Processor |
SingleInputStreamParser.generateProcessor(org.wso2.siddhi.query.api.execution.query.input.handler.StreamHandler streamHandler,
MetaComplexEvent metaEvent,
List<VariableExpressionExecutor> variableExpressionExecutors,
SiddhiAppContext siddhiAppContext,
Map<String,Table> tableMap,
boolean supportsBatchProcessing,
boolean outputExpectsExpiredEvents,
String queryName) |
Copyright © 2017 WSO2. All rights reserved.