Package | Description |
---|---|
com.espertech.esper.epl.named |
Named window classes are in this package
|
com.espertech.esper.epl.table.onaction |
Table on-action handlers.
|
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.vaevent |
Value added events are revision events and variant events.
|
com.espertech.esper.event.xml |
XML event wrappers
|
Modifier and Type | Method and Description |
---|---|
EventBeanReader |
NamedWindowOnSelectViewFactory.getEventBeanReader() |
Constructor and Description |
---|
NamedWindowOnSelectViewFactory(EventType namedWindowEventType,
InternalEventRouter internalEventRouter,
boolean addToFront,
EPStatementHandle statementHandle,
EventBeanReader eventBeanReader,
boolean distinct,
StatementResultService statementResultService,
InternalEventRouteDest internalEventRouteDest,
boolean deleteAndSelect,
StreamSelector optionalStreamSelector,
String optionalInsertIntoTableName) |
Modifier and Type | Method and Description |
---|---|
EventBeanReader |
TableOnSelectViewFactory.getEventBeanReader() |
Constructor and Description |
---|
TableOnSelectViewFactory(TableMetadata tableMetadata,
InternalEventRouter internalEventRouter,
EPStatementHandle statementHandle,
EventBeanReader eventBeanReader,
boolean distinct,
StatementResultService statementResultService,
InternalEventRouteDest internalEventRouteDest,
boolean deleteAndSelect) |
Modifier and Type | Method and Description |
---|---|
EventBeanReader |
OutputProcessViewDirectDistinctOrAfterFactory.getEventBeanReader() |
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 | 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 |
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() |
EventBeanReader |
RevisionEventType.getReader() |
Modifier and Type | Method and Description |
---|---|
EventBeanReader |
BaseXMLEventType.getReader() |