|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExprTimePeriodEvalDeltaConst | |
---|---|
com.espertech.esper.epl.expression.time | Time-related expressions. |
com.espertech.esper.pattern | Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance |
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 |
Uses of ExprTimePeriodEvalDeltaConst in com.espertech.esper.epl.expression.time |
---|
Classes in com.espertech.esper.epl.expression.time that implement ExprTimePeriodEvalDeltaConst | |
---|---|
class |
ExprTimePeriodEvalDeltaConstCalAdd
|
class |
ExprTimePeriodEvalDeltaConstMsec
|
Methods in com.espertech.esper.epl.expression.time that return ExprTimePeriodEvalDeltaConst | |
---|---|
ExprTimePeriodEvalDeltaConst |
ExprTimePeriodImpl.constEvaluator(ExprEvaluatorContext context)
|
ExprTimePeriodEvalDeltaConst |
ExprTimePeriod.constEvaluator(ExprEvaluatorContext context)
|
Methods in com.espertech.esper.epl.expression.time with parameters of type ExprTimePeriodEvalDeltaConst | |
---|---|
boolean |
ExprTimePeriodEvalDeltaConstMsec.equalsTimePeriod(ExprTimePeriodEvalDeltaConst otherComputation)
|
boolean |
ExprTimePeriodEvalDeltaConstCalAdd.equalsTimePeriod(ExprTimePeriodEvalDeltaConst otherComputation)
|
boolean |
ExprTimePeriodEvalDeltaConst.equalsTimePeriod(ExprTimePeriodEvalDeltaConst timeDeltaComputation)
|
Uses of ExprTimePeriodEvalDeltaConst in com.espertech.esper.pattern |
---|
Methods in com.espertech.esper.pattern that return ExprTimePeriodEvalDeltaConst | |
---|---|
ExprTimePeriodEvalDeltaConst |
EvalEveryDistinctFactoryNode.getTimeDeltaComputation()
|
Methods in com.espertech.esper.pattern with parameters of type ExprTimePeriodEvalDeltaConst | |
---|---|
void |
EvalEveryDistinctFactoryNode.setDistinctExpressions(java.util.List<ExprNode> distinctExpressions,
ExprTimePeriodEvalDeltaConst timeDeltaComputation,
ExprNode expiryTimeExp)
Sets expressions for distinct-value. |
Uses of ExprTimePeriodEvalDeltaConst in com.espertech.esper.view |
---|
Methods in com.espertech.esper.view that return ExprTimePeriodEvalDeltaConst | |
---|---|
static ExprTimePeriodEvalDeltaConst |
ViewFactoryTimePeriodHelper.validateAndEvaluateTimeDelta(java.lang.String viewName,
StatementContext statementContext,
ExprNode expression,
java.lang.String expectedMessage,
int expressionNumber)
|
Uses of ExprTimePeriodEvalDeltaConst in com.espertech.esper.view.ext |
---|
Fields in com.espertech.esper.view.ext declared as ExprTimePeriodEvalDeltaConst | |
---|---|
protected ExprTimePeriodEvalDeltaConst |
TimeOrderViewFactory.timeDeltaComputation
The interval to wait for newer events to arrive. |
protected ExprTimePeriodEvalDeltaConst |
TimeOrderView.timeDeltaComputation
|
Methods in com.espertech.esper.view.ext that return ExprTimePeriodEvalDeltaConst | |
---|---|
ExprTimePeriodEvalDeltaConst |
TimeOrderView.getTimeDeltaComputation()
|
Constructors in com.espertech.esper.view.ext with parameters of type ExprTimePeriodEvalDeltaConst | |
---|---|
TimeOrderView(AgentInstanceViewFactoryChainContext agentInstanceContext,
TimeOrderViewFactory timeOrderViewFactory,
ExprNode timestampExpr,
ExprEvaluator timestampEvaluator,
ExprTimePeriodEvalDeltaConst timeDeltaComputation,
IStreamSortRankRandomAccess optionalSortedRandomAccess)
Ctor. |
Uses of ExprTimePeriodEvalDeltaConst in com.espertech.esper.view.window |
---|
Fields in com.espertech.esper.view.window declared as ExprTimePeriodEvalDeltaConst | |
---|---|
protected ExprTimePeriodEvalDeltaConst |
TimeWindowViewFactory.timeDeltaComputation
|
protected ExprTimePeriodEvalDeltaConst |
TimeLengthBatchView.timeDeltaComputation
|
protected ExprTimePeriodEvalDeltaConst |
TimeBatchViewRStream.timeDeltaComputation
|
protected ExprTimePeriodEvalDeltaConst |
TimeBatchViewFactoryParams.timeDeltaComputation
Number of msec before batch fires (either interval or number of events). |
protected ExprTimePeriodEvalDeltaConst |
TimeBatchView.timeDeltaComputation
|
protected ExprTimePeriodEvalDeltaConst |
TimeAccumViewRStream.timeDeltaComputation
|
protected ExprTimePeriodEvalDeltaConst |
TimeAccumViewFactory.timeDeltaComputation
Number of msec of quiet time before results are flushed. |
protected ExprTimePeriodEvalDeltaConst |
TimeAccumView.timeDeltaComputation
|
protected ExprTimePeriodEvalDeltaConst |
FirstTimeViewFactory.timeDeltaComputation
Number of msec before expiry. |
protected ExprTimePeriodEvalDeltaConst |
FirstTimeView.timeDeltaComputation
|
protected ExprTimePeriodEvalDeltaConst |
ExternallyTimedWindowViewFactory.timeDeltaComputation
The number of msec to expire. |
protected ExprTimePeriodEvalDeltaConst |
ExternallyTimedBatchViewFactory.timeDeltaComputation
The number of msec to expire. |
Methods in com.espertech.esper.view.window that return ExprTimePeriodEvalDeltaConst | |
---|---|
ExprTimePeriodEvalDeltaConst |
TimeWindowView.getTimeDeltaComputation()
|
ExprTimePeriodEvalDeltaConst |
TimeLengthBatchView.getTimeDeltaComputation()
|
ExprTimePeriodEvalDeltaConst |
TimeBatchViewRStream.getTimeDeltaComputation()
|
ExprTimePeriodEvalDeltaConst |
TimeBatchView.getTimeDeltaComputation()
|
ExprTimePeriodEvalDeltaConst |
TimeAccumViewRStream.getTimeDeltaComputation()
|
ExprTimePeriodEvalDeltaConst |
TimeAccumView.getTimeDeltaComputation()
|
ExprTimePeriodEvalDeltaConst |
FirstTimeView.getTimeDeltaComputation()
|
ExprTimePeriodEvalDeltaConst |
ExternallyTimedWindowView.getTimeDeltaComputation()
|
ExprTimePeriodEvalDeltaConst |
ExternallyTimedBatchView.getTimeDeltaComputation()
|
Constructors in com.espertech.esper.view.window with parameters of type ExprTimePeriodEvalDeltaConst | |
---|---|
ExternallyTimedBatchView(ExternallyTimedBatchViewFactory factory,
ExprNode timestampExpression,
ExprEvaluator timestampExpressionEval,
ExprTimePeriodEvalDeltaConst timeDeltaComputation,
java.lang.Long optionalReferencePoint,
ViewUpdatedCollection viewUpdatedCollection,
AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext)
Constructor. |
|
ExternallyTimedWindowView(ExternallyTimedWindowViewFactory externallyTimedWindowViewFactory,
ExprNode timestampExpression,
ExprEvaluator timestampExpressionEval,
ExprTimePeriodEvalDeltaConst timeDeltaComputation,
ViewUpdatedCollection viewUpdatedCollection,
AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext)
Constructor. |
|
FirstTimeView(FirstTimeViewFactory timeFirstViewFactory,
AgentInstanceViewFactoryChainContext agentInstanceContext,
ExprTimePeriodEvalDeltaConst timeDeltaComputation)
Constructor. |
|
TimeAccumView(TimeAccumViewFactory timeBatchViewFactory,
AgentInstanceViewFactoryChainContext agentInstanceContext,
ExprTimePeriodEvalDeltaConst timeDeltaComputation,
ViewUpdatedCollection viewUpdatedCollection)
Constructor. |
|
TimeAccumViewRStream(TimeAccumViewFactory timeBatchViewFactory,
AgentInstanceViewFactoryChainContext agentInstanceContext,
ExprTimePeriodEvalDeltaConst timeDeltaComputation)
Constructor. |
|
TimeBatchView(TimeBatchViewFactory timeBatchViewFactory,
AgentInstanceViewFactoryChainContext agentInstanceContext,
ExprTimePeriodEvalDeltaConst timeDeltaComputation,
java.lang.Long referencePoint,
boolean forceOutput,
boolean isStartEager,
ViewUpdatedCollection viewUpdatedCollection)
Constructor. |
|
TimeBatchViewRStream(TimeBatchViewFactory timeBatchViewFactory,
AgentInstanceViewFactoryChainContext agentInstanceContext,
ExprTimePeriodEvalDeltaConst timeDeltaComputation,
java.lang.Long referencePoint,
boolean forceOutput,
boolean isStartEager)
Constructor. |
|
TimeLengthBatchView(TimeLengthBatchViewFactory timeBatchViewFactory,
AgentInstanceViewFactoryChainContext agentInstanceContext,
ExprTimePeriodEvalDeltaConst timeDeltaComputation,
long numberOfEvents,
boolean forceOutput,
boolean isStartEager,
ViewUpdatedCollection viewUpdatedCollection)
Constructor. |
|
TimeWindowView(AgentInstanceViewFactoryChainContext agentInstanceContext,
TimeWindowViewFactory timeWindowViewFactory,
ExprTimePeriodEvalDeltaConst timeDeltaComputation,
ViewUpdatedCollection viewUpdatedCollection)
Constructor. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |