Package | Description |
---|---|
com.espertech.esper.epl.expression |
This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses
|
com.espertech.esper.epl.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.
|
com.espertech.esper.epl.view |
Internal processing views for output rate limiting, filtering and internal event routing
|
com.espertech.esper.pattern.observer |
Pattern observer classes the observe timer events
|
com.espertech.esper.schedule |
Package for timer callback scheduling
|
Modifier and Type | Method and Description |
---|---|
static ScheduleSpec |
ExprNodeUtility.toCrontabSchedule(ExprNodeOrigin origin,
java.util.List<ExprNode> scheduleSpecExpressionList,
StatementContext context) |
Modifier and Type | Method and Description |
---|---|
ScheduleSpec |
ContextDetailConditionCrontab.getSchedule() |
Modifier and Type | Method and Description |
---|---|
void |
ContextDetailConditionCrontab.setSchedule(ScheduleSpec schedule) |
Modifier and Type | Method and Description |
---|---|
ScheduleSpec |
OutputConditionCrontabFactory.getScheduleSpec() |
Constructor and Description |
---|
TimerAtObserver(ScheduleSpec scheduleSpec,
MatchedEventMap beginState,
ObserverEventEvaluator observerEventEvaluator)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
static ScheduleSpec |
ScheduleSpecUtil.computeValues(java.lang.Object[] args)
Compute from parameters a crontab schedule.
|
Modifier and Type | Method and Description |
---|---|
static long |
ScheduleComputeHelper.computeDeltaNextOccurance(ScheduleSpec spec,
long afterTimeInMillis)
Computes the next lowest date in milliseconds based on a specification and the
from-time passed in and returns the delta from the current time.
|
static long |
ScheduleComputeHelper.computeNextOccurance(ScheduleSpec spec,
long afterTimeInMillis)
Computes the next lowest date in milliseconds based on a specification and the
from-time passed in.
|