Package | Description |
---|---|
io.siddhi.core.aggregation | |
io.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 |
IncrementalExecutor.getNextExecutor() |
Executor |
Executor.getNextExecutor()
Get next executor element in the execution chain.
|
Modifier and Type | Method and Description |
---|---|
void |
IncrementalExecutor.setNextExecutor(Executor nextExecutor) |
void |
Executor.setNextExecutor(Executor executor)
Set next executor element in execution chain
|
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 © 2019. All rights reserved.