Uses of Interface
com.espertech.esper.common.internal.collection.ViewUpdatedCollection
Package
Description
-
Uses of ViewUpdatedCollection in com.espertech.esper.common.internal.view.core
Modifier and TypeMethodDescriptionAgentInstanceViewFactoryChainContext.getPriorViewUpdatedCollection()
Modifier and TypeMethodDescriptionvoid
ViewDataVisitor.visitPrimary
(ViewUpdatedCollection buffer, String viewName) ModifierConstructorDescriptionAgentInstanceViewFactoryChainContext
(AgentInstanceContext agentInstanceContext, boolean isRemoveStream, PreviousGetterStrategy previousNodeGetter, StateMgmtSetting previousStateSettings, ViewUpdatedCollection priorViewUpdatedCollection) -
Uses of ViewUpdatedCollection in com.espertech.esper.common.internal.view.expression
Modifier and TypeFieldDescriptionprotected final ViewUpdatedCollection
ExpressionViewBase.viewUpdatedCollection
ModifierConstructorDescriptionExpressionBatchView
(ExpressionBatchViewFactory factory, ViewUpdatedCollection viewUpdatedCollection, ObjectArrayEventBean builtinEventProps, AgentInstanceViewFactoryChainContext agentInstanceContext) ExpressionViewBase
(ExpressionViewFactoryBase factory, ViewUpdatedCollection viewUpdatedCollection, ObjectArrayEventBean builtinEventProps, AgentInstanceViewFactoryChainContext agentInstanceContext) ExpressionWindowView
(ExpressionWindowViewFactory factory, ViewUpdatedCollection viewUpdatedCollection, ObjectArrayEventBean builtinEventProps, AgentInstanceViewFactoryChainContext agentInstanceContext) -
Uses of ViewUpdatedCollection in com.espertech.esper.common.internal.view.exttimedbatch
Modifier and TypeFieldDescriptionprotected ViewUpdatedCollection
ExternallyTimedBatchView.viewUpdatedCollection
ModifierConstructorDescriptionExternallyTimedBatchView
(ExternallyTimedBatchViewFactory factory, ViewUpdatedCollection viewUpdatedCollection, AgentInstanceViewFactoryChainContext agentInstanceContext, TimePeriodProvide timePeriodProvide) -
Uses of ViewUpdatedCollection in com.espertech.esper.common.internal.view.exttimedwin
ModifierConstructorDescriptionExternallyTimedWindowView
(ExternallyTimedWindowViewFactory factory, ViewUpdatedCollection viewUpdatedCollection, AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext, TimePeriodProvide timePeriodProvide) -
Uses of ViewUpdatedCollection in com.espertech.esper.common.internal.view.keepall
Modifier and TypeFieldDescriptionprotected ViewUpdatedCollection
KeepAllView.viewUpdatedCollection
Modifier and TypeMethodDescriptionKeepAllView.getViewUpdatedCollection()
Returns the (optional) collection handling random access to window contents for prior or previous events.ModifierConstructorDescriptionKeepAllView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext, KeepAllViewFactory keepAllViewFactory, ViewUpdatedCollection viewUpdatedCollection) -
Uses of ViewUpdatedCollection in com.espertech.esper.common.internal.view.length
Modifier and TypeMethodDescriptionLengthWindowView.getViewUpdatedCollection()
Returns the (optional) collection handling random access to window contents for prior or previous events.ModifierConstructorDescriptionLengthWindowView
(AgentInstanceViewFactoryChainContext agentInstanceContext, LengthWindowViewFactory viewFactory, int size, ViewUpdatedCollection viewUpdatedCollection) Constructor creates a moving window extending the specified number of elements into the past. -
Uses of ViewUpdatedCollection in com.espertech.esper.common.internal.view.lengthbatch
ModifierConstructorDescriptionLengthBatchView
(AgentInstanceViewFactoryChainContext agentInstanceContext, LengthBatchViewFactory lengthBatchViewFactory, int size, ViewUpdatedCollection viewUpdatedCollection) Constructor. -
Uses of ViewUpdatedCollection in com.espertech.esper.common.internal.view.previous
Modifier and TypeClassDescriptionclass
For use with length and time window views that must provide random access into data window contents provided for the "previous" expression if used.class
Provides relative access to insert stream events for certain window.Modifier and TypeMethodDescriptionViewServicePreviousFactory.getOptPreviousExprRandomAccess
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) ViewServicePreviousFactoryImpl.getOptPreviousExprRandomAccess
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) ViewServicePreviousFactory.getOptPreviousExprRelativeAccess
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) ViewServicePreviousFactoryImpl.getOptPreviousExprRelativeAccess
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) -
Uses of ViewUpdatedCollection 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
Buffer class for insert stream events only for use with unbound streams that inserts data only, to serve up one or more prior events in the insert stream based on an index.Modifier and TypeMethodDescriptionPriorEventView.getBuffer()
Returns the underlying buffer used for access to prior events.PriorEventViewFactory.makeViewUpdatedCollection
(SortedSet<Integer> priorRequests, AgentInstanceContext agentInstanceContext) -
Uses of ViewUpdatedCollection in com.espertech.esper.common.internal.view.time_accum
ModifierConstructorDescriptionTimeAccumView
(TimeAccumViewFactory timeBatchViewFactory, AgentInstanceViewFactoryChainContext agentInstanceContext, ViewUpdatedCollection viewUpdatedCollection, TimePeriodProvide timePeriodProvide) -
Uses of ViewUpdatedCollection in com.espertech.esper.common.internal.view.timebatch
ModifierConstructorDescriptionTimeBatchView
(TimeBatchViewFactory factory, AgentInstanceViewFactoryChainContext agentInstanceContext, ViewUpdatedCollection viewUpdatedCollection, TimePeriodProvide timePeriodProvide) -
Uses of ViewUpdatedCollection in com.espertech.esper.common.internal.view.timelengthbatch
ModifierConstructorDescriptionTimeLengthBatchView
(TimeLengthBatchViewFactory factory, int size, AgentInstanceViewFactoryChainContext agentInstanceContext, ViewUpdatedCollection viewUpdatedCollection, TimePeriodProvide timePeriodProvide) -
Uses of ViewUpdatedCollection in com.espertech.esper.common.internal.view.timewin
Modifier and TypeMethodDescriptionTimeWindowView.getViewUpdatedCollection()
Returns the (optional) collection handling random access to window contents for prior or previous events.ModifierConstructorDescriptionTimeWindowView
(AgentInstanceViewFactoryChainContext agentInstanceContext, TimeWindowViewFactory timeWindowViewFactory, ViewUpdatedCollection viewUpdatedCollection, TimePeriodProvide timePeriodProvide)