|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use net.esper.view | |
---|---|
net.esper.core | Implementation of client package interfaces, glue code |
net.esper.eql.core | Contains EQL statement specification classes define the constructs that make up an EQL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. |
net.esper.eql.db | Database SQL polling views and caches |
net.esper.eql.join | Join process interfaces and glue code |
net.esper.eql.parse | Parsers and AST tree walkers and helper classes transforming AST into business objects |
net.esper.eql.spec | Contains EQL statement specification classes define the constructs that make up an EQL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. |
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.core | |
---|---|
ViewCapability
Interface for use by expression nodes to indicate view resource requirements allowing inspection and modification of view factories. |
|
ViewFactoryChain
Holder for the logical chain of view factories. |
Classes in net.esper.view used by net.esper.eql.db | |
---|---|
EventCollection
Interface that marks an event collection. |
|
HistoricalEventViewable
Interface for views that poll data based on information from other streams. |
|
ValidatedView
Interface for views that require validation against stream event types. |
|
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. |
Classes in net.esper.view used by net.esper.eql.join | |
---|---|
HistoricalEventViewable
Interface for views that poll data based on information from other streams. |
|
Viewable
The Viewable interface marks an object as supporting zero, one or more View instances. |
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.spec | |
---|---|
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
A streams is a conduct for incoming events. |
|
ValidatedView
Interface for views that require validation against stream event types. |
|
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. |
|
ViewAttachException
Thrown to indicate a validation error in staggered views. |
|
ViewCapability
Interface for use by expression nodes to indicate view resource requirements allowing inspection and modification of view factories. |
|
ViewEnum
Enum for all build-in views. |
|
ViewFactory
Factory interface for a factory responsible for creating a View instance and for determining
if an existing view meets requirements. |
|
ViewFactoryChain
Holder for the logical chain of view factories. |
|
ViewFieldEnum
Enumerates the valid values for each view's public fields. |
|
ViewParameterException
Thrown to indicate a validation error in view parameterization. |
|
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. |
|
ViewAttachException
Thrown to indicate a validation error in staggered views. |
|
ViewCapability
Interface for use by expression nodes to indicate view resource requirements allowing inspection and modification of view factories. |
|
ViewFactory
Factory interface for a factory responsible for creating a View instance and for determining
if an existing view meets requirements. |
|
ViewParameterException
Thrown to indicate a validation error in view parameterization. |
|
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.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. |
|
ViewAttachException
Thrown to indicate a validation error in staggered views. |
|
ViewCapability
Interface for use by expression nodes to indicate view resource requirements allowing inspection and modification of view factories. |
|
ViewFactory
Factory interface for a factory responsible for creating a View instance and for determining
if an existing view meets requirements. |
|
ViewParameterException
Thrown to indicate a validation error in view parameterization. |
|
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.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. |
|
ViewAttachException
Thrown to indicate a validation error in staggered views. |
|
ViewCapability
Interface for use by expression nodes to indicate view resource requirements allowing inspection and modification of view factories. |
|
ViewFactory
Factory interface for a factory responsible for creating a View instance and for determining
if an existing view meets requirements. |
|
ViewParameterException
Thrown to indicate a validation error in view parameterization. |
|
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. |
|
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. |
|
ViewAttachException
Thrown to indicate a validation error in staggered views. |
|
ViewCapability
Interface for use by expression nodes to indicate view resource requirements allowing inspection and modification of view factories. |
|
ViewFactory
Factory interface for a factory responsible for creating a View instance and for determining
if an existing view meets requirements. |
|
ViewParameterException
Thrown to indicate a validation error in view parameterization. |
|
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
A streams is a conduct for incoming events. |
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. |
|
ViewAttachException
Thrown to indicate a validation error in staggered views. |
|
ViewCapability
Interface for use by expression nodes to indicate view resource requirements allowing inspection and modification of view factories. |
|
ViewFactory
Factory interface for a factory responsible for creating a View instance and for determining
if an existing view meets requirements. |
|
ViewParameterException
Thrown to indicate a validation error in view parameterization. |
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |