Package | Description |
---|---|
com.espertech.esper.common.internal.epl.fafquery.querymethod | |
com.espertech.esper.common.internal.epl.ontrigger | |
com.espertech.esper.common.internal.epl.output.view | |
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
|
Modifier and Type | Method and Description |
---|---|
EventBeanReader |
FAFQueryMethodSelect.getEventBeanReaderDistinct() |
Modifier and Type | Method and Description |
---|---|
EventBeanReader |
InfraOnSelectViewFactory.getEventBeanReader() |
Constructor and Description |
---|
InfraOnSelectViewFactory(EventType infraEventType,
boolean addToFront,
EventBeanReader eventBeanReader,
boolean isDistinct,
boolean selectAndDelete,
StreamSelector optionalStreamSelector,
Table optionalInsertIntoTable,
boolean insertInto,
ResultSetProcessorFactoryProvider resultSetProcessorPrototype) |
Modifier and Type | Method and Description |
---|---|
EventBeanReader |
OutputProcessViewDirectDistinctOrAfterFactory.getEventBeanReader() |
Modifier and Type | Method and Description |
---|---|
EventBeanReader |
ObjectArrayEventType.getReader() |
Modifier and Type | Class and Description |
---|---|
class |
BeanEventBeanReader
Reader for fast access to all event properties for an event backed by a Java object.
|
Modifier and Type | Method and Description |
---|---|
EventBeanReader |
BeanEventType.getReader() |
Modifier and Type | Class and Description |
---|---|
class |
EventBeanReaderDefaultImpl
Reader implementation that utilizes event property getters and thereby works with all
event types regardsless of whether a type returns an event reader when asked for.
|
Modifier and Type | Method and Description |
---|---|
EventBeanReader |
WrapperEventType.getReader() |
EventBeanReader |
EventTypeSPI.getReader()
Returns a reader for reading all properties of an event.
|
Modifier and Type | Method and Description |
---|---|
static EventBean[] |
EventBeanUtility.getDistinctByProp(ArrayDeque<EventBean> events,
EventBeanReader reader)
Returns the distinct events by properties.
|
static EventBean[] |
EventBeanUtility.getDistinctByProp(EventBean[] events,
EventBeanReader reader)
Returns the distinct events by properties.
|
Modifier and Type | Class and Description |
---|---|
class |
MapEventBeanReader
Reader method for reading all properties of a Map event.
|
Modifier and Type | Method and Description |
---|---|
EventBeanReader |
MapEventType.getReader() |
Modifier and Type | Method and Description |
---|---|
EventBeanReader |
VariantEventType.getReader() |
Modifier and Type | Method and Description |
---|---|
EventBeanReader |
BaseXMLEventType.getReader() |
Copyright © 2005–2018. All rights reserved.