Uses of Interface
com.espertech.esper.view.DataWindowViewFactory

Packages that use DataWindowViewFactory
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.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.view.ext
 

Classes in com.espertech.esper.view.ext that implement DataWindowViewFactory
 class SortWindowViewFactory
          Factory for sort window views.
 class TimeOrderViewFactory
          Factory for views for time-ordering events.
 

Uses of DataWindowViewFactory in com.espertech.esper.view.std
 

Classes in com.espertech.esper.view.std that implement DataWindowViewFactory
 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 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.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com