Package | Description |
---|---|
com.espertech.esper.collection |
Internal collection classes
|
com.espertech.esper.epl.virtualdw |
Virtual data window.
|
com.espertech.esper.view |
View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering.
|
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
|
Modifier and Type | Method and Description |
---|---|
void |
TimeWindow.visitView(ViewDataVisitor viewDataVisitor,
DataWindowViewFactory viewFactory) |
Modifier and Type | Class and Description |
---|---|
class |
VirtualDWViewFactoryImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
AsymetricDataWindowViewFactory
Marker interface for use with view factories that create data window views
that are asymetric in posting insert and remove stream data:
Data windows that post only a partial insert and remove stream as output when compared to
the insert and remove stream received.
|
Modifier and Type | Class and Description |
---|---|
class |
RankWindowViewFactory
Factory for rank window views.
|
class |
SortWindowViewFactory
Factory for sort window views.
|
class |
TimeOrderViewFactory
Factory for views for time-ordering events.
|
class |
TimeToLiveViewFactory
Factory for views for time-ordering events.
|
Modifier and Type | Class and Description |
---|---|
class |
IntersectViewFactory
Factory for union-views.
|
class |
NoopViewFactory |
class |
UnionViewFactory
Factory for union-views.
|
Modifier and Type | Class and Description |
---|---|
class |
FirstElementViewFactory
Factory for
FirstElementView instances. |
class |
FirstUniqueByPropertyViewFactory
Factory for
FirstUniqueByPropertyView instances. |
class |
LastElementViewFactory
Factory for
LastElementView instances. |
class |
UniqueByPropertyViewFactory
Factory for
UniqueByPropertyView instances. |