Uses of Package
com.espertech.esper.event

Packages that use com.espertech.esper.event
com.espertech.esper.core.context.mgr Context management. 
com.espertech.esper.core.context.util Context partition utility or reference classes. 
com.espertech.esper.core.deploy Module and deployment utility and parser. 
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
com.espertech.esper.dataflow.util Data flow utility classes such as internal model, matching and planning. 
com.espertech.esper.epl.core Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
com.espertech.esper.epl.core.eval Select expression evaluators. 
com.espertech.esper.epl.db Database SQL polling views and caches 
com.espertech.esper.epl.declexpr Declared expression handling. 
com.espertech.esper.epl.enummethod.dot Enumeration method utility classes and input data sources. 
com.espertech.esper.epl.enummethod.eval Enumeration method implementations. 
com.espertech.esper.epl.expression.accessagg Access-aggregation expressions. 
com.espertech.esper.epl.expression.core Core expression classes. 
com.espertech.esper.epl.expression.dot Chained expression functionality. 
com.espertech.esper.epl.expression.ops Operator expressions. 
com.espertech.esper.epl.expression.prev 'Previous'-group expressions. 
com.espertech.esper.epl.expression.subquery Subselect expressions. 
com.espertech.esper.epl.expression.table Table access and identifiers expressions. 
com.espertech.esper.epl.join.table Indexes for views 
com.espertech.esper.epl.named Named window classes are in this package 
com.espertech.esper.epl.property Classes for handling events-within-events. 
com.espertech.esper.epl.rettype EPL-internal expression return type. 
com.espertech.esper.epl.script Script expression evaluation. 
com.espertech.esper.epl.spec Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
com.espertech.esper.epl.table.mgmt Table-related services and metadata. 
com.espertech.esper.epl.table.onaction Table on-action handlers. 
com.espertech.esper.epl.table.strategy Table access evaluators. 
com.espertech.esper.epl.updatehelper Helpers for EPL update functionality. 
com.espertech.esper.epl.variable Variable service and variable collections 
com.espertech.esper.epl.view Internal processing views for output rate limiting, filtering and internal event routing 
com.espertech.esper.event This package defines the internal event APIs. 
com.espertech.esper.event.arr Object-array event type. 
com.espertech.esper.event.bean JavaBean and legacy Java underlying event classes are here. 
com.espertech.esper.event.map Map-underlying event classes are here. 
com.espertech.esper.event.property Parsers and business objects to handle nested, indexed, mapped or generally complex properties for use in JavaBean access 
com.espertech.esper.event.vaevent Value added events are revision events and variant events. 
com.espertech.esper.event.xml XML event wrappers 
com.espertech.esper.filter Main switchboard filtering and routing of incoming events to interested statements is performed in this package. 
com.espertech.esper.pattern Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance 
com.espertech.esper.plugin APIs for plug-in adapter (for input-output) and plug-in event representation (event types and event objects) are in this package. 
com.espertech.esper.rowregex Match-recognize expression tree and state objects. 
com.espertech.esper.util Utility classes that center around Java type handling, printing, reflection, debugging 
com.espertech.esper.view View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. 
com.espertech.esper.view.stat Views computing statistical values. 
com.espertech.esper.view.std Base service views that perform typical SQL-like functions such as unique, grouping, size, last etc. 
 

Classes in com.espertech.esper.event used by com.espertech.esper.core.context.mgr
EventAdapterService
          Interface for a service to resolve event names to event type.
 

Classes in com.espertech.esper.event used by com.espertech.esper.core.context.util
MappedEventBean
          For events that are maps of properties.
 

Classes in com.espertech.esper.event used by com.espertech.esper.core.deploy
EventAdapterService
          Interface for a service to resolve event names to event type.
 

Classes in com.espertech.esper.event used by com.espertech.esper.core.service
EventAdapterService
          Interface for a service to resolve event names to event type.
EventBeanCopyMethod
          Implementations copy the event object for controlled modification (shallow copy).
EventBeanWriter
          Interface for writing a set of event properties to an event.
EventTypeIdGenerator
           
 

Classes in com.espertech.esper.event used by com.espertech.esper.dataflow.util
SendableEvent
           
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.core
EventAdapterService
          Interface for a service to resolve event names to event type.
EventBeanManufacturer
          Factory for creating an event bean instance by writing property values to an underlying object.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.core.eval
EventAdapterService
          Interface for a service to resolve event names to event type.
WrapperEventType
          An event type that adds zero or more fields to an existing event type.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.db
EventAdapterService
          Interface for a service to resolve event names to event type.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.declexpr
EventAdapterService
          Interface for a service to resolve event names to event type.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.enummethod.dot
EventAdapterService
          Interface for a service to resolve event names to event type.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.enummethod.eval
EventAdapterService
          Interface for a service to resolve event names to event type.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.expression.accessagg
EventAdapterService
          Interface for a service to resolve event names to event type.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.expression.core
EventAdapterService
          Interface for a service to resolve event names to event type.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.expression.dot
EventAdapterService
          Interface for a service to resolve event names to event type.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.expression.ops
EventAdapterService
          Interface for a service to resolve event names to event type.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.expression.prev
EventAdapterService
          Interface for a service to resolve event names to event type.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.expression.subquery
EventAdapterService
          Interface for a service to resolve event names to event type.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.expression.table
EventAdapterService
          Interface for a service to resolve event names to event type.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.join.table
ObjectArrayBackedEventBean
          For events that are array of properties.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.named
EventBeanReader
          Interface for reading all event properties of an event.
EventTypeSPI
          Service provider interface for internal use for event types.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.property
EventAdapterService
          Interface for a service to resolve event names to event type.
EventBeanManufacturer
          Factory for creating an event bean instance by writing property values to an underlying object.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.rettype
EventAdapterService
          Interface for a service to resolve event names to event type.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.script
EventAdapterService
          Interface for a service to resolve event names to event type.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.spec
EventAdapterService
          Interface for a service to resolve event names to event type.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.table.mgmt
EventAdapterService
          Interface for a service to resolve event names to event type.
ObjectArrayBackedEventBean
          For events that are array of properties.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.table.onaction
EventBeanReader
          Interface for reading all event properties of an event.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.table.strategy
EventAdapterService
          Interface for a service to resolve event names to event type.
ObjectArrayBackedEventBean
          For events that are array of properties.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.updatehelper
EventBeanCopyMethod
          Implementations copy the event object for controlled modification (shallow copy).
EventPropertyWriter
          Writer for a single property value to an event.
EventTypeSPI
          Service provider interface for internal use for event types.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.variable
EventAdapterService
          Interface for a service to resolve event names to event type.
 

Classes in com.espertech.esper.event used by com.espertech.esper.epl.view
EventAdapterService
          Interface for a service to resolve event names to event type.
EventBeanReader
          Interface for reading all event properties of an event.
 

Classes in com.espertech.esper.event used by com.espertech.esper.event
BaseNestableEventUtil.MapIndexedPropPair
           
DecoratingEventBean
          Interface for event types that provide decorating event properties as a name-value map.
EventAdapterException
          This exception is thrown to indicate a problem resolving an event type by name.
EventAdapterService
          Interface for a service to resolve event names to event type.
EventBeanAdapterFactory
           
EventBeanCopyMethod
          Implementations copy the event object for controlled modification (shallow copy).
EventBeanManufactureException
          Thrown to indicate a problem creating or populating an underlying event objects.
EventBeanManufacturer
          Factory for creating an event bean instance by writing property values to an underlying object.
EventBeanReader
          Interface for reading all event properties of an event.
EventBeanSPI
           
EventBeanWriter
          Interface for writing a set of event properties to an event.
EventPropertyType
          Enumeration of property types.
EventPropertyWriter
          Writer for a single property value to an event.
EventSenderURIDesc
          Descriptor for URI-based event sender for plug-in event representations.
EventTypeIdGenerator
           
EventTypeIdGeneratorContext
           
EventTypeMetadata
          Provides metadata for event types.
EventTypeMetadata.ApplicationType
          Application type.
EventTypeMetadata.TypeClass
          Metatype.
EventTypeNestableGetterFactory
           
EventTypeSPI
          Service provider interface for internal use for event types.
EventTypeUtility.TimestampPropertyDesc
           
ExplicitPropertyDescriptor
          Descriptor for explicit properties for use with BaseConfigurableEventType.
PropertySetDescriptor
          Descriptor of a property set.
PropertySetDescriptorItem
          Descriptor of a property item.
WrapperEventType
          An event type that adds zero or more fields to an existing event type.
WriteablePropertyDescriptor
          Descriptor for writable properties.
 

Classes in com.espertech.esper.event used by com.espertech.esper.event.arr
BaseNestableEventType
          Implementation of the EventType interface for handling name value pairs.
EventAdapterService
          Interface for a service to resolve event names to event type.
EventBeanCopyMethod
          Implementations copy the event object for controlled modification (shallow copy).
EventBeanReader
          Interface for reading all event properties of an event.
EventBeanSPI
           
EventBeanWriter
          Interface for writing a set of event properties to an event.
EventPropertyWriter
          Writer for a single property value to an event.
EventTypeMetadata
          Provides metadata for event types.
EventTypeNestableGetterFactory
           
EventTypeSPI
          Service provider interface for internal use for event types.
ObjectArrayBackedEventBean
          For events that are array of properties.
SendableEvent
           
 

Classes in com.espertech.esper.event used by com.espertech.esper.event.bean
EventAdapterService
          Interface for a service to resolve event names to event type.
EventBeanCopyMethod
          Implementations copy the event object for controlled modification (shallow copy).
EventBeanManufactureException
          Thrown to indicate a problem creating or populating an underlying event objects.
EventBeanManufacturer
          Factory for creating an event bean instance by writing property values to an underlying object.
EventBeanReader
          Interface for reading all event properties of an event.
EventBeanSPI
           
EventBeanWriter
          Interface for writing a set of event properties to an event.
EventPropertyGetterAndIndexed
           
EventPropertyGetterAndMapped
           
EventPropertyType
          Enumeration of property types.
EventPropertyWriter
          Writer for a single property value to an event.
EventTypeIdGenerator
           
EventTypeMetadata
          Provides metadata for event types.
EventTypeSPI
          Service provider interface for internal use for event types.
NativeEventType
          Marker interface for event types that need not transpose their property.
SendableEvent
           
WriteablePropertyDescriptor
          Descriptor for writable properties.
 

Classes in com.espertech.esper.event used by com.espertech.esper.event.map
BaseNestableEventType
          Implementation of the EventType interface for handling name value pairs.
EventAdapterService
          Interface for a service to resolve event names to event type.
EventBeanCopyMethod
          Implementations copy the event object for controlled modification (shallow copy).
EventBeanReader
          Interface for reading all event properties of an event.
EventBeanSPI
           
EventBeanWriter
          Interface for writing a set of event properties to an event.
EventPropertyWriter
          Writer for a single property value to an event.
EventTypeMetadata
          Provides metadata for event types.
EventTypeNestableGetterFactory
           
EventTypeSPI
          Service provider interface for internal use for event types.
MappedEventBean
          For events that are maps of properties.
SendableEvent
           
 

Classes in com.espertech.esper.event used by com.espertech.esper.event.property
EventAdapterService
          Interface for a service to resolve event names to event type.
EventPropertyGetterAndIndexed
           
EventPropertyGetterAndMapped
           
 

Classes in com.espertech.esper.event used by com.espertech.esper.event.vaevent
EventAdapterService
          Interface for a service to resolve event names to event type.
EventBeanCopyMethod
          Implementations copy the event object for controlled modification (shallow copy).
EventBeanReader
          Interface for reading all event properties of an event.
EventBeanWriter
          Interface for writing a set of event properties to an event.
EventPropertyWriter
          Writer for a single property value to an event.
EventTypeIdGenerator
           
EventTypeMetadata
          Provides metadata for event types.
EventTypeSPI
          Service provider interface for internal use for event types.
 

Classes in com.espertech.esper.event used by com.espertech.esper.event.xml
BaseConfigurableEventType
          EventType than can be supplied with a preconfigured list of properties getters (aka.
EventAdapterService
          Interface for a service to resolve event names to event type.
EventBeanCopyMethod
          Implementations copy the event object for controlled modification (shallow copy).
EventBeanReader
          Interface for reading all event properties of an event.
EventBeanSPI
           
EventBeanWriter
          Interface for writing a set of event properties to an event.
EventPropertyWriter
          Writer for a single property value to an event.
EventTypeMetadata
          Provides metadata for event types.
EventTypeSPI
          Service provider interface for internal use for event types.
ExplicitPropertyDescriptor
          Descriptor for explicit properties for use with BaseConfigurableEventType.
SendableEvent
           
 

Classes in com.espertech.esper.event used by com.espertech.esper.filter
EventAdapterService
          Interface for a service to resolve event names to event type.
 

Classes in com.espertech.esper.event used by com.espertech.esper.pattern
EventAdapterService
          Interface for a service to resolve event names to event type.
 

Classes in com.espertech.esper.event used by com.espertech.esper.plugin
EventAdapterService
          Interface for a service to resolve event names to event type.
 

Classes in com.espertech.esper.event used by com.espertech.esper.rowregex
ObjectArrayBackedEventBean
          For events that are array of properties.
 

Classes in com.espertech.esper.event used by com.espertech.esper.util
EventAdapterException
          This exception is thrown to indicate a problem resolving an event type by name.
 

Classes in com.espertech.esper.event used by com.espertech.esper.view
EventAdapterService
          Interface for a service to resolve event names to event type.
 

Classes in com.espertech.esper.event used by com.espertech.esper.view.stat
EventAdapterService
          Interface for a service to resolve event names to event type.
 

Classes in com.espertech.esper.event used by com.espertech.esper.view.std
EventAdapterService
          Interface for a service to resolve event names to event type.
 


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