Uses of Interface
com.espertech.esper.common.internal.collection.ViewUpdatedCollection
Packages that use ViewUpdatedCollection
Package
Description
-
Uses of ViewUpdatedCollection in com.espertech.esper.common.internal.view.core
Methods in com.espertech.esper.common.internal.view.core that return ViewUpdatedCollectionModifier and TypeMethodDescriptionAgentInstanceViewFactoryChainContext.getPriorViewUpdatedCollection()
Methods in com.espertech.esper.common.internal.view.core with parameters of type ViewUpdatedCollectionModifier and TypeMethodDescriptionvoid
ViewDataVisitor.visitPrimary
(ViewUpdatedCollection buffer, String viewName) Constructors in com.espertech.esper.common.internal.view.core with parameters of type ViewUpdatedCollectionModifierConstructorDescriptionAgentInstanceViewFactoryChainContext
(AgentInstanceContext agentInstanceContext, boolean isRemoveStream, PreviousGetterStrategy previousNodeGetter, StateMgmtSetting previousStateSettings, ViewUpdatedCollection priorViewUpdatedCollection) -
Uses of ViewUpdatedCollection in com.espertech.esper.common.internal.view.expression
Fields in com.espertech.esper.common.internal.view.expression declared as ViewUpdatedCollectionModifier and TypeFieldDescriptionprotected final ViewUpdatedCollection
ExpressionViewBase.viewUpdatedCollection
Methods in com.espertech.esper.common.internal.view.expression that return ViewUpdatedCollectionConstructors in com.espertech.esper.common.internal.view.expression with parameters of type ViewUpdatedCollectionModifierConstructorDescriptionExpressionBatchView
(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
Fields in com.espertech.esper.common.internal.view.exttimedbatch declared as ViewUpdatedCollectionModifier and TypeFieldDescriptionprotected ViewUpdatedCollection
ExternallyTimedBatchView.viewUpdatedCollection
Constructors in com.espertech.esper.common.internal.view.exttimedbatch with parameters of type ViewUpdatedCollectionModifierConstructorDescriptionExternallyTimedBatchView
(ExternallyTimedBatchViewFactory factory, ViewUpdatedCollection viewUpdatedCollection, AgentInstanceViewFactoryChainContext agentInstanceContext, TimePeriodProvide timePeriodProvide) -
Uses of ViewUpdatedCollection in com.espertech.esper.common.internal.view.exttimedwin
Methods in com.espertech.esper.common.internal.view.exttimedwin that return ViewUpdatedCollectionConstructors in com.espertech.esper.common.internal.view.exttimedwin with parameters of type ViewUpdatedCollectionModifierConstructorDescriptionExternallyTimedWindowView
(ExternallyTimedWindowViewFactory factory, ViewUpdatedCollection viewUpdatedCollection, AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext, TimePeriodProvide timePeriodProvide) -
Uses of ViewUpdatedCollection in com.espertech.esper.common.internal.view.keepall
Fields in com.espertech.esper.common.internal.view.keepall declared as ViewUpdatedCollectionModifier and TypeFieldDescriptionprotected ViewUpdatedCollection
KeepAllView.viewUpdatedCollection
Methods in com.espertech.esper.common.internal.view.keepall that return ViewUpdatedCollectionModifier and TypeMethodDescriptionKeepAllView.getViewUpdatedCollection()
Returns the (optional) collection handling random access to window contents for prior or previous events.Constructors in com.espertech.esper.common.internal.view.keepall with parameters of type ViewUpdatedCollectionModifierConstructorDescriptionKeepAllView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext, KeepAllViewFactory keepAllViewFactory, ViewUpdatedCollection viewUpdatedCollection) -
Uses of ViewUpdatedCollection in com.espertech.esper.common.internal.view.length
Methods in com.espertech.esper.common.internal.view.length that return ViewUpdatedCollectionModifier and TypeMethodDescriptionLengthWindowView.getViewUpdatedCollection()
Returns the (optional) collection handling random access to window contents for prior or previous events.Constructors in com.espertech.esper.common.internal.view.length with parameters of type ViewUpdatedCollectionModifierConstructorDescriptionLengthWindowView
(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
Constructors in com.espertech.esper.common.internal.view.lengthbatch with parameters of type ViewUpdatedCollectionModifierConstructorDescriptionLengthBatchView
(AgentInstanceViewFactoryChainContext agentInstanceContext, LengthBatchViewFactory lengthBatchViewFactory, int size, ViewUpdatedCollection viewUpdatedCollection) Constructor. -
Uses of ViewUpdatedCollection in com.espertech.esper.common.internal.view.previous
Classes in com.espertech.esper.common.internal.view.previous that implement ViewUpdatedCollectionModifier 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.Methods in com.espertech.esper.common.internal.view.previous that return ViewUpdatedCollectionModifier 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
Classes in com.espertech.esper.common.internal.view.prior that implement ViewUpdatedCollectionModifier 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.Fields in com.espertech.esper.common.internal.view.prior declared as ViewUpdatedCollectionMethods in com.espertech.esper.common.internal.view.prior that return ViewUpdatedCollectionModifier and TypeMethodDescriptionPriorEventView.getBuffer()
Returns the underlying buffer used for access to prior events.PriorEventViewFactory.makeViewUpdatedCollection
(SortedSet<Integer> priorRequests, AgentInstanceContext agentInstanceContext) Constructors in com.espertech.esper.common.internal.view.prior with parameters of type ViewUpdatedCollection -
Uses of ViewUpdatedCollection in com.espertech.esper.common.internal.view.time_accum
Constructors in com.espertech.esper.common.internal.view.time_accum with parameters of type ViewUpdatedCollectionModifierConstructorDescriptionTimeAccumView
(TimeAccumViewFactory timeBatchViewFactory, AgentInstanceViewFactoryChainContext agentInstanceContext, ViewUpdatedCollection viewUpdatedCollection, TimePeriodProvide timePeriodProvide) -
Uses of ViewUpdatedCollection in com.espertech.esper.common.internal.view.timebatch
Constructors in com.espertech.esper.common.internal.view.timebatch with parameters of type ViewUpdatedCollectionModifierConstructorDescriptionTimeBatchView
(TimeBatchViewFactory factory, AgentInstanceViewFactoryChainContext agentInstanceContext, ViewUpdatedCollection viewUpdatedCollection, TimePeriodProvide timePeriodProvide) -
Uses of ViewUpdatedCollection in com.espertech.esper.common.internal.view.timelengthbatch
Constructors in com.espertech.esper.common.internal.view.timelengthbatch with parameters of type ViewUpdatedCollectionModifierConstructorDescriptionTimeLengthBatchView
(TimeLengthBatchViewFactory factory, int size, AgentInstanceViewFactoryChainContext agentInstanceContext, ViewUpdatedCollection viewUpdatedCollection, TimePeriodProvide timePeriodProvide) -
Uses of ViewUpdatedCollection in com.espertech.esper.common.internal.view.timewin
Methods in com.espertech.esper.common.internal.view.timewin that return ViewUpdatedCollectionModifier and TypeMethodDescriptionTimeWindowView.getViewUpdatedCollection()
Returns the (optional) collection handling random access to window contents for prior or previous events.Constructors in com.espertech.esper.common.internal.view.timewin with parameters of type ViewUpdatedCollectionModifierConstructorDescriptionTimeWindowView
(AgentInstanceViewFactoryChainContext agentInstanceContext, TimeWindowViewFactory timeWindowViewFactory, ViewUpdatedCollection viewUpdatedCollection, TimePeriodProvide timePeriodProvide)