Package com.espertech.esper.epl.named

Named window classes are in this package

See:
          Description

Interface Summary
NamedWindowConsumerCallback  
NamedWindowLifecycleObserver Observer named window events.
NamedWindowLookupStrategy A deletion strategy is for use with named window in on-delete statements and encapsulates the strategy for resolving one or more events arriving in the on-clause of an on-delete statement to one or more events to be deleted from the named window.
NamedWindowOnExprFactory View for the on-delete statement that handles removing events from a named window.
NamedWindowService Service to manage named window dispatches, locks and processors on an engine level.
 

Class Summary
FilteredEventIterator An iterator that filters events suppied by another iterator, using a list of one or more filter expressions as filter.
IndexedPropDesc Holds property information for joined properties in a lookup.
IndexKeyInfo  
IndexMultiKey  
NamedWindowConsumerDesc  
NamedWindowConsumerDispatchUnit Holds a unit of dispatch that is a result of a named window processing incoming or timer events.
NamedWindowConsumerView Represents a consumer of a named window that selects from a named window via a from-clause.
NamedWindowDeltaData A holder for events posted by a named window as an insert and remove stream.
NamedWindowIndexRepEntry  
NamedWindowIndexRepository A repository of index tables for use with a single named window and all it's deleting statements that may use the indexes to correlate triggering events with indexed events of the named window.
NamedWindowLifecycleEvent Event indicating named window lifecycle management.
NamedWindowLookupStrategyAllRows Deletes from a named window all events simply using the named window's data window iterator.
NamedWindowLookupStrategyIndexed Uses an index to determine event to be deleted or selected from a named window.
NamedWindowLookupStrategyIndexedUnfiltered Uses an index to determine event to be deleted or selected from a named window.
NamedWindowLookupStrategyTableScan Determine events to be deleted from a named window using the where-clause and full table scan.
NamedWindowOnDeleteView View for the on-delete statement that handles removing events from a named window.
NamedWindowOnDeleteViewFactory View for the on-delete statement that handles removing events from a named window.
NamedWindowOnExprBaseView View for the on-delete statement that handles removing events from a named window.
NamedWindowOnExprBaseViewFactory View for the on-delete statement that handles removing events from a named window.
NamedWindowOnExprFactoryFactory View for the on-delete statement that handles removing events from a named window.
NamedWindowOnMergeAction  
NamedWindowOnMergeActionDel  
NamedWindowOnMergeActionIns  
NamedWindowOnMergeActionUpd  
NamedWindowOnMergeHelper Factory for handles for updates/inserts/deletes/select
NamedWindowOnMergeMatch  
NamedWindowOnMergeView View for the on-delete statement that handles removing events from a named window.
NamedWindowOnMergeViewFactory View for the on-delete statement that handles removing events from a named window.
NamedWindowOnSelectView View for the on-select statement that handles selecting events from a named window.
NamedWindowOnSelectViewFactory View for the on-select statement that handles selecting events from a named window.
NamedWindowOnUpdateView View for the on-delete statement that handles removing events from a named window.
NamedWindowOnUpdateViewFactory View for the on-delete statement that handles removing events from a named window.
NamedWindowProcessor An instance of this class is associated with a specific named window.
NamedWindowProcessorInstance An instance of this class is associated with a specific named window.
NamedWindowRootView The root window in a named window plays multiple roles: It holds the indexes for deleting rows, if any on-delete statement requires such indexes.
NamedWindowRootViewInstance The root window in a named window plays multiple roles: It holds the indexes for deleting rows, if any on-delete statement requires such indexes.
NamedWindowServiceImpl This service hold for each named window a dedicated processor and a lock to the named window.
NamedWindowSubqueryStopCallback  
NamedWindowTailView This view is hooked into a named window's view chain as the last view and handles dispatching of named window insert and remove stream results via NamedWindowService to consuming statements.
NamedWindowTailViewInstance This view is hooked into a named window's view chain as the last view and handles dispatching of named window insert and remove stream results via NamedWindowService to consuming statements.
NamedWindowUpdateHelper  
NamedWindowUtil  
 

Enum Summary
NamedWindowLifecycleEvent.LifecycleEventType Event types.
 

Package com.espertech.esper.epl.named Description

Named window classes are in this package


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