![]() | OutputLimitClause Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class OutputLimitClause
The OutputLimitClause type exposes the following members.
Name | Description | |
---|---|---|
![]() | OutputLimitClause |
Ctor.
|
![]() | OutputLimitClause(TimePeriodExpression) |
Ctor.
|
![]() | OutputLimitClause(OutputLimitSelector, Expression) |
Ctor.
|
![]() | OutputLimitClause(OutputLimitSelector, OutputLimitUnit) |
Ctor.
|
![]() | OutputLimitClause(OutputLimitSelector, TimePeriodExpression) |
Ctor.
|
![]() | OutputLimitClause(OutputLimitSelector, NullableT) | Initializes a new instance of the OutputLimitClause class |
![]() | OutputLimitClause(OutputLimitSelector, String) |
Ctor.
|
![]() | OutputLimitClause(OutputLimitSelector, Expression, IListT) | Initializes a new instance of the OutputLimitClause class |
![]() | OutputLimitClause(OutputLimitSelector, OutputLimitUnit, TimePeriodExpression, NullableT) | Initializes a new instance of the OutputLimitClause class |
![]() | OutputLimitClause(OutputLimitSelector, NullableT, Void, Double) | Initializes a new instance of the OutputLimitClause class |
Name | Description | |
---|---|---|
![]() | AfterNumberOfEvents |
Returns the after-keyword number of events, or null if undefined.
|
![]() | AfterTimePeriodExpression |
Returns the after-keyword time period.
|
![]() | AndAfterTerminateAndExpr |
Returns the optional expression evaluated when a context partition terminates before triggering output.
|
![]() | AndAfterTerminateThenAssignments |
Returns the set-assignments to execute when a context partition terminates.
|
![]() | CrontabAtParameters |
Returns the crontab parameters, or null if not using crontab-like schedule.
|
![]() | Frequency |
Returns output frequency.
|
![]() | FrequencyVariable |
Returns the variable name of the variable providing output rate frequency values, or null if the frequency is a
fixed value.
|
![]() | IsAndAfterTerminate |
Returns true for output upon termination of a context partition
|
![]() | Selector |
Returns the selector indicating the events to output.
|
![]() | ThenAssignments |
Returns the list of optional then-keyword variable assignments, if any
|
![]() | TimePeriodExpression |
Returns the time period, or null if none provided.
|
![]() | Unit |
Returns the unit the frequency is in.
|
![]() | WhenExpression |
Returns the expression that controls output for use with the when-keyword.
|
Name | Description | |
---|---|---|
![]() ![]() | Create(Double) |
Creates an output limit clause.
|
![]() ![]() | Create(String) |
Creates an output limit clause.
|
![]() ![]() | Create(Expression) |
Creates an output limit clause with a when-expression and optional then-assignment expressions to be added.
|
![]() ![]() | Create(TimePeriodExpression) |
Creates an output limit clause.
|
![]() ![]() | Create(OutputLimitSelector, TimePeriodExpression) |
Creates an output limit clause.
|
![]() ![]() | Create(OutputLimitSelector, Double) |
Creates an output limit clause.
|
![]() ![]() | Create(OutputLimitSelector, String) |
Creates an output limit clause.
|
![]() ![]() | CreateAfter(Int32) |
Create with after-only and number of events.
|
![]() ![]() | CreateAfter(TimePeriodExpression) |
Create with after-only time period.
|
![]() ![]() | CreateSchedule |
Creates an output limit clause with a crontab 'at' schedule parameters,
see and related.
|
![]() | ToEPL |
Renders the clause in textual representation.
|
![]() | WithAddThenAssignment |
Adds a then-keyword variable assigment for use with the when-keyword.
|
![]() | WithAfterNumberOfEvents | |
![]() | WithAfterTimePeriodExpression |
Sets the after-keyword time period.
|
![]() | WithAndAfterTerminate |
Set true for output upon termination of a context partition
|
![]() | WithAndAfterTerminateAndExpr |
Sets an optional expression evaluated when a context partition terminates before triggering output.
|
![]() | WithAndAfterTerminateThenAssignments | |
![]() | WithCrontabAtParameters |
Crontab.
|
![]() | WithFrequency | |
![]() | WithFrequencyVariable |
Sets the variable name of the variable providing output rate frequency values, or null if the frequency is a fixed
value.
|
![]() | WithSelector |
Sets the selector indicating the events to output.
|
![]() | WithThenAssignments | |
![]() | WithTimePeriodExpression |
Crontab
|
![]() | WithUnit |
Sets the unit the frequency is in.
|
![]() | WithWhenExpression |
Set when.
|