Package | Description |
---|---|
com.espertech.esper.epl.join.table |
Indexes for views
|
com.espertech.esper.epl.table.mgmt |
Table-related services and metadata.
|
com.espertech.esper.epl.table.strategy |
Table access evaluators.
|
com.espertech.esper.event.arr |
Object-array event type.
|
com.espertech.esper.rowregex |
Match-recognize expression tree and state objects.
|
Constructor and Description |
---|
SingleReferenceEventTable(EventTableOrganization organization,
AtomicReference<ObjectArrayBackedEventBean> eventReference) |
Modifier and Type | Method and Description |
---|---|
AtomicReference<ObjectArrayBackedEventBean> |
TableStateInstanceUngroupedImpl.getEventReference() |
Map<Object,ObjectArrayBackedEventBean> |
TableStateInstanceGroupedImpl.getRows() |
Modifier and Type | Method and Description |
---|---|
void |
TableStateInstanceUngrouped.handleRowUpdated(ObjectArrayBackedEventBean row) |
void |
TableStateInstanceGrouped.handleRowUpdated(ObjectArrayBackedEventBean row) |
void |
TableStateInstance.handleRowUpdated(ObjectArrayBackedEventBean row) |
void |
TableStateInstance.handleRowUpdateKeyAfterUpdate(ObjectArrayBackedEventBean updatedEvent) |
void |
TableStateInstance.handleRowUpdateKeyBeforeUpdate(ObjectArrayBackedEventBean updatedEvent) |
Modifier and Type | Method and Description |
---|---|
protected ObjectArrayBackedEventBean |
ExprTableEvalStrategyUngroupedBase.lockTableReadAndGet(ExprEvaluatorContext context) |
protected ObjectArrayBackedEventBean |
ExprTableEvalStrategyGroupByBase.lockTableReadAndGet(Object group,
ExprEvaluatorContext context) |
Modifier and Type | Method and Description |
---|---|
protected static Map<String,Object> |
ExprTableEvalStrategyUtil.evalMap(ObjectArrayBackedEventBean event,
AggregationRowPair row,
Map<String,TableMetadataColumn> items,
EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext exprEvaluatorContext) |
protected static Object[] |
ExprTableEvalStrategyUtil.evalTypable(ObjectArrayBackedEventBean event,
AggregationRowPair row,
Map<String,TableMetadataColumn> items,
EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext exprEvaluatorContext) |
static AggregationRowPair |
ExprTableEvalStrategyUtil.getRow(ObjectArrayBackedEventBean eventBean) |
Modifier and Type | Class and Description |
---|---|
class |
ObjectArrayEventBean |
Modifier and Type | Field and Description |
---|---|
protected ObjectArrayBackedEventBean |
EventRowRegexNFAViewFactory.defineMultimatchEventBean |
Modifier and Type | Method and Description |
---|---|
static ObjectArrayBackedEventBean |
EventRowRegexNFAViewFactoryHelper.getDefineMultimatchBean(StatementContext statementContext,
LinkedHashMap<String,Pair<Integer,Boolean>> variableStreams,
EventType parentViewType) |