Uses of Interface
com.espertech.esper.common.internal.view.access.RelativeAccessByEventNIndex
Packages that use RelativeAccessByEventNIndex
Package
Description
'Prior'-group indexExpressionTexts.
-
Uses of RelativeAccessByEventNIndex in com.espertech.esper.common.internal.epl.expression.prior
Constructors in com.espertech.esper.common.internal.epl.expression.prior with parameters of type RelativeAccessByEventNIndexModifierConstructorDescriptionExprPriorEvalStrategyRelativeAccess
(RelativeAccessByEventNIndex relativeAccess) -
Uses of RelativeAccessByEventNIndex in com.espertech.esper.common.internal.view.access
Methods in com.espertech.esper.common.internal.view.access that return RelativeAccessByEventNIndexModifier and TypeMethodDescriptionRelativeAccessByEventNIndexGetter.getAccessor
(EventBean theEvent) Returns the access into window contents given an event.RelativeAccessByEventNIndexGetterImpl.getAccessor
(EventBean theEvent) Returns the access into window contents given an event.Methods in com.espertech.esper.common.internal.view.access with parameters of type RelativeAccessByEventNIndexModifier and TypeMethodDescriptionvoid
RelativeAccessByEventNIndexGetterImpl.updated
(RelativeAccessByEventNIndex iStreamRelativeAccess, EventBean[] newData) -
Uses of RelativeAccessByEventNIndex in com.espertech.esper.common.internal.view.previous
Classes in com.espertech.esper.common.internal.view.previous that implement RelativeAccessByEventNIndexModifier and TypeClassDescriptionclass
Provides relative access to insert stream events for certain window.Methods in com.espertech.esper.common.internal.view.previous with parameters of type RelativeAccessByEventNIndexModifier and TypeMethodDescriptionvoid
IStreamRelativeAccess.IStreamRelativeAccessUpdateObserver.updated
(RelativeAccessByEventNIndex iStreamRelativeAccess, EventBean[] newData) Callback to indicate an update. -
Uses of RelativeAccessByEventNIndex in com.espertech.esper.common.internal.view.prior
Classes in com.espertech.esper.common.internal.view.prior that implement RelativeAccessByEventNIndexModifier and TypeClassDescriptionclass
Buffers view-posted insert stream (new data) and remove stream (old data) events for use with determining prior results in these streams, for multiple different prior events.class
Buffers view-posted insert stream (new data) and remove stream (old data) events for use with serving prior results in these streams, for a single prior event.class
Constructors in com.espertech.esper.common.internal.view.prior with parameters of type RelativeAccessByEventNIndexModifierConstructorDescriptionPriorEventViewRelAccess
(RelativeAccessByEventNIndex buffer, int relativeIndex) Ctor.