Package | Description |
---|---|
com.espertech.esper.common.internal.epl.index.base | |
com.espertech.esper.common.internal.epl.table.core | |
com.espertech.esper.common.internal.epl.table.strategy | |
com.espertech.esper.common.internal.event.arr |
Object-array event type.
|
com.espertech.esper.common.internal.event.core |
This package defines the internal event APIs.
|
Constructor and Description |
---|
SingleReferenceEventTable(EventTableOrganization organization,
AtomicReference<ObjectArrayBackedEventBean> eventReference) |
Modifier and Type | Method and Description |
---|---|
protected ObjectArrayBackedEventBean |
ExprTableEvalStrategyUngroupedBase.lockTableReadAndGet(ExprEvaluatorContext context) |
protected ObjectArrayBackedEventBean |
ExprTableEvalStrategyGroupedBase.lockTableReadAndGet(Object group,
ExprEvaluatorContext context) |
Modifier and Type | Method and Description |
---|---|
protected static Map<String,Object> |
ExprTableEvalStrategyUtil.evalMap(ObjectArrayBackedEventBean event,
AggregationRow row,
Map<String,TableMetadataColumn> items,
EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext exprEvaluatorContext) |
protected static Object[] |
ExprTableEvalStrategyUtil.evalTypable(ObjectArrayBackedEventBean event,
AggregationRow row,
Map<String,TableMetadataColumn> items,
EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext exprEvaluatorContext) |
static AggregationRow |
ExprTableEvalStrategyUtil.getRow(ObjectArrayBackedEventBean eventBean) |
Modifier and Type | Class and Description |
---|---|
class |
ObjectArrayEventBean |
Modifier and Type | Method and Description |
---|---|
ObjectArrayBackedEventBean |
EventBeanTypedEventFactoryRuntime.adapterForTypedObjectArray(Object[] value,
EventType eventType) |
ObjectArrayBackedEventBean |
EventBeanTypedEventFactoryCompileTime.adapterForTypedObjectArray(Object[] value,
EventType eventType) |
ObjectArrayBackedEventBean |
EventBeanTypedEventFactory.adapterForTypedObjectArray(Object[] value,
EventType eventType) |
Copyright © 2005–2018. All rights reserved.