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,
java.util.concurrent.atomic.AtomicReference<ObjectArrayBackedEventBean> eventReference) |
Modifier and Type | Method and Description |
---|---|
ObjectArrayBackedEventBean |
TableStateInstanceUngroupedImpl.getCreateRowIntoTable(java.lang.Object groupByKey,
ExprEvaluatorContext exprEvaluatorContext) |
ObjectArrayBackedEventBean |
TableStateInstanceUngrouped.getCreateRowIntoTable(java.lang.Object groupByKey,
ExprEvaluatorContext exprEvaluatorContext) |
ObjectArrayBackedEventBean |
TableStateInstanceGroupedImpl.getCreateRowIntoTable(java.lang.Object groupByKey,
ExprEvaluatorContext exprEvaluatorContext) |
ObjectArrayBackedEventBean |
TableStateInstanceGrouped.getCreateRowIntoTable(java.lang.Object groupByKey,
ExprEvaluatorContext exprEvaluatorContext) |
abstract ObjectArrayBackedEventBean |
TableStateInstance.getCreateRowIntoTable(java.lang.Object groupByKey,
ExprEvaluatorContext exprEvaluatorContext) |
ObjectArrayBackedEventBean |
TableStateInstanceUngroupedImpl.getEventUngrouped() |
ObjectArrayBackedEventBean |
TableStateInstanceUngrouped.getEventUngrouped() |
ObjectArrayBackedEventBean |
TableStateInstanceGroupedImpl.getRowForGroupKey(java.lang.Object groupKey) |
ObjectArrayBackedEventBean |
TableStateInstanceGrouped.getRowForGroupKey(java.lang.Object groupKey) |
ObjectArrayBackedEventBean |
TableStateRowFactory.makeOA(int agentInstanceId,
java.lang.Object groupByKey,
java.lang.Object groupKeyBinding,
AggregationServicePassThru passThru) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.atomic.AtomicReference<ObjectArrayBackedEventBean> |
TableStateInstanceUngroupedImpl.getEventReference() |
java.util.Map<java.lang.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(java.lang.Object group,
ExprEvaluatorContext context) |
Modifier and Type | Method and Description |
---|---|
protected static java.util.Map<java.lang.String,java.lang.Object> |
ExprTableEvalStrategyUtil.evalMap(ObjectArrayBackedEventBean event,
AggregationRowPair row,
java.util.Map<java.lang.String,TableMetadataColumn> items,
EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext exprEvaluatorContext) |
protected static java.lang.Object[] |
ExprTableEvalStrategyUtil.evalTypable(ObjectArrayBackedEventBean event,
AggregationRowPair row,
java.util.Map<java.lang.String,TableMetadataColumn> items,
EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext exprEvaluatorContext) |
static AggregationRowPair |
ExprTableEvalStrategyUtil.getRow(ObjectArrayBackedEventBean eventBean)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
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,
java.util.LinkedHashMap<java.lang.String,Pair<java.lang.Integer,java.lang.Boolean>> variableStreams,
EventType parentViewType) |