Package | Description |
---|---|
com.espertech.esper.common.internal.epl.agg.core | |
com.espertech.esper.common.internal.event.core |
This package defines the internal event APIs.
|
com.espertech.esper.common.internal.util |
Utility classes that center around Java type handling, printing, reflection, debugging
|
com.espertech.esper.common.internal.view.rank |
Modifier and Type | Method and Description |
---|---|
HashableMultiKey |
AggregationGroupByRollupLevel.computeMultiKey(Object subkey,
int numExpected) |
Modifier and Type | Method and Description |
---|---|
static HashableMultiKey |
EventBeanUtility.getMultiKey(EventBean[] eventsPerStream,
ExprEvaluator[] evaluators,
ExprEvaluatorContext context,
Class[] coercionTypes) |
static HashableMultiKey |
EventBeanUtility.getMultiKey(EventBean theEvent,
EventPropertyGetter[] propertyGetters)
Returns Multikey instance for given event and getters.
|
static HashableMultiKey |
EventBeanUtility.getMultiKey(EventBean theEvent,
EventPropertyGetter[] propertyGetters,
Class[] coercionTypes) |
Modifier and Type | Method and Description |
---|---|
int |
ComparatorHashableMultiKeyCollating.compare(HashableMultiKey firstValues,
HashableMultiKey secondValues) |
int |
ComparatorHashableMultiKey.compare(HashableMultiKey firstValues,
HashableMultiKey secondValues) |
Constructor and Description |
---|
ComparatorHashableMultiKeyCasting(Comparator<HashableMultiKey> comparator) |
Modifier and Type | Method and Description |
---|---|
static HashableMultiKey |
RankWindowView.getCriteriaMultiKey(EventBean[] eventsPerStream,
ExprEvaluator[] evaluators,
ExprEvaluatorContext evalContext) |
static HashableMultiKey |
RankWindowView.getSortMultiKey(EventBean[] eventsPerStream,
ExprEvaluator[] evaluators,
ExprEvaluatorContext evalContext) |
Copyright © 2005–2018. All rights reserved.