Package | Description |
---|---|
org.ballerinalang.siddhi.query.api.execution.query.output.ratelimit |
Modifier and Type | Method and Description |
---|---|
OutputRate.Type |
TimeOutputRate.getType() |
OutputRate.Type |
SnapshotOutputRate.getType() |
OutputRate.Type |
EventOutputRate.getType() |
static OutputRate.Type |
OutputRate.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputRate.Type[] |
OutputRate.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OutputRate |
TimeOutputRate.output(OutputRate.Type type) |
OutputRate |
EventOutputRate.output(OutputRate.Type type) |
Copyright © 2018 WSO2. All rights reserved.