Uses of Package
com.espertech.esper.view.window

Packages that use com.espertech.esper.view.window
com.espertech.esper.epl.expression.prev 'Previous'-group expressions. 
com.espertech.esper.epl.expression.prior 'Prior'-group expressions. 
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.window Window views are in this package 
 

Classes in com.espertech.esper.view.window used by com.espertech.esper.epl.expression.prev
RandomAccessByIndexGetter
          Getter that provides an index at runtime.
RelativeAccessByEventNIndexMap
          Provides random-access into window contents by event and index as a combination.
 

Classes in com.espertech.esper.view.window used by com.espertech.esper.epl.expression.prior
RandomAccessByIndex
          Random access interface to insert stream and remove stream data based on an index.
RelativeAccessByEventNIndex
          Provides access to prior events given an event from which to count back, and an index to look at.
 

Classes in com.espertech.esper.view.window used by com.espertech.esper.view
IStreamRandomAccess
          For use with length and time window views that must provide random access into data window contents provided for the "previous" expression if used.
IStreamRelativeAccess
          Provides relative access to insert stream events for certain window.
 

Classes in com.espertech.esper.view.window used by com.espertech.esper.view.ext
RandomAccessByIndex
          Random access interface to insert stream and remove stream data based on an index.
RandomAccessByIndexObserver
          For indicating that the collection has been updated.
 

Classes in com.espertech.esper.view.window used by com.espertech.esper.view.internal
RandomAccessByIndex
          Random access interface to insert stream and remove stream data based on an index.
RelativeAccessByEventNIndex
          Provides access to prior events given an event from which to count back, and an index to look at.
 

Classes in com.espertech.esper.view.window used by com.espertech.esper.view.window
ExpressionBatchViewFactory
          Factory for ExpressionBatchView.
ExpressionViewBase
          This view is a moving window extending the into the past until the expression passed to it returns false.
ExpressionViewFactoryBase
          Base factory for expression-based window and batch view.
ExpressionViewOAFieldEnum
           
ExpressionWindowTimestampEventPair
           
ExpressionWindowViewFactory
          Factory for ExpressionWindowView.
ExternallyTimedBatchViewFactory
          Factory for ExternallyTimedBatchView.
ExternallyTimedWindowViewFactory
          Factory for ExternallyTimedWindowView.
FirstLengthWindowViewFactory
          Factory for FirstLengthWindowView.
FirstTimeViewFactory
          Factory for FirstTimeView.
IStreamRelativeAccess
          Provides relative access to insert stream events for certain window.
IStreamRelativeAccess.IStreamRelativeAccessUpdateObserver
          For indicating that the collection has been updated.
KeepAllViewFactory
          Factory for KeepAllView.
LengthBatchViewFactory
          Factory for TimeBatchView.
LengthWindowViewFactory
          Factory for LengthWindowView.
RandomAccessByIndex
          Random access interface to insert stream and remove stream data based on an index.
RandomAccessByIndexObserver
          For indicating that the collection has been updated.
RelativeAccessByEventNIndex
          Provides access to prior events given an event from which to count back, and an index to look at.
TimeAccumViewFactory
          Factory for TimeAccumView.
TimeBatchViewFactory
          Factory for TimeBatchView.
TimeBatchViewFactoryParams
          Parameters for batch views that provides common data flow parameter parsing.
TimeLengthBatchViewFactory
          Factory for TimeLengthBatchView.
TimeWindowViewFactory
          Factory for TimeWindowView.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com