Uses of Package
net.esper.view

Packages that use net.esper.view
net.esper.core Implementation of client package interfaces, glue code 
net.esper.eql.expression EQL expression nodes, aggregation, result set processing 
net.esper.eql.parse Parsers and AST tree walkers and helper classes transforming AST into business objects 
net.esper.eql.view Internal processing views for output rate limiting, filtering and internal event routing 
net.esper.view View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. 
net.esper.view.ext Extension views that providing services such as sorting, which don't fit much into other categories. 
net.esper.view.internal Internal management views for buffering view results and providing these to joins. 
net.esper.view.stat Views computing statistical values. 
net.esper.view.std Base service views that perform typical SQL-like functions such as unique, grouping, size, last etc. 
net.esper.view.stream View to event stream relationship service 
net.esper.view.window Window views are in this package 
 

Classes in net.esper.view used by net.esper.core
EventCollection
          Interface that marks an event collection.
View
          The View interface provides a way for a stream, data provider, or another view, to notify an object of additions and deletions to its data set.
Viewable
          The Viewable interface marks an object as supporting zero, one or more View instances.
ViewProcessingException
          This exception is thrown to indicate a problem with a view expression.
ViewService
          Service interface for creating views.
ViewSupport
          A helper class for View implementations that provides generic implementation for some of the methods.
 

Classes in net.esper.view used by net.esper.eql.expression
ViewSpec
          Encapsulates the information required to specify a object construction.
 

Classes in net.esper.view used by net.esper.eql.parse
ViewSpec
          Encapsulates the information required to specify a object construction.
 

Classes in net.esper.view used by net.esper.eql.view
EventCollection
          Interface that marks an event collection.
View
          The View interface provides a way for a stream, data provider, or another view, to notify an object of additions and deletions to its data set.
Viewable
          The Viewable interface marks an object as supporting zero, one or more View instances.
ViewServiceContext
          Contains handles to the implementation of the the scheduling service for use in view evaluation.
ViewSupport
          A helper class for View implementations that provides generic implementation for some of the methods.
 

Classes in net.esper.view used by net.esper.view
EventCollection
          Interface that marks an event collection.
EventStream
          Streams are the basic I/O mechanism for the EventStream system.
OrderedEventCollection
          Interface that marks a an ordered event collection.
StreamView
          The StreamView interface allows a view to interact with a EventStream to share data.
View
          The View interface provides a way for a stream, data provider, or another view, to notify an object of additions and deletions to its data set.
Viewable
          The Viewable interface marks an object as supporting zero, one or more View instances.
ViewEnum
          Enum for all build-in views.
ViewFieldEnum
          Enumerates the valid values for each view's public fields.
ViewProcessingException
          This exception is thrown to indicate a problem with a view expression.
ViewService
          Service interface for creating views.
ViewServiceContext
          Contains handles to the implementation of the the scheduling service for use in view evaluation.
ViewSpec
          Encapsulates the information required to specify a object construction.
 

Classes in net.esper.view used by net.esper.view.ext
EventCollection
          Interface that marks an event collection.
View
          The View interface provides a way for a stream, data provider, or another view, to notify an object of additions and deletions to its data set.
Viewable
          The Viewable interface marks an object as supporting zero, one or more View instances.
ViewSupport
          A helper class for View implementations that provides generic implementation for some of the methods.
 

Classes in net.esper.view used by net.esper.view.internal
EventCollection
          Interface that marks an event collection.
View
          The View interface provides a way for a stream, data provider, or another view, to notify an object of additions and deletions to its data set.
Viewable
          The Viewable interface marks an object as supporting zero, one or more View instances.
ViewSupport
          A helper class for View implementations that provides generic implementation for some of the methods.
 

Classes in net.esper.view used by net.esper.view.stat
ContextAwareView
          Views use this interface to indicate that the view requires services out of the context, such as the scheduling service.
EventCollection
          Interface that marks an event collection.
View
          The View interface provides a way for a stream, data provider, or another view, to notify an object of additions and deletions to its data set.
Viewable
          The Viewable interface marks an object as supporting zero, one or more View instances.
ViewServiceContext
          Contains handles to the implementation of the the scheduling service for use in view evaluation.
ViewSupport
          A helper class for View implementations that provides generic implementation for some of the methods.
 

Classes in net.esper.view used by net.esper.view.std
ContextAwareView
          Views use this interface to indicate that the view requires services out of the context, such as the scheduling service.
EventCollection
          Interface that marks an event collection.
ParentAwareView
          Interface for use by views to indicate that the view must couple to parent views.
View
          The View interface provides a way for a stream, data provider, or another view, to notify an object of additions and deletions to its data set.
Viewable
          The Viewable interface marks an object as supporting zero, one or more View instances.
ViewServiceContext
          Contains handles to the implementation of the the scheduling service for use in view evaluation.
ViewSupport
          A helper class for View implementations that provides generic implementation for some of the methods.
 

Classes in net.esper.view used by net.esper.view.stream
EventStream
          Streams are the basic I/O mechanism for the EventStream system.
 

Classes in net.esper.view used by net.esper.view.window
ContextAwareView
          Views use this interface to indicate that the view requires services out of the context, such as the scheduling service.
EventCollection
          Interface that marks an event collection.
View
          The View interface provides a way for a stream, data provider, or another view, to notify an object of additions and deletions to its data set.
Viewable
          The Viewable interface marks an object as supporting zero, one or more View instances.
ViewServiceContext
          Contains handles to the implementation of the the scheduling service for use in view evaluation.
ViewSupport
          A helper class for View implementations that provides generic implementation for some of the methods.