Package | Description |
---|---|
com.espertech.esper.core.start |
Classes related to start and stop of statements
|
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.window |
Window views are in this package
|
Modifier and Type | Method and Description |
---|---|
static DataWindowViewWithPrevious |
EPStatementStartMethodHelperPrevious.findPreviousViewFactory(List<ViewFactory> factories) |
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 |
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 |
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 . |