Package | Description |
---|---|
org.ballerinalang.siddhi.query.api.execution.query | |
org.ballerinalang.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 |
TimeOutputRate.output(OutputRate.Type type) |
OutputRate |
EventOutputRate.output(OutputRate.Type type) |
Copyright © 2018 WSO2. All rights reserved.