| Package | Description |
|---|---|
| org.wso2.siddhi.core.aggregation | |
| org.wso2.siddhi.core.query.input.stream.single |
| Modifier and Type | Class and Description |
|---|---|
class |
IncrementalExecutor
Incremental executor class which is responsible for performing incremental aggregation.
|
| Modifier and Type | Method and Description |
|---|---|
Executor |
Executor.getNextExecutor()
Get next executor element in the execution chain.
|
Executor |
IncrementalExecutor.getNextExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
Executor.setNextExecutor(Executor executor)
Set next executor element in execution chain
|
void |
IncrementalExecutor.setNextExecutor(Executor nextExecutor) |
| Modifier and Type | Class and Description |
|---|---|
class |
EntryValveExecutor
Entry point to incremental executors.
|
| Modifier and Type | Method and Description |
|---|---|
Executor |
EntryValveExecutor.getNextExecutor()
Get next executor element in the executor chain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntryValveExecutor.setNextExecutor(Executor executor)
Set next executor element in executor chain
|
Copyright © 2018 WSO2. All rights reserved.