Package | Description |
---|---|
com.espertech.esper.common.internal.compile.stage1.spec |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
Modifier and Type | Method and Description |
---|---|
OutputLimitRateType |
OutputLimitSpec.getRateType()
Returns the type of rate.
|
static OutputLimitRateType |
OutputLimitRateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputLimitRateType[] |
OutputLimitRateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
OutputLimitSpec(Double rate,
String variableForRate,
OutputLimitRateType rateType,
OutputLimitLimitType displayLimit,
ExprNode whenExpressionNode,
List<OnTriggerSetAssignment> thenExpressions,
List<ExprNode> crontabAtSchedule,
ExprTimePeriod timePeriodExpr,
ExprTimePeriod afterTimePeriodExpr,
Integer afterNumberOfEvents,
boolean andAfterTerminate,
ExprNode andAfterTerminateExpr,
List<OnTriggerSetAssignment> andAfterTerminateSetExpressions) |
OutputLimitSpec(OutputLimitLimitType displayLimit,
OutputLimitRateType rateType) |
Copyright © 2005–2020. All rights reserved.