Uses of Interface
com.espertech.esper.common.internal.view.access.RelativeAccessByEventNIndex
Package
Description
'Prior'-group indexExpressionTexts.
-
Uses of RelativeAccessByEventNIndex in com.espertech.esper.common.internal.epl.expression.prior
ModifierConstructorDescriptionExprPriorEvalStrategyRelativeAccess
(RelativeAccessByEventNIndex relativeAccess) -
Uses of RelativeAccessByEventNIndex in com.espertech.esper.common.internal.view.access
Modifier 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.Modifier and TypeMethodDescriptionvoid
RelativeAccessByEventNIndexGetterImpl.updated
(RelativeAccessByEventNIndex iStreamRelativeAccess, EventBean[] newData) -
Uses of RelativeAccessByEventNIndex in com.espertech.esper.common.internal.view.previous
Modifier and TypeClassDescriptionclass
Provides relative access to insert stream events for certain window.Modifier 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
Modifier 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
ModifierConstructorDescriptionPriorEventViewRelAccess
(RelativeAccessByEventNIndex buffer, int relativeIndex) Ctor.