Package | Description |
---|---|
com.espertech.esper.epl.expression.time |
Time-related expressions.
|
com.espertech.esper.view |
View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering.
|
com.espertech.esper.view.ext |
Extension views that providing services such as sorting, which don't fit much into other categories.
|
com.espertech.esper.view.window |
Window views are in this package
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExprTimePeriodEvalDeltaConst |
Modifier and Type | Class and Description |
---|---|
class |
ExprTimePeriodEvalDeltaConstFactoryMsec |
class |
ExprTimePeriodEvalDeltaConstGivenCalAdd |
class |
ExprTimePeriodEvalDeltaConstGivenDelta |
class |
ExprTimePeriodEvalDeltaConstZero |
Modifier and Type | Method and Description |
---|---|
static ExprTimePeriodEvalDeltaConstFactory |
ViewFactoryTimePeriodHelper.validateAndEvaluateTimeDeltaFactory(String viewName,
StatementContext statementContext,
ExprNode expression,
String expectedMessage,
int expressionNumber) |
Modifier and Type | Field and Description |
---|---|
protected ExprTimePeriodEvalDeltaConstFactory |
TimeOrderViewFactory.timeDeltaComputationFactory
The interval to wait for newer events to arrive.
|
Modifier and Type | Field and Description |
---|---|
protected ExprTimePeriodEvalDeltaConstFactory |
TimeWindowViewFactory.timeDeltaComputationFactory |
protected ExprTimePeriodEvalDeltaConstFactory |
TimeBatchViewFactoryParams.timeDeltaComputationFactory
Number of msec before batch fires (either interval or number of events).
|
protected ExprTimePeriodEvalDeltaConstFactory |
TimeAccumViewFactory.timeDeltaComputationFactory
Number of msec of quiet time before results are flushed.
|
protected ExprTimePeriodEvalDeltaConstFactory |
FirstTimeViewFactory.timeDeltaComputationFactory
Number of msec before expiry.
|
protected ExprTimePeriodEvalDeltaConstFactory |
ExternallyTimedWindowViewFactory.timeDeltaComputationFactory
The number of msec to expire.
|
protected ExprTimePeriodEvalDeltaConstFactory |
ExternallyTimedBatchViewFactory.timeDeltaComputationFactory
The number of msec to expire.
|
Modifier and Type | Method and Description |
---|---|
ExprTimePeriodEvalDeltaConstFactory |
TimeWindowViewFactory.getTimeDeltaComputationFactory() |