Click or drag to resize

OutputLimitClause Methods

The OutputLimitClause type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate(Double)
Creates an output limit clause.
Public methodStatic memberCreate(String)
Creates an output limit clause.
Public methodStatic memberCreate(Expression)
Creates an output limit clause with a when-expression and optional then-assignment expressions to be added.
Public methodStatic memberCreate(TimePeriodExpression)
Creates an output limit clause.
Public methodStatic memberCreate(OutputLimitSelector, TimePeriodExpression)
Creates an output limit clause.
Public methodStatic memberCreate(OutputLimitSelector, Double)
Creates an output limit clause.
Public methodStatic memberCreate(OutputLimitSelector, String)
Creates an output limit clause.
Public methodStatic memberCreateAfter(Int32)
Create with after-only and number of events.
Public methodStatic memberCreateAfter(TimePeriodExpression)
Create with after-only time period.
Public methodStatic memberCreateSchedule
Creates an output limit clause with a crontab 'at' schedule parameters, see and related.
Public methodToEPL
Renders the clause in textual representation.
Public methodWithAddThenAssignment
Adds a then-keyword variable assigment for use with the when-keyword.
Public methodWithAfterNumberOfEvents
Public methodWithAfterTimePeriodExpression
Sets the after-keyword time period.
Public methodWithAndAfterTerminate
Set true for output upon termination of a context partition
Public methodWithAndAfterTerminateAndExpr
Sets an optional expression evaluated when a context partition terminates before triggering output.
Public methodWithAndAfterTerminateThenAssignments
Public methodWithCrontabAtParameters
Crontab.
Public methodWithFrequency
Public methodWithFrequencyVariable
Sets the variable name of the variable providing output rate frequency values, or null if the frequency is a fixed value.
Public methodWithSelector
Sets the selector indicating the events to output.
Public methodWithThenAssignments
Public methodWithTimePeriodExpression
Crontab
Public methodWithUnit
Sets the unit the frequency is in.
Public methodWithWhenExpression
Set when.
Top
See Also