|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataWindowViewFactory | |
---|---|
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 |
Uses of DataWindowViewFactory in com.espertech.esper.collection |
---|
Methods in com.espertech.esper.collection with parameters of type DataWindowViewFactory | |
---|---|
void |
TimeWindow.visitView(ViewDataVisitor viewDataVisitor,
DataWindowViewFactory viewFactory)
|
Uses of DataWindowViewFactory in com.espertech.esper.epl.virtualdw |
---|
Classes in com.espertech.esper.epl.virtualdw that implement DataWindowViewFactory | |
---|---|
class |
VirtualDWViewFactoryImpl
|
Uses of DataWindowViewFactory in com.espertech.esper.view |
---|
Subinterfaces of DataWindowViewFactory in com.espertech.esper.view | |
---|---|
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. |
Uses of DataWindowViewFactory in com.espertech.esper.view.ext |
---|
Classes in com.espertech.esper.view.ext that implement DataWindowViewFactory | |
---|---|
class |
RankWindowViewFactory
Factory for rank window views. |
class |
SortWindowViewFactory
Factory for sort window views. |
class |
TimeOrderViewFactory
Factory for views for time-ordering events. |
Uses of DataWindowViewFactory in com.espertech.esper.view.internal |
---|
Classes in com.espertech.esper.view.internal that implement DataWindowViewFactory | |
---|---|
class |
IntersectViewFactory
Factory for union-views. |
class |
UnionViewFactory
Factory for union-views. |
Uses of DataWindowViewFactory in com.espertech.esper.view.std |
---|
Classes in com.espertech.esper.view.std that implement DataWindowViewFactory | |
---|---|
class |
FirstElementViewFactory
Factory for FirstElementView instances. |
class |
FirstUniqueByPropertyViewFactory
Factory for FirstUniqueByPropertyView instances. |
class |
LastElementViewFactory
Factory for LastElementView instances. |
class |
UniqueByPropertyViewFactory
Factory for UniqueByPropertyView instances. |
Uses of DataWindowViewFactory in com.espertech.esper.view.window |
---|
Classes in com.espertech.esper.view.window that implement DataWindowViewFactory | |
---|---|
class |
ExpressionBatchViewFactory
Factory for ExpressionBatchView . |
class |
ExpressionViewFactoryBase
Base factory for expression-based window and batch view. |
class |
ExpressionWindowViewFactory
Factory for ExpressionWindowView . |
class |
ExternallyTimedBatchViewFactory
Factory for ExternallyTimedBatchView . |
class |
ExternallyTimedWindowViewFactory
Factory for ExternallyTimedWindowView . |
class |
FirstLengthWindowViewFactory
Factory for FirstLengthWindowView . |
class |
FirstTimeViewFactory
Factory for FirstTimeView . |
class |
KeepAllViewFactory
Factory for KeepAllView . |
class |
LengthBatchViewFactory
Factory for TimeBatchView . |
class |
LengthWindowViewFactory
Factory for LengthWindowView . |
class |
TimeAccumViewFactory
Factory for TimeAccumView . |
class |
TimeBatchViewFactory
Factory for TimeBatchView . |
class |
TimeLengthBatchViewFactory
Factory for TimeLengthBatchView . |
class |
TimeWindowViewFactory
Factory for TimeWindowView . |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |