Package | Description |
---|---|
com.espertech.esper.epl.agg.service.common |
Aggregation services - common.
|
com.espertech.esper.epl.join.table |
Indexes for views
|
com.espertech.esper.epl.table.strategy |
Table access evaluators.
|
com.espertech.esper.event |
This package defines the internal event APIs.
|
com.espertech.esper.view.ext |
Extension views that providing services such as sorting, which don't fit much into other categories.
|
Modifier and Type | Method and Description |
---|---|
MultiKeyUntyped |
AggregationGroupByRollupLevel.computeMultiKey(java.lang.Object subkey,
int numExpected) |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<MultiKeyUntyped,EventBean> |
PropertyIndexedEventTableUnique.propertyIndex |
protected java.util.Map<MultiKeyUntyped,java.util.Set<EventBean>> |
PropertyIndexedEventTableUnadorned.propertyIndex |
Modifier and Type | Method and Description |
---|---|
protected MultiKeyUntyped |
PropertyIndexedEventTableCoerceAdd.getMultiKey(EventBean theEvent) |
protected MultiKeyUntyped |
PropertyIndexedEventTable.getMultiKey(EventBean theEvent)
Determine multikey for index access.
|
Constructor and Description |
---|
PropertyIndexedEventTableUnique(EventPropertyGetter[] propertyGetters,
EventTableOrganization organization,
java.util.Map<MultiKeyUntyped,EventBean> propertyIndex) |
Modifier and Type | Method and Description |
---|---|
protected static MultiKeyUntyped |
ExprTableEvalStrategyGroupByAccessMulti.getKey(ExprEvaluator[] evaluators,
EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext context) |
Modifier and Type | Method and Description |
---|---|
static MultiKeyUntyped |
EventBeanUtility.getMultiKey(EventBean[] eventsPerStream,
ExprEvaluator[] evaluators,
ExprEvaluatorContext context,
java.lang.Class[] coercionTypes) |
static MultiKeyUntyped |
EventBeanUtility.getMultiKey(EventBean theEvent,
EventPropertyGetter[] propertyGetters)
Returns Multikey instance for given event and getters.
|
static MultiKeyUntyped |
EventBeanUtility.getMultiKey(EventBean theEvent,
EventPropertyGetter[] propertyGetters,
java.lang.Class[] coercionTypes) |
Modifier and Type | Method and Description |
---|---|
static MultiKeyUntyped |
RankWindowView.getCriteriaMultiKey(EventBean[] eventsPerStream,
ExprEvaluator[] evaluators,
ExprEvaluatorContext evalContext) |