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

Packages that use ViewDataVisitableContainer
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. 
 

Uses of ViewDataVisitableContainer in com.espertech.esper.view.internal
 

Classes in com.espertech.esper.view.internal that implement ViewDataVisitableContainer
 class IntersectAsymetricView
          A view that represents an intersection of multiple data windows.
 class IntersectBatchView
          A view that represents an intersection of multiple data windows.
 class IntersectView
          A view that represents an intersection of multiple data windows.
 class UnionAsymetricView
          A view that represents a union of multiple data windows wherein at least one is asymetric: it does not present a insert stream for each insert stream event received.
 class UnionView
          A view that represents a union of multiple data windows.
 

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

Subinterfaces of ViewDataVisitableContainer in com.espertech.esper.view.std
 interface GroupByView
           
 

Classes in com.espertech.esper.view.std that implement ViewDataVisitableContainer
 class GroupByViewImpl
          The group view splits the data in a stream to multiple subviews, based on a key index.
 class GroupByViewReclaimAged
           
 


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