Uses of Interface
com.espertech.esper.common.internal.view.core.View
Packages that use View
Package
Description
Match-recognize core.
-
Uses of View in com.espertech.esper.common.internal.context.aifactory.createvariable
Classes in com.espertech.esper.common.internal.context.aifactory.createvariable that implement View -
Uses of View in com.espertech.esper.common.internal.context.aifactory.ontrigger.core
Methods in com.espertech.esper.common.internal.context.aifactory.ontrigger.core that return ViewModifier and TypeMethodDescriptionabstract View
StatementAgentInstanceFactoryOnTriggerBase.determineFinalOutputView
(AgentInstanceContext agentInstanceContext, View onExprView) Methods in com.espertech.esper.common.internal.context.aifactory.ontrigger.core with parameters of type ViewModifier and TypeMethodDescriptionabstract View
StatementAgentInstanceFactoryOnTriggerBase.determineFinalOutputView
(AgentInstanceContext agentInstanceContext, View onExprView) -
Uses of View in com.espertech.esper.common.internal.context.aifactory.ontrigger.onset
Classes in com.espertech.esper.common.internal.context.aifactory.ontrigger.onset that implement ViewModifier and TypeClassDescriptionclass
A view that handles the setting of variables upon receipt of a triggering event.Methods in com.espertech.esper.common.internal.context.aifactory.ontrigger.onset that return ViewModifier and TypeMethodDescriptionStatementAgentInstanceFactoryOnTriggerSet.determineFinalOutputView
(AgentInstanceContext agentInstanceContext, View onExprView) Methods in com.espertech.esper.common.internal.context.aifactory.ontrigger.onset with parameters of type ViewModifier and TypeMethodDescriptionStatementAgentInstanceFactoryOnTriggerSet.determineFinalOutputView
(AgentInstanceContext agentInstanceContext, View onExprView) -
Uses of View in com.espertech.esper.common.internal.context.aifactory.ontrigger.onsplit
Classes in com.espertech.esper.common.internal.context.aifactory.ontrigger.onsplit that implement ViewMethods in com.espertech.esper.common.internal.context.aifactory.ontrigger.onsplit that return ViewModifier and TypeMethodDescriptionStatementAgentInstanceFactoryOnTriggerSplitStream.determineFinalOutputView
(AgentInstanceContext agentInstanceContext, View onExprView) Methods in com.espertech.esper.common.internal.context.aifactory.ontrigger.onsplit with parameters of type ViewModifier and TypeMethodDescriptionStatementAgentInstanceFactoryOnTriggerSplitStream.determineFinalOutputView
(AgentInstanceContext agentInstanceContext, View onExprView) -
Uses of View in com.espertech.esper.common.internal.context.aifactory.ontrigger.ontrigger
Methods in com.espertech.esper.common.internal.context.aifactory.ontrigger.ontrigger that return ViewModifier and TypeMethodDescriptionStatementAgentInstanceFactoryOnTriggerInfraBase.determineFinalOutputView
(AgentInstanceContext agentInstanceContext, View onExprView) Methods in com.espertech.esper.common.internal.context.aifactory.ontrigger.ontrigger with parameters of type ViewModifier and TypeMethodDescriptionStatementAgentInstanceFactoryOnTriggerInfraBase.determineFinalOutputView
(AgentInstanceContext agentInstanceContext, View onExprView) -
Uses of View in com.espertech.esper.common.internal.context.util
Classes in com.espertech.esper.common.internal.context.util that implement ViewModifier and TypeClassDescriptionclass
class
class
View for use with pre-processing statement such as "update istream" for indicating previous and current event. -
Uses of View in com.espertech.esper.common.internal.epl.historical.common
Fields in com.espertech.esper.common.internal.epl.historical.common declared as ViewMethods in com.espertech.esper.common.internal.epl.historical.common that return ViewMethods in com.espertech.esper.common.internal.epl.historical.common with parameters of type View -
Uses of View in com.espertech.esper.common.internal.epl.namedwindow.consume
Classes in com.espertech.esper.common.internal.epl.namedwindow.consume that implement ViewModifier and TypeClassDescriptionclass
Represents a consumer of a named window that selects from a named window via a from-clause. -
Uses of View in com.espertech.esper.common.internal.epl.namedwindow.core
Classes in com.espertech.esper.common.internal.epl.namedwindow.core that implement ViewModifier and TypeClassDescriptionclass
class
The root window in a named window plays multiple roles: It holds the indexes for deleting rows, if any on-delete statement requires such indexes.class
This view is hooked into a named window's view chain as the last view and handles dispatching of named window insert and remove stream results viaNamedWindowManagementService
to consuming statements. -
Uses of View in com.espertech.esper.common.internal.epl.ontrigger
Classes in com.espertech.esper.common.internal.epl.ontrigger that implement ViewModifier and TypeClassDescriptionclass
View for the on-delete statement that handles removing events from a named window.class
View for the on-delete statement that handles removing events from a named window.class
View for the on-delete statement that handles removing events from a named window.class
View for the on-select statement that handles selecting events from a named window.class
View for the on-delete statement that handles removing events from a named window.class
View for the on-delete statement that handles removing events from a named window.class
class
View for the on-delete statement that handles removing events from a named window.class
class
class
class
Methods in com.espertech.esper.common.internal.epl.ontrigger that return ViewConstructors in com.espertech.esper.common.internal.epl.ontrigger with parameters of type ViewModifierConstructorDescriptionInfraOnExprBaseViewResult
(View view, AggregationService optionalAggregationService) -
Uses of View in com.espertech.esper.common.internal.epl.output.condition
Classes in com.espertech.esper.common.internal.epl.output.condition that implement ViewModifier and TypeClassDescriptionclass
A view that prepares output events, batching incoming events and invoking the result set processor as necessary. -
Uses of View in com.espertech.esper.common.internal.epl.output.core
Classes in com.espertech.esper.common.internal.epl.output.core that implement ViewModifier and TypeClassDescriptionclass
class
class
A view that handles the "output snapshot" keyword in output rate stabilizing.class
class
class
Methods in com.espertech.esper.common.internal.epl.output.core that return ViewMethods in com.espertech.esper.common.internal.epl.output.core with parameters of type View -
Uses of View in com.espertech.esper.common.internal.epl.output.view
Classes in com.espertech.esper.common.internal.epl.output.view that implement ViewModifier and TypeClassDescriptionclass
class
A view that prepares output events, batching incoming events and invoking the result set processor as necessary.class
Handles output rate limiting for FIRST, only applicable with a having-clause and no group-by clause.class
Handles output rate limiting for FIRST, only applicable with a having-clause and no group-by clause.class
Handles output rate limiting for LAST and without order-by.class
A view that handles the "output snapshot" keyword in output rate stabilizing.class
Output process view that does not enforce any output policies and may simply hand over events to child views, does not handle distinct.class
Output process view that does not enforce any output policies and may simply hand over events to child views, but works with distinct and after-output policiesclass
Output process view that does not enforce any output policies and may simply hand over events to child views, but works with distinct and after-output policiesclass
-
Uses of View in com.espertech.esper.common.internal.epl.rowrecog.core
Classes in com.espertech.esper.common.internal.epl.rowrecog.core that implement ViewMethods in com.espertech.esper.common.internal.epl.rowrecog.core that return ViewModifier and TypeMethodDescriptionRowRecogNFAViewFactory.makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) -
Uses of View in com.espertech.esper.common.internal.epl.subselect
Classes in com.espertech.esper.common.internal.epl.subselect that implement ViewModifier and TypeClassDescriptionclass
View handling the insert and remove stream generated by a subselect for application to aggregation state.class
class
class
class
-
Uses of View in com.espertech.esper.common.internal.epl.table.core
Classes in com.espertech.esper.common.internal.epl.table.core that implement View -
Uses of View in com.espertech.esper.common.internal.epl.virtualdw
Classes in com.espertech.esper.common.internal.epl.virtualdw that implement ViewMethods in com.espertech.esper.common.internal.epl.virtualdw that return ViewModifier and TypeMethodDescriptionVirtualDWViewFactory.makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) -
Uses of View in com.espertech.esper.common.internal.statement.dispatch
Subinterfaces of View in com.espertech.esper.common.internal.statement.dispatchModifier and TypeInterfaceDescriptioninterface
Update dispatch view to indicate statement results to listeners. -
Uses of View in com.espertech.esper.common.internal.view.core
Subinterfaces of View in com.espertech.esper.common.internal.view.coreModifier and TypeInterfaceDescriptioninterface
Tag interface for data window views.interface
Tag interface for derived-value views.Classes in com.espertech.esper.common.internal.view.core that implement ViewModifier and TypeClassDescriptionfinal class
View to handle pattern discarding for a single stream (no join).final class
View to dispatch for a single stream (no join).class
class
class
class
Fields in com.espertech.esper.common.internal.view.core declared as ViewMethods in com.espertech.esper.common.internal.view.core that return ViewModifier and TypeMethodDescriptionViewable.getChild()
ViewNoop.getChild()
ViewNullEvent.getChild()
ViewSupport.getChild()
ZeroDepthStreamIterable.getChild()
ZeroDepthStreamNoIterate.getChild()
View[]
RelatedView.getRelatedViews()
ViewFactory.makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) Methods in com.espertech.esper.common.internal.view.core with parameters of type ViewModifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
ViewDataVisitorContained.visitContained
(Object containedKey, View containedView) -
Uses of View in com.espertech.esper.common.internal.view.derived
Classes in com.espertech.esper.common.internal.view.derived that implement ViewModifier and TypeClassDescriptionclass
View for computing statistics that require 2 input variable arrays containing X and Y datapoints.class
A view that calculates correlation on two fields.class
A view that calculates regression on two fields.class
This view is a very simple view presenting the number of elements in a stream or view.class
View for computing statistics, which the view exposes via fields representing the sum, count, standard deviation for sample and for population and variance.class
View for computing a weighted average.Methods in com.espertech.esper.common.internal.view.derived that return ViewModifier and TypeMethodDescriptionCorrelationViewFactory.makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) RegressionLinestViewFactory.makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) SizeViewFactory.makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) UnivariateStatisticsViewFactory.makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) WeightedAverageViewFactory.makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) -
Uses of View in com.espertech.esper.common.internal.view.expression
Classes in com.espertech.esper.common.internal.view.expression that implement ViewModifier and TypeClassDescriptionclass
This view is a moving window extending the into the past until the expression passed to it returns false.class
This view is a moving window extending the into the past until the expression passed to it returns false.class
This view is a moving window extending the into the past until the expression passed to it returns false.Methods in com.espertech.esper.common.internal.view.expression that return ViewModifier and TypeMethodDescriptionExpressionBatchViewFactory.makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) ExpressionWindowViewFactory.makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) -
Uses of View in com.espertech.esper.common.internal.view.exttimedbatch
Classes in com.espertech.esper.common.internal.view.exttimedbatch that implement ViewModifier and TypeClassDescriptionclass
Batch window based on timestamp of arriving events.Methods in com.espertech.esper.common.internal.view.exttimedbatch that return ViewModifier and TypeMethodDescriptionExternallyTimedBatchViewFactory.makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) -
Uses of View in com.espertech.esper.common.internal.view.exttimedwin
Classes in com.espertech.esper.common.internal.view.exttimedwin that implement ViewModifier and TypeClassDescriptionclass
View for a moving window extending the specified amount of time into the past, driven entirely by external timing supplied within long-type timestamp values in a field of the event beans that the view receives.Methods in com.espertech.esper.common.internal.view.exttimedwin that return ViewModifier and TypeMethodDescriptionExternallyTimedWindowViewFactory.makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) -
Uses of View in com.espertech.esper.common.internal.view.filter
Classes in com.espertech.esper.common.internal.view.filter that implement ViewModifier and TypeClassDescriptionclass
Simple filter view filtering events using a filter expression tree. -
Uses of View in com.espertech.esper.common.internal.view.firstevent
Classes in com.espertech.esper.common.internal.view.firstevent that implement ViewMethods in com.espertech.esper.common.internal.view.firstevent that return ViewModifier and TypeMethodDescriptionFirstEventViewFactory.makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) -
Uses of View in com.espertech.esper.common.internal.view.firstlength
Classes in com.espertech.esper.common.internal.view.firstlength that implement ViewModifier and TypeClassDescriptionclass
A length-first view takes the first N arriving events.Methods in com.espertech.esper.common.internal.view.firstlength that return ViewModifier and TypeMethodDescriptionFirstLengthWindowViewFactory.makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) -
Uses of View in com.espertech.esper.common.internal.view.firsttime
Classes in com.espertech.esper.common.internal.view.firsttime that implement ViewMethods in com.espertech.esper.common.internal.view.firsttime that return ViewModifier and TypeMethodDescriptionFirstTimeViewFactory.makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) -
Uses of View in com.espertech.esper.common.internal.view.firstunique
Classes in com.espertech.esper.common.internal.view.firstunique that implement ViewModifier and TypeClassDescriptionclass
This view retains the first event for each multi-key of distinct property values.Methods in com.espertech.esper.common.internal.view.firstunique that return ViewModifier and TypeMethodDescriptionFirstUniqueByPropertyViewFactory.makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) -
Uses of View in com.espertech.esper.common.internal.view.groupwin
Subinterfaces of View in com.espertech.esper.common.internal.view.groupwinClasses in com.espertech.esper.common.internal.view.groupwin that implement ViewModifier and TypeClassDescriptionfinal class
This view simply adds a property to the events posted to it.class
The group view splits the data in a stream to multiple subviews, based on a key index.class
class
Fields in com.espertech.esper.common.internal.view.groupwin with type parameters of type ViewMethods in com.espertech.esper.common.internal.view.groupwin that return ViewModifier and TypeMethodDescriptionGroupByViewAgedEntry.getSubview()
protected static View
GroupByViewUtil.makeSubView
(GroupByView view, Object groupKey) GroupByViewFactory.makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) Methods in com.espertech.esper.common.internal.view.groupwin with parameters of type ViewModifier and TypeMethodDescriptionvoid
MergeView.addParentView
(View parentView) void
MergeView.removeParentView
(View parentView) static void
GroupByViewUtil.removeSubview
(View view, AgentInstanceStopServices services) static void
GroupByViewImpl.visitView
(ViewDataVisitorContained viewDataVisitor, Object groupkey, View view) Constructors in com.espertech.esper.common.internal.view.groupwin with parameters of type View -
Uses of View in com.espertech.esper.common.internal.view.intersect
Classes in com.espertech.esper.common.internal.view.intersect that implement ViewModifier and TypeClassDescriptionclass
A view that represents an intersection of multiple data windows.class
A view that represents an intersection of multiple data windows.class
A view that represents an intersection of multiple data windows.final class
A view that retains the last update.Fields in com.espertech.esper.common.internal.view.intersect declared as ViewModifier and TypeFieldDescriptionprotected final View[]
IntersectAsymetricView.views
protected final View[]
IntersectBatchView.views
protected final View[]
IntersectDefaultView.views
Methods in com.espertech.esper.common.internal.view.intersect that return ViewModifier and TypeMethodDescriptionView[]
IntersectAsymetricView.getRelatedViews()
View[]
IntersectBatchView.getRelatedViews()
View[]
IntersectDefaultView.getRelatedViews()
View[]
IntersectAsymetricView.getViewContained()
View[]
IntersectBatchView.getViewContained()
View[]
IntersectDefaultView.getViewContained()
IntersectViewFactory.makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) Methods in com.espertech.esper.common.internal.view.intersect with parameters of type ViewModifier and TypeMethodDescriptionstatic void
IntersectDefaultView.visitViewContained
(ViewDataVisitorContained viewDataVisitor, ViewFactory viewFactory, View[] views) Constructor parameters in com.espertech.esper.common.internal.view.intersect with type arguments of type ViewModifierConstructorDescriptionIntersectAsymetricView
(AgentInstanceViewFactoryChainContext agentInstanceContext, IntersectViewFactory factory, List<View> viewList) IntersectBatchView
(AgentInstanceViewFactoryChainContext agentInstanceContext, IntersectViewFactory factory, List<View> viewList) IntersectDefaultView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext, IntersectViewFactory factory, List<View> viewList) -
Uses of View in com.espertech.esper.common.internal.view.keepall
Classes in com.espertech.esper.common.internal.view.keepall that implement ViewModifier and TypeClassDescriptionclass
This view is a keep-all data window that simply keeps all events added.Methods in com.espertech.esper.common.internal.view.keepall that return ViewModifier and TypeMethodDescriptionKeepAllViewFactory.makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) -
Uses of View in com.espertech.esper.common.internal.view.lastevent
Classes in com.espertech.esper.common.internal.view.lastevent that implement ViewModifier and TypeClassDescriptionclass
This view is a very simple view presenting the last event posted by the parent view to any subviews.Methods in com.espertech.esper.common.internal.view.lastevent that return ViewModifier and TypeMethodDescriptionLastEventViewFactory.makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) -
Uses of View in com.espertech.esper.common.internal.view.length
Classes in com.espertech.esper.common.internal.view.length that implement ViewModifier and TypeClassDescriptionclass
This view is a moving window extending the specified number of elements into the past.class
This view is a moving window extending the specified number of elements into the past, allowing in addition to remove events efficiently for remove-stream events received by the view.Methods in com.espertech.esper.common.internal.view.length that return ViewModifier and TypeMethodDescriptionLengthWindowViewFactory.makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) -
Uses of View in com.espertech.esper.common.internal.view.lengthbatch
Classes in com.espertech.esper.common.internal.view.lengthbatch that implement ViewModifier and TypeClassDescriptionclass
A data view that aggregates events in a stream and releases them in one batch when a maximum number of events has been collected.class
Same as theLengthBatchView
, this view also supports fast-remove from the batch for remove stream events.Methods in com.espertech.esper.common.internal.view.lengthbatch that return ViewModifier and TypeMethodDescriptionLengthBatchViewFactory.makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) -
Uses of View in com.espertech.esper.common.internal.view.prior
Classes in com.espertech.esper.common.internal.view.prior that implement ViewModifier and TypeClassDescriptionclass
View that provides access to prior events posted by the parent view for use by 'prior' expression nodes.Methods in com.espertech.esper.common.internal.view.prior that return ViewModifier and TypeMethodDescriptionPriorEventViewFactory.makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) -
Uses of View in com.espertech.esper.common.internal.view.rank
Classes in com.espertech.esper.common.internal.view.rank that implement ViewModifier and TypeClassDescriptionclass
Window sorting by values in the specified field extending a specified number of elements from the lowest value up or the highest value down and retaining only the last unique value per key.Methods in com.espertech.esper.common.internal.view.rank that return ViewModifier and TypeMethodDescriptionRankWindowViewFactory.makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) -
Uses of View in com.espertech.esper.common.internal.view.sort
Classes in com.espertech.esper.common.internal.view.sort that implement ViewModifier and TypeClassDescriptionclass
Window sorting by values in the specified field extending a specified number of elements from the lowest value up or the highest value down.Methods in com.espertech.esper.common.internal.view.sort that return ViewModifier and TypeMethodDescriptionSortWindowViewFactory.makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) -
Uses of View in com.espertech.esper.common.internal.view.time_accum
Classes in com.espertech.esper.common.internal.view.time_accum that implement ViewModifier and TypeClassDescriptionclass
A data window view that holds events in a stream and only removes events from a stream (rstream) if no more events arrive for a given time interval.class
A data window view that holds events in a stream and only removes events from a stream (rstream) if no more events arrive for a given time interval, also handling the remove stream by keeping set-like semantics.Methods in com.espertech.esper.common.internal.view.time_accum that return ViewModifier and TypeMethodDescriptionTimeAccumViewFactory.makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) -
Uses of View in com.espertech.esper.common.internal.view.timebatch
Classes in com.espertech.esper.common.internal.view.timebatch that implement ViewModifier and TypeClassDescriptionclass
A data view that aggregates events in a stream and releases them in one batch at every specified time interval.class
Same as theTimeBatchView
, this view also supports fast-remove from the batch for remove stream events.Methods in com.espertech.esper.common.internal.view.timebatch that return ViewModifier and TypeMethodDescriptionTimeBatchViewFactory.makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) -
Uses of View in com.espertech.esper.common.internal.view.timelengthbatch
Classes in com.espertech.esper.common.internal.view.timelengthbatch that implement ViewModifier and TypeClassDescriptionclass
A data view that aggregates events in a stream and releases them in one batch if either one of these conditions is reached, whichever comes first: One, a time interval passes.Methods in com.espertech.esper.common.internal.view.timelengthbatch that return ViewModifier and TypeMethodDescriptionTimeLengthBatchViewFactory.makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) -
Uses of View in com.espertech.esper.common.internal.view.timetolive
Classes in com.espertech.esper.common.internal.view.timetolive that implement ViewModifier and TypeClassDescriptionclass
Window retaining timestamped events up to a given number of seconds such that older events that arrive later are sorted into the window and released in timestamp order.Methods in com.espertech.esper.common.internal.view.timetolive that return ViewModifier and TypeMethodDescriptionTimeOrderViewFactory.makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) -
Uses of View in com.espertech.esper.common.internal.view.timewin
Classes in com.espertech.esper.common.internal.view.timewin that implement ViewModifier and TypeClassDescriptionclass
This view is a moving timeWindow extending the specified amount of milliseconds into the past.Methods in com.espertech.esper.common.internal.view.timewin that return ViewModifier and TypeMethodDescriptionTimeWindowViewFactory.makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) -
Uses of View in com.espertech.esper.common.internal.view.union
Classes in com.espertech.esper.common.internal.view.union that implement ViewModifier and TypeClassDescriptionclass
A view that represents a union of multiple data windows wherein at least one is asymetric: it does not present a insert stream for each insert stream event received.class
A view that represents a union of multiple data windows.Fields in com.espertech.esper.common.internal.view.union declared as ViewModifier and TypeFieldDescriptionprotected final View[]
UnionAsymetricView.views
protected final View[]
UnionView.views
Methods in com.espertech.esper.common.internal.view.union that return ViewModifier and TypeMethodDescriptionView[]
UnionAsymetricView.getRelatedViews()
View[]
UnionView.getRelatedViews()
View[]
UnionView.getViewContained()
UnionViewFactory.makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) Constructor parameters in com.espertech.esper.common.internal.view.union with type arguments of type ViewModifierConstructorDescriptionUnionAsymetricView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext, UnionViewFactory factory, List<View> viewList) UnionView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext, UnionViewFactory factory, List<View> viewList) -
Uses of View in com.espertech.esper.common.internal.view.unique
Classes in com.espertech.esper.common.internal.view.unique that implement ViewModifier and TypeClassDescriptionclass
This view includes only the most recent among events having the same value for the specified field or fields.Methods in com.espertech.esper.common.internal.view.unique that return ViewModifier and TypeMethodDescriptionUniqueByPropertyViewFactory.makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) -
Uses of View in com.espertech.esper.common.internal.view.util
Classes in com.espertech.esper.common.internal.view.util that implement ViewModifier and TypeClassDescriptionfinal class
A view that acts as an adapter between views and update listeners.