Uses of Interface
com.espertech.esper.common.internal.view.core.DataWindowView
Packages that use DataWindowView
Package
Description
-
Uses of DataWindowView in com.espertech.esper.common.internal.view.expression
Classes in com.espertech.esper.common.internal.view.expression that implement DataWindowViewModifier 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. -
Uses of DataWindowView in com.espertech.esper.common.internal.view.exttimedbatch
Classes in com.espertech.esper.common.internal.view.exttimedbatch that implement DataWindowViewModifier and TypeClassDescriptionclass
Batch window based on timestamp of arriving events. -
Uses of DataWindowView in com.espertech.esper.common.internal.view.exttimedwin
Classes in com.espertech.esper.common.internal.view.exttimedwin that implement DataWindowViewModifier 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. -
Uses of DataWindowView in com.espertech.esper.common.internal.view.firstevent
Classes in com.espertech.esper.common.internal.view.firstevent that implement DataWindowView -
Uses of DataWindowView in com.espertech.esper.common.internal.view.firstlength
Classes in com.espertech.esper.common.internal.view.firstlength that implement DataWindowViewModifier and TypeClassDescriptionclass
A length-first view takes the first N arriving events. -
Uses of DataWindowView in com.espertech.esper.common.internal.view.firsttime
Classes in com.espertech.esper.common.internal.view.firsttime that implement DataWindowView -
Uses of DataWindowView in com.espertech.esper.common.internal.view.firstunique
Classes in com.espertech.esper.common.internal.view.firstunique that implement DataWindowViewModifier and TypeClassDescriptionclass
This view retains the first event for each multi-key of distinct property values. -
Uses of DataWindowView in com.espertech.esper.common.internal.view.intersect
Classes in com.espertech.esper.common.internal.view.intersect that implement DataWindowViewModifier 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. -
Uses of DataWindowView in com.espertech.esper.common.internal.view.keepall
Classes in com.espertech.esper.common.internal.view.keepall that implement DataWindowViewModifier and TypeClassDescriptionclass
This view is a keep-all data window that simply keeps all events added. -
Uses of DataWindowView in com.espertech.esper.common.internal.view.lastevent
Classes in com.espertech.esper.common.internal.view.lastevent that implement DataWindowViewModifier and TypeClassDescriptionclass
This view is a very simple view presenting the last event posted by the parent view to any subviews. -
Uses of DataWindowView in com.espertech.esper.common.internal.view.length
Classes in com.espertech.esper.common.internal.view.length that implement DataWindowViewModifier 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. -
Uses of DataWindowView in com.espertech.esper.common.internal.view.lengthbatch
Classes in com.espertech.esper.common.internal.view.lengthbatch that implement DataWindowViewModifier 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. -
Uses of DataWindowView in com.espertech.esper.common.internal.view.rank
Classes in com.espertech.esper.common.internal.view.rank that implement DataWindowViewModifier 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. -
Uses of DataWindowView in com.espertech.esper.common.internal.view.sort
Classes in com.espertech.esper.common.internal.view.sort that implement DataWindowViewModifier 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. -
Uses of DataWindowView in com.espertech.esper.common.internal.view.time_accum
Classes in com.espertech.esper.common.internal.view.time_accum that implement DataWindowViewModifier 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. -
Uses of DataWindowView in com.espertech.esper.common.internal.view.timebatch
Classes in com.espertech.esper.common.internal.view.timebatch that implement DataWindowViewModifier 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. -
Uses of DataWindowView in com.espertech.esper.common.internal.view.timelengthbatch
Classes in com.espertech.esper.common.internal.view.timelengthbatch that implement DataWindowViewModifier 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. -
Uses of DataWindowView in com.espertech.esper.common.internal.view.timetolive
Classes in com.espertech.esper.common.internal.view.timetolive that implement DataWindowViewModifier 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. -
Uses of DataWindowView in com.espertech.esper.common.internal.view.timewin
Classes in com.espertech.esper.common.internal.view.timewin that implement DataWindowViewModifier and TypeClassDescriptionclass
This view is a moving timeWindow extending the specified amount of milliseconds into the past. -
Uses of DataWindowView in com.espertech.esper.common.internal.view.union
Classes in com.espertech.esper.common.internal.view.union that implement DataWindowViewModifier 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. -
Uses of DataWindowView in com.espertech.esper.common.internal.view.unique
Classes in com.espertech.esper.common.internal.view.unique that implement DataWindowViewModifier and TypeClassDescriptionclass
This view includes only the most recent among events having the same value for the specified field or fields.