|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoppableView | |
---|---|
com.espertech.esper.view.ext | Extension views that providing services such as sorting, which don't fit much into other categories. |
com.espertech.esper.view.internal | Internal management views for buffering view results and providing these to joins. |
com.espertech.esper.view.std | Base service views that perform typical SQL-like functions such as unique, grouping, size, last etc. |
com.espertech.esper.view.window | Window views are in this package |
Uses of StoppableView in com.espertech.esper.view.ext |
---|
Classes in com.espertech.esper.view.ext that implement StoppableView | |
---|---|
class |
TimeOrderView
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 StoppableView in com.espertech.esper.view.internal |
---|
Classes in com.espertech.esper.view.internal that implement StoppableView | |
---|---|
class |
IntersectAsymetricView
A view that represents an intersection of multiple data windows. |
class |
IntersectBatchView
A view that represents an intersection of multiple data windows. |
class |
IntersectView
A view that represents an intersection of multiple data windows. |
class |
UnionAsymetricView
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 |
UnionView
A view that represents a union of multiple data windows. |
Uses of StoppableView in com.espertech.esper.view.std |
---|
Classes in com.espertech.esper.view.std that implement StoppableView | |
---|---|
class |
AddPropertyValueView
This view simply adds a property to the events posted to it. |
Uses of StoppableView in com.espertech.esper.view.window |
---|
Classes in com.espertech.esper.view.window that implement StoppableView | |
---|---|
class |
ExpressionBatchView
This view is a moving window extending the into the past until the expression passed to it returns false. |
class |
ExpressionViewBase
This view is a moving window extending the into the past until the expression passed to it returns false. |
class |
ExpressionWindowView
This view is a moving window extending the into the past until the expression passed to it returns false. |
class |
FirstTimeView
|
class |
TimeAccumView
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 |
TimeAccumViewRStream
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. |
class |
TimeBatchView
A data view that aggregates events in a stream and releases them in one batch at every specified time interval. |
class |
TimeBatchViewRStream
Same as the TimeBatchView , this view also supports fast-remove from the batch for remove stream events. |
class |
TimeLengthBatchView
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. |
class |
TimeWindowView
This view is a moving timeWindow extending the specified amount of milliseconds into the past. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |