Package | Description |
---|---|
com.espertech.esper.epl.agg.service |
Aggregation services.
|
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.util |
Utility classes that center around Java type handling, printing, reflection, debugging
|
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(Object subkey,
int numExpected) |
Modifier and Type | Field and Description |
---|---|
protected Map<MultiKeyUntyped,EventBean> |
PropertyIndexedEventTableUnique.propertyIndex |
protected Map<MultiKeyUntyped,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,
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,
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,
Class[] coercionTypes) |
Modifier and Type | Method and Description |
---|---|
int |
MultiKeyComparator.compare(MultiKeyUntyped firstValues,
MultiKeyUntyped secondValues) |
int |
MultiKeyCollatingComparator.compare(MultiKeyUntyped firstValues,
MultiKeyUntyped secondValues) |
Constructor and Description |
---|
MultiKeyCastingComparator(Comparator<MultiKeyUntyped> comparator) |
Modifier and Type | Method and Description |
---|---|
static MultiKeyUntyped |
RankWindowView.getCriteriaMultiKey(EventBean[] eventsPerStream,
ExprEvaluator[] evaluators,
ExprEvaluatorContext evalContext) |