Package | Description |
---|---|
com.espertech.esper.epl.named |
Named window classes are in this package
|
com.espertech.esper.epl.updatehelper |
Helpers for EPL update functionality.
|
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.vaevent |
Value added events are revision events and variant events.
|
com.espertech.esper.event.xml |
XML event wrappers
|
Constructor and Description |
---|
NamedWindowOnMergeHelper(StatementContext statementContext,
OnTriggerMergeDesc onTriggerDesc,
EventType triggeringEventType,
String triggeringStreamName,
InternalEventRouter internalEventRouter,
String namedWindowName,
EventTypeSPI namedWindowType) |
Modifier and Type | Method and Description |
---|---|
static EventBeanUpdateHelper |
EventBeanUpdateHelperFactory.make(String updatedWindowOrTableName,
EventTypeSPI eventTypeSPI,
List<OnTriggerSetAssignment> assignments,
String updatedAlias,
EventType optionalTriggeringEventType,
boolean isCopyOnWrite,
String statementName,
String engineURI,
EventAdapterService eventAdapterService,
boolean isFireAndForget) |
Modifier and Type | Class and Description |
---|---|
class |
BaseConfigurableEventType
EventType than can be supplied with a preconfigured list of properties getters (aka.
|
class |
BaseNestableEventType
Implementation of the
EventType interface for handling name value pairs. |
class |
WrapperEventType
An event type that adds zero or more fields to an existing event type.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectArrayEventType |
Modifier and Type | Class and Description |
---|---|
class |
BeanEventType
Implementation of the EventType interface for handling JavaBean-type classes.
|
Modifier and Type | Class and Description |
---|---|
class |
MapEventType
Implementation of the
EventType interface for handling plain Maps containing name value pairs. |
Modifier and Type | Class and Description |
---|---|
class |
RevisionEventType
Event type of revision events.
|
class |
VariantEventType
Event type for variant event streams.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseXMLEventType
Base class for XML event types.
|
class |
SchemaXMLEventType
EventType for xml events that have a Schema.
|
class |
SimpleXMLEventType
Optimistic try to resolve the property string into an appropiate xPath,
and use it as getter.
|