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

Packages that use BatchingDataWindowView
com.espertech.esper.view.window Window views are in this package 
 

Uses of BatchingDataWindowView in com.espertech.esper.view.window
 

Classes in com.espertech.esper.view.window that implement BatchingDataWindowView
 class LengthBatchView
          A data view that aggregates events in a stream and releases them in one batch when a maximum number of events has been collected.
 class LengthBatchViewRStream
          Same as the LengthBatchView, this view also supports fast-remove from the batch for remove stream events.
 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.
 


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