Package | Description |
---|---|
com.espertech.esper.common.internal.epl.ontrigger | |
com.espertech.esper.common.internal.epl.updatehelper |
Helpers for EPL update functionality.
|
com.espertech.esper.common.internal.epl.variable.core | |
com.espertech.esper.common.internal.event.arr |
Object-array event type.
|
com.espertech.esper.common.internal.event.bean.core |
JavaBean and legacy Java underlying event classes are here.
|
com.espertech.esper.common.internal.event.core |
This package defines the internal event APIs.
|
com.espertech.esper.common.internal.event.map |
Map-underlying event classes are here.
|
com.espertech.esper.common.internal.event.variant | |
com.espertech.esper.common.internal.event.xml |
XML event wrappers
|
Constructor and Description |
---|
InfraOnMergeHelperForge(OnTriggerMergeDesc onTriggerDesc,
EventType triggeringEventType,
String triggeringStreamName,
String infraName,
EventTypeSPI infraEventType,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services,
TableMetaData table) |
Modifier and Type | Method and Description |
---|---|
static EventBeanUpdateHelperForge |
EventBeanUpdateHelperForgeFactory.make(String updatedWindowOrTableName,
EventTypeSPI eventTypeSPI,
List<OnTriggerSetAssignment> assignments,
String updatedAlias,
EventType optionalTriggeringEventType,
boolean isCopyOnWrite,
String statementName,
EventTypeAvroHandler avroHandler) |
Modifier and Type | Method and Description |
---|---|
EventTypeSPI |
VariableTriggerWriteDescForge.getType() |
Modifier and Type | Method and Description |
---|---|
void |
VariableReadWritePackage.setCopyMethods(Map<EventTypeSPI,EventBeanCopyMethod> copyMethods) |
Constructor and Description |
---|
VariableTriggerWriteDescForge(EventTypeSPI type,
String variableName,
EventPropertyWriterSPI writer,
EventPropertyGetterSPI getter,
Class getterType,
Class evaluationType) |
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 |
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 |
MapEventType
Implementation of the
EventType interface for handling plain Maps containing name value pairs. |
Modifier and Type | Class and Description |
---|---|
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.
|
Copyright © 2005–2019. All rights reserved.