| Package | Description |
|---|---|
| org.wso2.siddhi.query.api.execution.query | |
| org.wso2.siddhi.query.api.execution.query.output.ratelimit |
| Modifier and Type | Method and Description |
|---|---|
OutputRate |
Query.getOutputRate() |
| Modifier and Type | Method and Description |
|---|---|
void |
Query.output(OutputRate outputRate) |
| Modifier and Type | Class and Description |
|---|---|
class |
EventOutputRate
Rate limiting of query output based on number of events
|
class |
SnapshotOutputRate
Rate limiting of query output and producing state snapshot as output
|
class |
TimeOutputRate
Rate limiting of query output based on time
|
| Modifier and Type | Method and Description |
|---|---|
OutputRate |
EventOutputRate.output(OutputRate.Type type) |
OutputRate |
TimeOutputRate.output(OutputRate.Type type) |
Copyright © 2018 WSO2. All rights reserved.